apt-clone-0.3.1~ubuntu11/0000755000000000000000000000000012303452253012065 5ustar apt-clone-0.3.1~ubuntu11/debian/0000755000000000000000000000000012303452702013306 5ustar apt-clone-0.3.1~ubuntu11/debian/compat0000644000000000000000000000000111537703215014511 0ustar 7apt-clone-0.3.1~ubuntu11/debian/control0000644000000000000000000000167612062556476014742 0ustar Source: apt-clone Section: admin Priority: extra Maintainer: Michael Vogt Uploaders: Alessio Treglia Build-Depends: debhelper (>= 7.0.50~), gettext, intltool, python3-all Standards-Version: 3.9.2 Vcs-Bzr: http://bzr.debian.org/collab-maint/apt-clone/sid/ Vcs-Browser: http://bzr.debian.org/loggerhead/collab-maint/apt-clone/sid/ Homepage: https://launchpad.net/apt-clone XS-Testsuite: autopkgtest Package: apt-clone Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, lsb-release, python3-apt, python3 Recommends: dpkg-repack Description: Script to create state bundles This package can be used to clone/restore the packages on a apt based system. It will save/restore the packages, sources.list, keyring and automatic-installed states. It can also save/restore no longer downloadable packages using dpkg-repack. apt-clone-0.3.1~ubuntu11/debian/tests/0000755000000000000000000000000012303452237014453 5ustar apt-clone-0.3.1~ubuntu11/debian/tests/control0000644000000000000000000000021112213556110016043 0ustar Tests: run-tests Depends: @, pyflakes, python-apt, python3-apt, pep8, python-mock, python3-mock, python-distro-info, python3-distro-info apt-clone-0.3.1~ubuntu11/debian/tests/run-tests0000755000000000000000000000004012036773537016353 0ustar #!/bin/sh set -e cd tests makeapt-clone-0.3.1~ubuntu11/debian/changelog0000644000000000000000000001471612303452057015174 0ustar apt-clone (0.3.1~ubuntu11) trusty; urgency=medium * lp:~brian-murray/apt-clone/test_clone_upgrade_ports: - fix test failure for ppc64el -- Brian Murray Mon, 24 Feb 2014 08:24:54 -0800 apt-clone (0.3.1~ubuntu10) trusty; urgency=low [ Brian Murray ] * lp:~brian-murray/apt-clone/test_clone_upgrade_ports: - fix test failure for armhf [ Michael Vogt ] * fix test failure for ppc64el -- Michael Vogt Sat, 22 Feb 2014 09:22:02 +0100 apt-clone (0.3.1~ubuntu9) trusty; urgency=medium * tests/data/apt-state.tar.gz: remove 'acpi-support' from the test case, since this package is arch-specific and we want our tests to work consistently across archs. -- Steve Langasek Thu, 20 Feb 2014 16:57:55 -0800 apt-clone (0.3.1~ubuntu8) trusty; urgency=medium * Fix path for setting permissions of restored /etc/apt/sources.list -- Brian Murray Mon, 10 Feb 2014 10:36:19 -0800 apt-clone (0.3.1~ubuntu7) trusty; urgency=low * When restoring /etc/apt/sources.list set the permissions to 644. * Do not backup hidden files in /etc/apt/sources.list.d/ and only back up .list files (LP: #1254447) -- Brian Murray Mon, 10 Feb 2014 08:32:57 -0800 apt-clone (0.3.1~ubuntu6) saucy; urgency=low * Properly handle unicode when rewriting source files, thanks to Colin Watson for the patch. (LP: #1212025) -- Brian Murray Fri, 06 Sep 2013 14:50:16 -0700 apt-clone (0.3.1~ubuntu5) saucy; urgency=low [ Colin Watson ] * Avoid using "sudo chown" in tests if all files are already owned by the calling user. [ Steve Langasek ] * TestClone.test_restore_state_simulate: update to use distro_info like TestCloneUpgrade.test_clone_upgrade_synthetic does, now that natty is EOL. * Fix to work correctly when running in a non-UTF8 locale and UTF8 filenames are present in the dpkg database. -- Steve Langasek Fri, 26 Jul 2013 19:43:49 +0000 apt-clone (0.3.1~ubuntu4) raring; urgency=low * Make better use of context managers, fixing various resource leaks. * Remove unused imports from tests. * Use logging.warning rather than the deprecated logging.warn. * Skip TestCloneUpgrade.test_clone_upgrade_regression; this is a regression test against a tarball created based on a specific (now obsolete) version of Ubuntu, and will need considerable effort to update. * Make TestCloneUpgrade.test_clone_upgrade_synthetic perform a clone-upgrade between the last two supported releases of Ubuntu, rather than hardcoding maverick and natty (LP: #1112472). * Don't leak a temporary directory from AptClone.simulate_restore_state. * Don't leak temporary directories from TestCloneUpgrade. * If no command is specified on the command line, fail cleanly with an error message rather than crashing (LP: #1111115). -- Colin Watson Fri, 15 Feb 2013 22:45:32 +0000 apt-clone (0.3.1~ubuntu3) raring; urgency=low * Do not include subdirectories in /etc/apt/sources.list.d/ (LP: #1077113) -- Brian Murray Fri, 25 Jan 2013 13:47:56 -0800 apt-clone (0.3.1~ubuntu2) raring; urgency=low * Added XS-Testsuite header * Fixed ownership of testsuite data files * Redirected test stderr to stdout. python unittest output goes to stderr which adt-run considers as a failure. -- Jean-Baptiste Lallement Thu, 13 Dec 2012 16:20:02 +0100 apt-clone (0.3.1~ubuntu1) raring; urgency=low * Make sure #!/usr/bin/python3 is used, since dh_python3 stopped overriding it. -- Dmitrijs Ledkovs Tue, 06 Nov 2012 14:54:54 +0000 apt-clone (0.3) experimental; urgency=low [ Michael Vogt ] * apt_clone.py: - implement a show-diff option allowing one to see the differences between a system and a clone file - fix restoring of the clone with later apt versions (thanks to Colin Watson) - bind mount /proc, /sys on restore to chroot (thanks to Colin Watson) * add dep8 style testsuite [ Colin Watson ] * Port to Python 3: - Use Python 3-style print functions. - Use "raise Exception(value)" syntax rather than the old-style "raise Exception, value". - Use dict.items() rather than dict.iteritems(). [ Evan Dandrea ] * Finish port to Python 3: - Handle unicode changes. - Do not leak file descriptors. - Test against both Python2.7 and Python3. - Do not use the deprecated failUnless. - Use the io module instead of StringIO. - Fix a failing test caused by acpi-support being in main. [ Stéphane Graber ] * Python 3 port: - Update packaging to build using python3 - Update all the headers to use /usr/bin/python3 [ Brian Murray ] * apt_clone.py: - if specified remove usernames and passwords from sources files -- Michael Vogt Thu, 01 Nov 2012 10:18:59 +0100 apt-clone (0.2.3~ubuntu3) quantal; urgency=low * Ensure that /etc/apt/sources.list and /etc/apt/sources.list.d are put at the right place in the tarball by stripping the apt "Dir" from the absolute path of the file. (LP: #1066347) -- Stéphane Graber Mon, 15 Oct 2012 13:28:10 +0200 apt-clone (0.2.3~ubuntu2) quantal; urgency=low * apt_clone.py: - if specified remove usernames and passwords from sources files -- Brian Murray Mon, 02 Jul 2012 13:54:34 -0700 apt-clone (0.2.3~ubuntu1) quantal; urgency=low * Upload version from current bzr trunk (lp:apt-clone). This version builds and uses python3 by default (code still works with python2). -- Stéphane Graber Tue, 12 Jun 2012 17:28:21 -0400 apt-clone (0.2.2) unstable; urgency=low * fix extraction of no-longer downloadable debs, thanks to Gaurav Saxena for the patch! (closes: #637247) * fix python-argparse dependency, thanks to Adrian Bunk (closes: Bug#653517) -- Michael Vogt Mon, 02 Jan 2012 17:55:49 +0100 apt-clone (0.2.1) unstable; urgency=low * apt-clone: - improve --help output (closes: #641864), thanks to Rogerio. Brito * apt-clone.8: - add simple man page * apt_clone.py: - fix tar prefix detection -- Michael Vogt Wed, 19 Oct 2011 14:54:15 +0200 apt-clone (0.2) unstable; urgency=low * Initial release (Closes: #622868). -- Alessio Treglia Wed, 08 Jun 2011 00:49:05 +0200 apt-clone-0.3.1~ubuntu11/debian/source/0000755000000000000000000000000012303452237014611 5ustar apt-clone-0.3.1~ubuntu11/debian/source/format0000644000000000000000000000001511635571444016031 0ustar 3.0 (native) apt-clone-0.3.1~ubuntu11/debian/copyright0000644000000000000000000000220111553264401015237 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: Apt clone Upstream-Contact: Michael Vogt Sources: https://code.launchpad.net/~ubuntu-core-dev/apt-clone/trunk Files: * Copyright: (c) 2010 Canonical License: GPL-3 Files: debian/* Copyright: 2011 Alessio Treglia (c) 2010 Canonical License: GPL-3 License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. apt-clone-0.3.1~ubuntu11/debian/rules0000755000000000000000000000065712062555761014411 0ustar #!/usr/bin/make -f %: dh $@ --with=python3 override_dh_auto_clean: rm -rf build override_dh_auto_build: set -ex; for python in $(shell py3versions -r); do \ $$python setup.py build; \ done override_dh_auto_install: set -ex; for python in $(shell py3versions -r); do \ $$python setup.py install --root=$(CURDIR)/debian/apt-clone --install-layout=deb; \ done override_dh_python3: dh_python3 --shebang=/usr/bin/python3 apt-clone-0.3.1~ubuntu11/tests/0000755000000000000000000000000012303452701013225 5ustar apt-clone-0.3.1~ubuntu11/tests/test_merge_sources.py0000644000000000000000000000365312036767333017524 0ustar #!/usr/bin/python3 import unittest import tempfile import os import shutil import sys sys.path.insert(0, "..") from apt_clone import AptClone class TestMergeSources(unittest.TestCase): def test_merge_sources(self): clone = AptClone() tmpdir = tempfile.mkdtemp() self.addCleanup(shutil.rmtree, tmpdir) sources_list = os.path.join(tmpdir, "etc", "apt", "sources.list") os.makedirs(os.path.dirname(sources_list)) shutil.copy('data/lucid-sources.list', sources_list) backup = os.path.join(tmpdir, "etc", "apt", "sources.list.apt-clone") shutil.copy('data/natty-sources.list', backup) clone._rewrite_sources_list(tmpdir, 'natty') with open(sources_list) as fp: # Tally the occurances of every source line. from collections import defaultdict tally = defaultdict(int) for line in fp: if line != '\n' and not line.startswith('#'): tally[line] += 1 # There should not be any duplicate source lines. for line, count in tally.items(): self.assertTrue(count == 1, '"%s" occurred %d times.' % (line, count)) # Check for extras, others... l = (('partner', 'deb http://archive.canonical.com/ubuntu natty partner\n'), ('extras', 'deb http://extras.ubuntu.com/ubuntu natty main\n'), ('main', 'deb http://gb.archive.ubuntu.com/ubuntu/ natty main restricted\n')) for pocket, match in l: fp.seek(0) found = False for line in fp: if line == match: found = True self.assertTrue(found, '%s repository not present or disabled.' % pocket) if __name__ == "__main__": unittest.main() apt-clone-0.3.1~ubuntu11/tests/Makefile0000644000000000000000000000054012213556110014663 0ustar all: test test: if find \! -user $$USER | grep -q .; then \ sudo chown -R $$USER:$$USER .; \ fi pyflakes ../apt-clone ../apt_clone.py set -e; for f in *.py; do \ for ver in python3 python; do \ PYTHONPATH=.. $$ver $$f -v 2>&1; \ done; \ done; \ # cruft from the tests rm -f ./data/mock-system/var/cache/apt/*.bin rm -f ./lala.tar.gz apt-clone-0.3.1~ubuntu11/tests/test_clone_upgrade.py0000644000000000000000000001234712303452014017451 0ustar #!/usr/bin/python3 import logging import os import shutil import sys import tarfile import tempfile import unittest import io import apt import apt_pkg import distro_info sys.path.insert(0, "..") from apt_clone import AptClone #apt.apt_pkg.config.set("Debug::pkgProblemResolver", "1") class TestCloneUpgrade(unittest.TestCase): @unittest.skip("need to update apt-clone-state-ubuntu.tar.gz first") def test_clone_upgrade_regression(self): """ regression test against known installs """ new = self._create_fake_upgradable_root("natty", meta="ubuntu-desktop") self.addCleanup(shutil.rmtree, new) cache = apt.Cache(rootdir=new) clone = AptClone() clone._restore_package_selection_in_cache( "./data/regression/apt-clone-state-ubuntu.tar.gz", cache) self.assertTrue(len(cache.get_changes()) > 0) def test_clone_upgrade_synthetic(self): """ test clone upgrade with on-the-fly generated chroots """ supported = distro_info.UbuntuDistroInfo().supported() for meta in ["ubuntu-standard", "ubuntu-desktop", "kubuntu-desktop", "xubuntu-desktop"]: logging.info("testing %s" % meta) old = self._create_fake_upgradable_root(supported[-2], meta=meta) self.addCleanup(shutil.rmtree, old) # create statefile based on the old data with tarfile.open("lala.tar.gz", "w:gz") as state: state.add( os.path.join(old, "var", "lib", "apt-clone", "installed.pkgs"), arcname = "./var/lib/apt-clone/installed.pkgs") # create new fake environment and try to upgrade new = self._create_fake_upgradable_root(supported[-1], meta=meta) self.addCleanup(shutil.rmtree, new) cache = apt.Cache(rootdir=new) clone = AptClone() clone._restore_package_selection_in_cache("lala.tar.gz", cache, protect_installed=True) self.assertFalse(cache[meta].marked_delete, "package %s marked for removal" % meta) self.assertTrue(len(cache.get_changes()) > 0) def _ensure_arch_available_on_server(self, server, from_dist, arch): # py2/py3 compat try: from urllib.request import urlopen except ImportError: from urllib import urlopen urlopen # pyflakes uri = "http://%s/dists/%s/main/binary-%s/" % (server, from_dist, arch) try: fp = urlopen(uri) fp.close() except IOError: return self.skipTest("can not find %s" % uri) if fp.getcode() == 404: return self.skipTest("can not find %s" % uri) def _create_fake_upgradable_root(self, from_dist, meta="ubuntu-desktop", tmpdir=None): if tmpdir is None: tmpdir = tempfile.mkdtemp() sources_list = os.path.join(tmpdir, "etc", "apt", "sources.list") if not os.path.exists(os.path.dirname(sources_list)): os.makedirs(os.path.dirname(sources_list)) arch = apt_pkg.config.find("APT::Architecture") if arch in ['i386', 'amd64']: server = 'archive.ubuntu.com/ubuntu' else: server = 'ports.ubuntu.com/ubuntu-ports' # check that the server actually has the given arch, this may not # be the case if a architecture is new (like ppc64el) self._ensure_arch_available_on_server(server, from_dist, arch) with open(os.path.join(sources_list), "w") as fp: fp.write(""" deb http://%s %s main restricted universe multiverse """ % (server, from_dist)) cache = apt.Cache(rootdir=tmpdir) cache.update() cache.open() if not cache[meta].is_installed: cache[meta].mark_install() installed_pkgs = os.path.join(tmpdir, "var", "lib", "apt-clone", "installed.pkgs") if not os.path.exists(os.path.dirname(installed_pkgs)): os.makedirs(os.path.dirname(installed_pkgs)) dpkg_status = os.path.join(tmpdir, "var", "lib", "dpkg", "status") if not os.path.exists(os.path.dirname(dpkg_status)): os.makedirs(os.path.dirname(dpkg_status)) with io.open(dpkg_status, "w", encoding="utf-8") as dpkg: with open(installed_pkgs, "w") as installed: for pkg in cache: if pkg.marked_install: s = str(pkg.candidate.record) s = s.replace("Package: %s\n" % pkg.name, "Package: %s\n%s\n" % ( pkg.name, "Status: install ok installed")) if sys.version < '3': s = unicode(s, encoding='utf-8') dpkg.write(u"%s\n" % s) installed.write("%s %s %s\n" % (pkg.name, pkg.candidate.version, int(pkg.is_auto_installed))) return tmpdir if __name__ == "__main__": unittest.main() apt-clone-0.3.1~ubuntu11/tests/data/0000755000000000000000000000000012303452237014142 5ustar apt-clone-0.3.1~ubuntu11/tests/data/apt-state_with_not_downloadable_debs.tar.gz0000644000000000000000000002124211656531366024632 0ustar zN{ ݗΧstz?!$"G"`g!NC1xc La M0h"!a1 93$M!eH9u1' sAX}pj}Pz)e˻&WZ< z1޳e^*wM+).?9uĊ6 w|۶|~z^)R[nޝ5/"PStHeSL*b>ar'z bǦ ۊ(*m\N} 4~ lgYaJ 22eȌ"3&RVRMopJ_6E3?{{-5hf64Mg'?s#n'>D1ª/dN)SbG\p_fOҳ˻L:UN겫ooٰU"=U1eK/Efe%~eϨcg .v:w6v:vX!W"dO:fL8L㠶 O-"`뺆7Ղn.v|I}x>cw# q,jo:CiB-ّ7ߜKՏ}?a}nal5e[H{i=|ݴ'1')WyqI#}XaQ^+6 guxU"wj F[d&tDPnaa 5rJtwnh e-%cχpԘ˞xpx DApo},,z͎7ɣ??@NXD6^aPĒak,#=ufKNlJC;@Eδe#ʪDòd#ExM%iğ`Q+C#Z''}.I&j ~5 5B!_;}JƲ'lZ֫=sS+-:J6"_:Eǝ&+?evmKw}6J0ȿ,܃xVt(*^˝(cD+"zu_Cy&XowSd1jaY :-MX %c}7ctj[w߃IW >z* 1p`zKy!&agD:2YJYgV)ǒ?3~rؖsq܈>ʳa\3w: q?i>RVu2ٙ8:dA(HMgЁD>aJ`Y6VOھj{AE˳V]WS"߇q$k!3mk٭ 7(13 YQ|;8JI l-}r (IgC6vFWVL8G#K]"kZbXCyܔ@)>૮) 5.#~r;cۻfWw*L^8W3P>]'Mi]+Q59)hMvhC:<6E;y[O*5K|G%Dyp ıaPlmq WlRkΰ(5<~Vijƻ ¨ Nj}+|T#%YjPNnuC(ٻB9j%~Z`mHqo| /.-=mrٶ;۝D{g#(U1TyTg[tԓ& nn42" PjPZf([:Dݦ~s M)M&Vizs9ݩӅ|ՉRNP(7Oc%AU.q9BXdGI߂\rlTX0qFhǾ,)xA_2p>QB+ 2{f W&#=>M+qۻE+bѼMzM@A> 9*\s+?Jq̊Yaei YOPl5o󐈀x]O7/ylϱY ;7CQ!Mt%׍;&4ۯlsey[LK֡]lDeV/^ vrx5s7{+>BMNݹLJK%"oBP{5ҫ)Mۍ~j2y7t['-c-+݇R=8FyHSFp///cԗ3qT; 3fp+:}+qA`cn+!|˚ivaQ%֯} eLFq7B޲KE!-fT^߇;kدxB_eXlϾuI޲Wt&ve%X=߾7aW{Ճ|cڍ물htE #*,!8mN[jU4v,oyKNyebVcx2滒;#+~K߃*s>˘O#Ǣܳ*QbJ*U һ152E9]rJCjZʮ+::;dRBmDT$^o+V^=$|}]6NewҲgZw@bSר4&LŰgÚX \שnUPJ7G*jn7S%:S]ascV$z ;Q_J߿ϙ>?\` %]\[- uG^Ӏy66}5p.Z yOo,6؜~5g?v7t7 ub^ʍnX/0<6(5 hxS^ h|{i;p0 eԷ_)1/?uJfY1yч.Bu?^/^d"ÛɜilԽIE'U|Vl?.N>W=6p7|VǤw~.+o)~,j6\Μ${*&D!N-CN5Fv+ά<a0ʕ6QkbOO.HW]s|C-ͦ&3I{m8}ofQi!jmYmA oH8%kx"=ۧ&^:ADnSwW)(;*Z^'F7hkS8錗!;ߺ|QW׼uzweN,yѫ"tN询jUo;ƐRq--,P(Z,5Sq[e^)b]╫/^vmy$"*ˢ9IDO"6ѲV# RrI^ *Y Ic576{jyg7=㺰{heqyŨ :$qͰ ź885}uѺ<7z(MwȖOK;jDp8s`a5o2!v[Xese skdk]!cO*FTekzS[M)fF㏸l>DI9>VIq$ M~&G]2k(&zHE2?mtN77/XuzzSKxJl1O/*>xUGK=Kr(?x#z, KٟZH4/!]/ -q$"=Aj?AD0TSS$FX25r(Ţ,eUL.* UbYM1)̟ `T. <^Џ)aCR!WxR$o"!%W=<6ϙL6)x\9aE!X ||:N#p,Cja AWƓp?0[Bt>C-V΀@H(,`I$eD4PDyh/E (4 -!ax` b%H?919ݱ(,zv'$MBXbQp6$2>"&  {3),8^>H& R;NCᾟ_apt~R@1 L*#!hĐC#VM<&0cнI<Tw   w.p6^`9r9@d ߇G21d`DPc%ša׷Od A1~I Bc}p9$|/x|.cP/şrL<>29=ObH\ *uP~*0 ; T_xH#tج{-/^,Ң׏+r(l:0ׇfx4*"X H!+o OOl#A$#F@ $X? ~\mK`ũK'dbe|`~ S#)@;_^[~4< ,) Fu%ltÑ{W(N Bs9fN}}ph5@,)$~ O21x$1h>ld̢y7?ܛX`/LiIMMNӻa7#/ܜ I.-w/g-_2AhW4xT L A,KĸߣJaёgB$.NuhCbS`MZXX,|B)\A1='c|͇%=C%t$SIE7 _0a! wwQH6&[`G~EG3Pt{2=hV +.8.0@GpGP;"p*Qre>Bc19t"w=EŠ $P1qKċVݢ7 <.Kģ{iCI}WrVa`XljUKʳ T-*#I** I~0!E3AOAI4(ә R^ĤU|@}%SP`7γwt1 @uؕ aJ/Ln>kG")v/0 hA[^SS+H.T8cwiu|=TM<`lP }ؠI@ӃIHE Gam.#]?*q~W{?Rxr,\U$A?/|10 SO&W;/y轇U `QzL#-oc 1=۠QT?9_V쩠H н֛p!dȟ$"ַ5gU12_̏W. `a``z9㏈9o8;F&VG/F&#mt0sW8h'YXYWY3ogd`acg|6.vR2ؘoSs+3onyy'eB e@MCUj3mX^}oNZ1Q-_]NK1t0Gqf? #Yֿ5*{!dSؠ.FHҳH4B>;uAdDS)Iͩ4Y*$;1<k`5>\*r}_m{rx=rޤR`K{}ơ5/h.GE(h5-g6%^ِܰ'qAkG7Z4vR. #yri4::mxxH*YGj.>> |KbHjQ'dzB}FN !frYu \9+ &&:y?;Z98 |2u2"vts05 ~gjbejeB,kJg`cvBh`m) B?38+8Xp pLp0pB0p,Y(L|xׁ,*ak_Fկ@&'Tɡ|F+XD8>$8x%'\/"گ@d K,xRfa_@`nǷ΃:WK_14AOVQSE )U_ɒ(L{b]#_H2Dp޲;b\- i.bi\[[[`asȗEn9{b>?~D|8,!7:nsC?~:B>@,aa|V.PnxaXXUVwg3=b<`)+KzI} ïqQўMQ:rP@t.G6"kbK'(('l7ނTLыo!DOD/e'%R?*FJ k3Ti="s\"g^EAˋQ ~2F]LFdQX[) .+?ITWo=J%{6?Oc,zMᵩ 6g9D/7ڣv$5Fl[b/ݲ'q9+Y%0^QπsG\|] I0R֐c`!pD-WQ5lq%QXPّCΓ4#<ӒȰ@?E [Z!+y=cJ٧ʩkL !PGYs= `QOа@kym~˜dnH4;Q}̇pU*,ulDfb62E׻yYe\:*.TOUUEoSPeT[+.{Sx?6:D]Xb9lr+FU܇&"&JQNB8Vc}F+{㪣X=}4f߹&o%"YWnlZ?˙N xbVgPv2e ȯ%E' sתL/PYTY"`#oB| q=W{hti]t史mxǷZqQv6LiLuD;%1B<b):)uٱVUA~t_  ٢ Y3ҥ^ xFr'=*/ï;J%NGCہ?m)jSo7VRG&*F,mg?- M~?)+$n+N'(2;r+:Y@*(Oe81avYk}xq;t]dquMDE *.ڪ/:b<툶_d O,|]et msWOTte $KΖ ˹"g/XLO,"uwu~ƒ~V25#^cPtN1Dg ,{& @V{Ζdei:˃nل.\w"[6`q%|4)!)HHgʆе10$cajg0( ۚ{Ih{{OX\[i(5&uCļ:yh{oomNޘgv#棜v)^OH/g[-Eܯ*1CTZKH@۠kME$i\dl5bGˀ7u{o]wk/2Rï-Q呂G]-}{-Fb'eh֫ _tR[lE_Ar%rOϸ^ֆOeHfF\ܪԖo`x6 >tUpJ`P;jzYP2?`/I :l:k0|9W:67Fx~;tX7ꢀ'tmŐv.gZRnYAt r3Ic7:& y; ~#%AiO{}Qѡ"7sB:F1N: ǰRR4Vam}]Rl3MMH黾r j(5ct__ӏQ*l LX.2PRK^[_byc^#\aD<\1GXx7^Yy>ܙ5á4QJޭБкC%*dg״MՄK)0}xw0pG=%`~i$dwaQ)KaމHϦT%tv'B?v2?a6fx~7PhRBExB,n̎S9uΏR ך5x /c/j685PAqل^#>CrA#ŕ__?<: }X|@}x8PAQS5kBK M\ Wf4Nfdž䎂@ӻMɟ`Wq5LT:79DSndr)?%*$w`_(Dp/Vlth{Sa6VR)? =jq$-so48)Q.m76Ld5'b&/4U痶eBJ u{P']&OL"Ym X+Ǚ)DtN1D?D~| \9o6Aʞ&19PwCU'L V q?h\}K[ON8^` Џ%$k ~O+U7]^;PQoR"8v`iO_;IRB±K]aI& 6Zq`O.;TYcbROVH;}ư UxeB(wȡ:Ѝw]{16;YN)eNl;ݤOoq*޷:tG YP *4< !Z_*;3q/6N>?$BOFs?psK/0nljv7tI0?Z{"ggo e&f׉ L.TOCJ6 TBJ,iH-[*5.ZJĮju J p˴udΎ^—j{F!*p2̨tpL7? Xu UNspuE Zc _QHp R?18sWX$:ߟuA?T&g4 JY!>_Jc6#B/ίU]>kFbZhD ­_S%di诲vDA`٘'Eљe(tIlS9J:Z3{e(,J-"ALNKpb!£jNm2kK,{w n EHzdҒ}w[k3]hF]OK}Jz8m^O.3˙5LLLOM@ԕ ִmk5#2L\M"ÞA0 潼Z[hmЀ ]lT!\-yEHv[, }i2 *wط"[!F3xt}0(gJ_?껒 Y:v0u'jT7 -THr%!4!ؽC.;|8UYR/t3j3kT;1bs?oEYw0ӞU;󗾄r,UMMVR~D``@e@eFs i:-#⏸v*xZ0#8 P"GMg0IQ Ҡ+=1&@p7$DHu5xLt 3WF&fZ1Mn8KCv?`oM`L>ݍbzOΔa;?樸;CTm nؚFfb󄬪KWZEtKrTqx׾/NWɵ0rTl'*dVzǣg:QMaL *A`w!N)xNv )4I )ުjǒbv?{A0~L,$BSL`}h< ,dh⠘X]IYJq\VߤHĎ%6az ,]i^i&Ir.p na+T+}t*i-T4CWj5goD| (G-r$;6ocU%n)JJNQ P0N 7*4 [ aqY?BBbgfTz ,F,[uT2eH PWnm@てgyk fQKh!=X؜ E2Jy /q A |zOOr&3cvm"v5mW2ӛ?^޲^"@D|xD@$=H2McXW_KZٿ*66z2kGF󓖤qX7 nfk8DM Дs^I^Fa['@!IƳˡCCFWL~P@)&5˄ኆ5Zh PbB*c]~=zS ~NF̡Ȑ NFnەolN~%wVxxqݪlr#3vqtN.aCO'm}ҽ7,Æ:dQ|*! d2C̶WK9snB@7_*#vdFy̽o- kUHg#7-4d4 HbSp?LAD|ّSs)mO'&zI d GS/sܩ*ҹ8&dnnխpH"`>o9%o?KĤNJw_dvI)0N*;8%qJc:Q%_l}3pGı'a,H5*]pYBA H$YpQ>gin<_XmF$RN@:.s)4#Wp}@ڊQu/Y,YIԜo n/XkOU2ToIԷEeLo4l_A:tLSYkzÎU@ޱQ`MMzb]iIP2<.h3nt=Z$^A UKZGr#"ǠY %K18_.$jYB1{U<J5&,F%kO1Nζh-Պ;ҩѪ2ϝӆF{{/]?(O'a=ynci&?Fr_.KuT_ugL覣E|"̈eI)%.|!Ip{bg5|N4eRa#_//gɍlTl߀70u,9bjM~< xsx _(Cw`g)KsjC Ue-mB1,Q~IچEx!`@d37cܹV b+]H K^k( #[ˉJؤpwP'@tLm_HGY̏{'XTI.=KoD턻Yi=:@>J }ކDc@nOX/XO,f: -BGץhBx wt{˽zӆ/XO._K7@P&2FXCXӛ  )Ȓ;JI֙^wr}{" CKu±3sгw 4HgfQfEGطC"WYk4򉥫L tY"Dkz2U&O  y=sʽ`g/XsYǿIzE? E4fv-h>FH Ü[M ]o_4YPez@XٷjCԁp ̯v4@)rXɎ K+d p[>T׿#?Y0(8 ': () BX6Z4U؟X+qLM,qm7Zg dSa}5թp`p?9eVt Tjs_['"%}6PՏ5*,\Ě櫂d@߶]=es^NwB0NN[yB#"b\GQ8g=-Uy> oXwH'RΝ}?$-d!=J'p~,Za)v﹈ 1H vlf.#X,'-s/:8멿o 9 | vwhgƆ\Vj-/^Ī.~-P/XD`/Q 6>F0ȩNJFCYc?RH_bmsd`Q->BNE$@MP_We (Է+Eju@+z.q{_̙͹m<^l7-~~SXyWmCii |j@/@ZC|~mY37Z}*{b8R_ N{B ?OO:,S]blGKr -d6Ld!n׬]ʟZT| //O^0*V;a{V؜=%IC;x9v/{ܽuxۄue ,At'ǥc25M5/thN@e]t&|@zbȗ$T>*n/;*&$Ħki})B3ņ,glVho3.GCuyё#͏И($F&ڼ?/YOY]GNJ? g+bEIy1%QF\HMfYd9<|]>n=<9UH[aGȴ6EvGy^3s|9hagb~ D8)ք:ʗh Ʉ&S>zqv]EX(7pUtKMJ,ҁt 7z$SU j %kՏ^ҙ>h]Va G V(?>c qе<<}E'`5 9{9-ZX|Lc^ET*cTa‰L/*Ieopk=34j, 4 ]dXMS_b ybnU-M^."ر %b|d{`L I0%xw4+l8@gXv7BgB~.rg>S7o&}ܘ %\+ -T9%u-,ހLȒd |{btovN_F:GCTD +`X=.`Yf?YHfyfOp04 ҇ N:?$<bʚjQ1  2CMzYG&y'432lLԂe1r^*x_}W\P_膟XUSL+_#%\1$Wz¤*T80Ծa>Ͼ-<4/YO,_5bR 3q֝I>HLo +oID;I#S/)Ƭ`a?X*T9n~@}5 ?#D-W.,@j 16|#L]赑V, <|իSca,^fk dʟTȫ:V/YVsVKnbخ(5!i&{9!oRpqޱ)r0(S :̻z#B[ Õ>we(a?}F7v(DS3 *q%D9NSJiyHS_q}ȿ-=k~ 7y–yѸ^懶,7~@D=fگ髹ْvL=R50_ݶдC |BYՑ|kĢ$p*s).DngFT8| euN\4ZX /XSQ@p{:cN]c3{ Ʋc5ޚ铃 t$\\N` <FNV"`/.7lW0czG4|+"Xd~`Qc?ρdGq\|̘٣ۜNRnH! Պ7*[٦]/YO?'i@ky%}=Rr+Y*t3XOinq'H 7sm-}+pR^Xڽ;Dw5@RSDO=:0u.Je_# }d4addWvDBGU@_1qX3ẓ̾"s_~=ypAfM?u.зKz~(pGTͷ5m5_TΟXܡ@Z]$[/I\c̐}}ls xba%N"iZPȐ]ڐ'nÅ):h .P)-fGo^ ϞXƶnK*\hF{-MQDf1L+0oڕP8ASK^l\ I6Mp_oq.Z%}9y_fN 2M?0_VVYi_eYyZ;̜n@%,عw43Tm~ȟ 4J\mĩS:fX( $+! dHNO MMʯ8(R]G jg)q3{xbjςCD/."ϯ v@:Pa*tu 1d C>Koeih9 Q0UM-wcm+1 5X[-"i}7݄' rnj&3K+{dFA *yCѷ7y2j<^ H*a'K82Z!ŲޟP JEħ!P@μ_qJ[#h/X5:5egV  SO8[1Sk# C B)-'H(E.'bfybp{ J/@A|pL M&!lwqj wx%m۫4%yʠkܬ(*N-ʈ*݌%jStRdc_5$Iqdym{B9+݃ R$ o;YxQIPja 㼍* =v|ᩚ'uc.s="a2!߹ #g[j%&!mź^L>*=J()5<ߡd(ht5%Lc6ޱA5aW&* ti XK[7QZi_R)$. Hqy/HaX{Y̸GC@r {^!<_!;;Ӳ>C?,OuG$w?._Zj! Ǧ)[;hvIz4ր%KRቅsj&ޏ384p *j ~>k @y!w*5I¯r|}btdr6>Z$CL>I3^Yr1h txя5aOG &YP s]= Pkrly0@e<8]|Vq3iyrx^l)r4/N]q!OA"ʗG%J{9|2OX}/Xnr DsQ]2WgP!9ioaTN 1Y?3GށRBѡ%KfoܡXz8ZZ!^m}3OX =T]^UQdY{ɚ~;)hkPz&Ҫ;zKt 288;!Up8nUOR (Ǽ?ZK~FU[@ qo  b֖[vj 7:>ѲHʋ]8 oiu" ,Q u[=>yc| ׾q*o}&ʌ,?ylF+Q Cz(+/·QY6qyGH@۰cNWЫ{ZDR1]HBrs# nf*}fs/Ξ[R_sD(6s6$;2HM$]y27\ \o u Ƥ6=ƧAΠ~D6u-+_H!F?phD\g'y?ݿܜc 'D=>;SJ1 5!b>6\}xa@?d tǿ'_WcG(@ѿ[oLFBI4hIEp}x^2>{vOZ_h#IEI -̞oA .^HٙN'L&6&6,-T^D70֡Aֳq%4@ H7~H=FZ s {:T'kK={}&;Wk&s#WVoX\3|בnj]p3oְYG;̒\!fWʜ[!W$l$"&ol+Scżz3'mtDa0nF4wh`"y]ܤ&?-HJ{,{sFG+S}S# #c# CFC#&/KKG70c l \VZvKΦFK*t[fxinLdm,*X:B8(d>BhFi0`H`%Rb#+IQ 33ws%h:x˵׬jqEgxҚwi<ڗ }i7gRG'Ӎr4oCN\qRZHfQrOyl'|⋣U A:'A D75:B8x'<[1A𚘼MRTH 'aX4UƶСQOJO5 .[ XLfM?OOt!<]nkj{ yfCQ\dsVᗢޒ5NjW}8tH1ޏ}!:h:SNϚ;N 4Gu6UJ3./ֆD*zwD23KYRr-> yj!^yXm4+ž$neTGM)V+AYf˃XWeG@& ,X[rl*"ʫ zge38 o~!w?&򁘉Qߌ~ &k-oE).:Q@.{96oDж ՜-OTB.6O-,z8#az 2Ɋ.lʎ R ((+C'T5r߷(gT7lpVSh6MwmIE+UXdlLy2Oru,>;R9VS"40$~~HQnPl=ˇ_ib͎`xfT] +t>^w$6g'Սy"} N]L}vRb; S_6*M/<ՉKh/S>#s<6lAtfrU);%cI`NȽF^YlI8)fN-QW-mOGv֢1qc 0 32eL4+ssf Jsي^?fjuPs\2Z!saQ6K!&,:GvMlc[@<h.)5F`GJbrB{'g2䚙(Њ50/6řUpoũhuX#L oX&@ӽTHMCD#uC-.Gfc5Bx] 1I,5C^ Q;~}! p`1k !jv/o8;}P6҉: ;5]'=R\V Sph& P׶ǣ)~eІ,/QƥShTS>i<^{Gj6.XzX "l)m{ڞXa\I'X^*h~+Ft|=P'B&Nt؝w :V L>?"G_tN>L9@?8^"qWac@c#k(y\o\)z(wE!UNnXB$]O7@#] m\d؈^^ޡ(w]Y)6˞6?r|NuR׼Y،;a4s45`tr2ÒJHmZP:*HZ1X19=oOCJ{hZ!ffcZd4 {H 5Λ>yQR?ηz8 \5g_ Hs}Yc'̚ʢW_B].ϛ^^)T?xQ6&oOO?SDL,몝ilbde-%7Ө PǏe+ѿ{hufP7%W(Ww&mȃ*K*ÜEZ63Xӎ~:‚F"u}C*L"yaAqIjnb]a9 "L;;3*y + %B8-؊sq M?*ˀT׌$LEY GHhV!ט?ь<ABb>ˀ7N邍ih38&c΅7Oa<JӚ-1\xt=gѲNFMJ_u96T~˿3X@8FۄpT|):߅ '9~jW ?xϯ}?^}[t`.(UېQJ?{Qѧ1O^ \S<32%_h4JBtBY;ٶaޥqf9 P̻h'ݙ?D+Ru{ ZA rMmo7>0񊘤@*v:=7kl(nhoOq`L^, ͍8R%/k劔Ytb3܀j GG1Ba ](i7@ '^\oR 'Q;IޓG d\:^{6~&dUskĵV݂HetdCQ5VCj"!rPoi,50l]Gc՜ߘY0²_./.͋uҐHw&DŽTWȬ7DKRV& = 6 R&| ꖔ"M,`jba"CF աǵVG4RS$7|)Mp߅ gf)^e3!M(Սa4a{(TwEd7^DaUh5@ Q!sp' ;oc`d b?ܼ)Z "uA: ^0$K5hS تjHH ?H5ANȈkѳNI3clB4V̀WIi\:.(B^.E0L8ib .tU&lcV^`@D4@;.]j 'IR>tb}:-W ğft0Iy_"ouEL, D> _ {tMY %fs৳EX(ҞP^#3D0.=λxhVIHV.H쯻3h7Fo.8,(+kѲK Uٞ0)_l׊wIu6fŰݑQWGa#Er* iC_#/g}*ʥ?fI?^?"Hf!!D<>*[(Dgҙ{DrK˞p΂7"y<뢄3$iQ 5D.k4}뵝^Lh۲~4StQwXt?)ˬ ڊNj9vR vK.Tg{9*( bg:c\UBq Es~Mu\aa3]1N*OP77fͣyMeԍ3!fC9ao>8^l,ooN PqZ:G1V]%gzz1}Q+,{M"~(@׬<%-=5R+i#jijFg産c1us ӢQo⠋XZj.}`@.^U O"2k[r,9/waiYc0c98){"Sv zX{x=:\ƒ]be&;rcx4Jjx m  gd꣖nti\TTSh4a K 0/KOQF IPEOufg虥Rb݉qx|IԖ~rLLLrGb^:!3JV S\efG;xΦo})THpB?i:|,UP)XyH3maqtF!j,*ĊvƩve$);3@Z!Y#5|u*?.v=) @է?6BJ\HCbDlx<~_m\h 1{jg[tݯ,4[]cȆPڣnRLrm?7`I# Ur7}ֲy~\:Mg ㇼ5O>OIl駯-ۍjZ΄!7VNx[I<^ :wQ`"d?yh_#$>*c1OdQ|dZ{KAbHZ/̶cPuB G.8"hZi{]iyx5RHb3(v{{ WB=YR ċК𽲦ˋ44LړҨX09Msxmy.g"+ٸ]f ?ɺȢ㸭[PxT%?xAσvxSuW[wE#gwWGHh|e8e roWZn+hvoʬMތo)xE O5/T[}X:hÓ*A9^&\ "g}E95Bf/kq:0a%q%Xzu$bF@ALjy%2 q79OVtO~,h@{ |ӓ8a" (UqȈ&&Ƚ,ۭLJeUQژG_[lq2lO_sTՙfm(}DZ}p=$oNF?BPFM ,Eʬd/6yc:uJ2Ae+vBvQPNp 3 krY[p{XˆЂ$vҚgʦqg('~8p C#% 硸3qtx:NR$BC`kHͤ+6VnO3|Re @;R!дmhzudMY7]!b妴r\oq<%VRk_|L(rI*nu.4A2 VULyYEI܌yb6WC_$y\9@ Ș.Ysש['ఫȅ"FG% }[λ; ;,)0i7Hh!lG Qypɜ~Dn?@;%?Ía4fd9Kge=쑓$`O4rhL"]3fm 7b$hۧ(VTBhA#Ջ:Z݊Z߯WyZ Nϗ.mW?wkǕF;ϔK&y#ECw$@gUuʌ fHK`.&=Su PzbB lɢt/ڏƛ N\mFQI?X!{uH'|ۓQƜ~Q2d8S0uK˿ 788IBlȿ8]lۣ]$6Ň'@h&1ٔߔlw31՗b !"U!(P(Z9`6=!71\ pvL$x";&gKx(x Ey@{v6); 4X. 5O?Muc#Ao\4yU,{5kIɸ(e2̳ άzw9ވǸy^JíBHfmNZȧEҝ˅E Y1(%3.9qDŽi_""9D-/QjUâ7~.V %](9bD܅d` / 3]p8wpZ^h߄:P71jכ?CK]Rah:N37|$z}J힤5RP㎽ʳr?û)+O+8wna2B 6i x9%&8'Y-:B7#_V+r7:b о eB 6bO8~3gzz|Ξcv?ly|2oI$B7 "J0WוenY[N y7Է9e˛ m+ʲu0 ȟ1(aP!ײ#z/BPK @Jx[]x孏섣M8gT&{*^4jo= CxlGַ{3O>ET eZ s/{VAy:FH}֗N!.M2#ʟ;M_ ،玿Lƫ~۷66*vdkV;Jrhʏ؎8'!xw0%m&*т'SSˊT1sewKAaǸ,$l}V}L8DR-ժȟHsA PԀkwXs<_pmUC\\3NZr ׁ6FuW_Z_ 82'~paR[ ABD<|en0 UћosoEcl2g+5וZ ![>C1f!#ԆAQDrOZⷼ3۩yF}BP[Irh/D#xIHwre4Z` lSV5dZ>g2̐_O6deP> |cobQmN=m)ՠfl3/s h42tbXyI]ŸmQ ]_UG8+~7F(uL~sSK(獣ϛܫ,W7.ӏ*7hc*G2ka=M5&Hd|>'R5ƞ1ZMY59:p=aXIAk\BkЮ"·y cJW~U-/0&~Ip aqE([Y`M6&jp ͫ e߹ϨLh)˴6f^njS \Z68l=t!z5BguĤ"qHo0,RB,'ED1*~~-%q7N@Y- -5'&iXyOi1-~(QieEwYFHA5t!^iת f0PPPc72L,CKj;=#cz\' 9y5*W6jjQψx4ĻajUG)fgm<e5i;ePI:)rΜL:{e_ɉ`s\DEhQpu ^̘DIe? ffuvD#6E c[^,BѐQ`k!R>]!1=]s{[v:77A)"g;:5O?0;V !:h߫GV4˫tf}MޟC{' I$-h6-Z3c V) )JeBY**KE"%R$m*Ii,afL9wk}_umc]ЃdE3Y.ogYV˱Ceg_[W鲤O߽T8{Lﭓ7JN\4k0/Z5eQS-V3'ƽ uawv4--pU.sow۠~|>&iY= [Trמ>jɒ3lM[ډ5J>U6v44I* ˏ k_멒[3O.~~,l׺5Uڜiy)6BXCNChǬb G/G5RC~Eseaxxp:Jn'QV.u,qL* S {7f{q ulun= <0oT59w{yYQpj&&{Tn U2^seF MEx:y<8}n!|;ͦۮt(l~WV !hHV8HcE50&g u뾵V( ֏X$-aE!Y5@}yG ^{%4Ǩաnwg)kS;:$' cm Xzr; } t8Hg1{ad:4f4~xҀt[Nȳܮ1XP܅{2!Y:|k궑߻711NJ>0mk3}xۦk]ҴkkEC,zխWmwSWHR2\ggxOMšMOO#K u^=s(+qAỿgxi, ر(aqE #cBn#Ҵbgzd< +-=r\KV!nʘۮ@fFa m}woH:hxg gzDܬDV BE~<$ǍW!T ?f 78 .yLԕȫ4ΆkF%%ֿwhJBiZeo2c.txWGU;6ntf)nMx2 u)ͺXZ5?Qc9)Z3 F~I:ӊp }r_6[pjk><{mSLM_':9H:7(5;yF+_~v5vs<L߫Am O(7tY?xb3N:T+Tk>wWGqc+"Y{xc)Z7谳;՟W?W&/NvT^۔_ɩ^ߕ-5u$DidO8=;v֚~cBV ra׎ߨga<O/ߺBR6 .>s}\?&ҤkI:*Y8 \sm۴.2ch,<v^UsAo/;R9ǻMJ|2jQJw]SM3{hOMeDCᙝ#B;}/^nFO}.Ȉۚ]7YUb@ҴU\~Uۼ(U;g+}Ӭ Z5@ڤzv {@μ<<;lw&kgtfHӪBoUAYQ,'n61hpZ_onc;rpDpCE6 #h)7TE2¥ ţQvw)Z>_do@xׄ%9o>֏כ+!7_A\1^pU5`mRlÃ;ЁnAAicBr<=`Y#ζ@MҔ{Ψ0gWOh; 7Ci ZW4%)+nuInW(dRV>-tIF>2Z9뎀w(HT\֭&On k<cxvbD v>HXp#QSd2%LZWod?5ZgՂ6ߤh]@@ćԣgИ[,x}{tI:̡[nϮG5\lt@xSغnwlm¾U|t;v͜]Wv`ELxj":f5 kg`c(v[KeZ'+T+:?:2pm#D 2nX,ۥxfMI?ٴ+j)̖%=m Mzq ;_S4NM{]'DžJԤ0% 6)9W矰{W@}2ej$~Kct8p^X6%)Zc2wA!l-xO}*DwYg@mbw_'oy!1Kj-t[}P]09~{=3vzucTi\i;#Ѳ6/ki!l%r@eS\7 #^(R7ء B'6_9z˵O/Mj; !l @FΝ'q:pq녛wH*t74;Va TL*uDC؊ނq%<[ŋXt]h?%G cBnvl37jfKђf[gmuqqNFC@ivnk&}{+'ߑ5i¶k;E-hhߐ%5M8{ 6(*ԡבQ@/'])U{Fr,JR@ J՟Nӝ:w'yB8iR:'@!lkE[n}]K5`/U)bՖKrh3avi J2=KPx"5EІET2ѿyngZá?IZNQA:ണm;nWQ7eO\2~ݾgG{`Rj-)ZFi4m hTik gcک&{ծ`wdzN$y'BiSӁ /#Z_l;%d <~Sk\ _ChfdL4ղQ^ޕjpkkSW8N=;,XDN;Ǡt{;ă޵`>P zf 7IZ҃Ӻ@Fx(rk~9ҴP`hpZqc.yԬN՜0 8"cϕs ֽ+{}eɌ/nN{ w|;r{D"#~W>F%<3}L~ќKzXBʏ W.޻H7T?5re\<8%DPOք Z4{PC}iyz7 85+}* #̉3Q.s#Y3ܼP4#:8l( vW66n; L{0sxGOؘ{qZEiiZu A;mw}g'L}4ϖ`nΧ(P1. =Xt@ڴxa4\S-:8 {ꨆ32˷|vS5t7፩{P:?umҍJg Z#aLmR+^i˫_^?qqnyB/.HӒVDZcR҉ʾ܎-opqk[ORB-Qbpts9`{y _ M韃3liH}|4@:>BAb Uh;ZZ)/-qцl1R&͆GtpGE cGs)Zm~=&P2M7>Ric 3I2~Nkk3.VmC!-r˧F:z\}#?To2gz)ZdEZ/m9KW=nmcp3Eۚp#xyanuH2|/tp- 싚u'ܪ_>^U!ͭ)>!~sǭ=udbuMI :8mh׮|;)9q_#3=S*^}{kOv4JcN&}ӌiD΄F9ׁtq|tM2{!EkG-tp@S5r{\70-@>iҫQ1fybz3 icS>XY<62*Ͷ1u ظ5uq.Nulٱ֟&E4l8D FZdi߯wvv;x#䏖m}u9#v}?hI N[X d,ӫO=b|}[샽Nߦ70)5&w~557>ܬ1s(]jrWEsE/ c=m`WB%,sUmhZ4A}f~7ޏOv^,~:`m_RԊ`i0F1F^qj:MMhޔQY6ȣtɗҎly$-QP1tpأ Sj|UԞndp2vT 蒴Gw`-p Lͫr; w/f7ggJqT򡟍vYMYqi)Zꆰ,DEgLɸi.O9(s(U-!گoSކ[2NM@tp_=s3K5}@Ή k'+ݜ` WWCI;m/洒u>fh\glT?o\ʱ;fzU o}%Ԙ?tqRIS36CǶ:4e(!lQ?gۋ^Ch}i!lYiίrEht7tcc'1ciRa=`Z@cO} xl gyg{‹63잱^ELN'M(a`sU|X+3i}4ΠV>s^o?g_^AM.}Y@]t{TM/2儆Q\l5 BiGˬFkT[1ٱNaUx״f5u8&sULiIa#L27{'n.9~h: Gl'پkwKB+;OT/x*Ϲ /~-zrUj!@xik lo:xtYr._Nh7ۿApLv5S/t:<4`Т@n{Ou4-:\ORt\E}eg}{F(h:gP[ &wNaC dlHk| w';/r޷{'g.ڙcԠ{-0vtpڛ@Gh l]zgU쁕OYϨ2dž`nuR~;5`(:lI&_w,Wyb7֔8..4Hr oש4)Zy6, ; 1сe>Ǿ<]7SG}mrͿYAzx33N§w@¬ jԣn>O> o QN};n>w-i+tߝn:zs֍ή@J'M: 6=9cVՑ|": Owet`Zojf!rtpZhsްKuĚ"rw?.(ᄇW#4Oიf-tpg~MFSgk;7dɭFsˆCj':V,, KജdQRP474nE@n$A8RrƯ9QuRx< 7m,>ۢ!l=@wt볓nej7m]H$T>.M?Ki^d8 mU@Ft5Iv}%9mdWiN}e3ʗU g믄iky͡27)Za_B+w_ݪv4-.oQHU5J0LrIX_jO@$t` 9]7x)h}0(.9śl]2I&Lp޹r$#@ܖ=iڑBH";@]B`C;Px`]P,tW mL|_y;/Mn[F{g0< IB!l- ۻUɴ꾙߃Omey`yaOY>;%yeË5U系[7=N:yYRCag[tWMQMA*Lֻݯ n!o[@A+{o>[>(=qFA3%O~hTSK6:-p?%hv鍙i>Gx1:- lci{[{0zn6O>=cz}GARx:pv6Ep<uj껕Á[eig16Jz+ Z\q%8:=cr_]~w˅P>sISvyR͍r85iZC|v~cSALRGfU35$FN;Ԡݬ4>+E+D  C5r3:ʷ=. d̯kݖFUM6} ')R2U~~L?:-OSy W:֝ Z5%&n_,Hxŗߤ>8;z 5qhc!@篣m˗"5^mdDXyʹ~YaZC-6XƔ.ξhǗ IǮכϴ M&& gekB~Ʀ?9F>փs4/`sf }(v_J.o[0T!-*.7~8J] m%MZ3mʖ Ky s~tڽxK0y\lGv?:l .J#9^#tKfl̾;y;̯8yw7 n)5> Ə ^ZŲ!Ko 74l+u޼f[/c2A^:>E1:iUMk9#)W^f.8+iySW~y⸪=eH=t$\Hgy ɨ㏧~Z|4b↌׫m޸xAÈUw]tɝ{YswL_=q3sVA4cmė/;ma?;[=V96w7UH7*{\jwV倷ngG=y# t$\nyq:1|qAg<:(g<[wߓa'9/ڦ]"RYhՍC~a<$Z/=֢:U}4 4rOt8f=m c*GD8{SeyۙDGh#ᰰ^45f w;VYikT,7\Jc\Ay]s)MZ/GyaKbr)x@o7% fg2E3޻Wx8\xZabyǰ+sPm~҉mxtg]R+.CGκ,XtȴIo&|xb}5s槛?:5yNV?2`\z%okpk:_/HW(1y9.xKd&.||~-?Zxx+[rsîC+DG, u~N 6]?M&[Ğ[Ì+iO]L_kdǔ3_m\㚍ŴyNbp]HںT)r;k/|PysR7gT6"Ϛ΁zo8t$9Ny/t$9Ohk\'5֙GdœS{;}#$hy[y#H1s]VT}x\o3CwAI ZzW>?o;K};,IIUcX/ּsn[rՌy)=k;9sZ0|c{clppO FTL r{kxO7jЩqZ|dv]f[:3^5Jŗ ^UOΧi#FRˌ~ZU_}E#6A[W1L-'v+t?mH`B |R7VLaEoc.^|j as[pN`l;[y/G]r!ocpC^_qR\oDZyiY.̟ky`̘33{,^}=)BʦY뜶įtyysxmanZGs0]n3,n15o&^6<;ܮؗ󫯎Kڂ#61b>]mErKƜF 2W>~PԨmhظ:}1SIeo5,Y,szSzd:K9xw0t5ƼPvu_ B'_~9yvBƜjﶀN@kuλܾ*7].t~c|q꬟]J5 ,ZX?8>;,n W $~8f~$5f_V ?L4HZkq*s1}o˼leo.qEyg"ش?nb!Cрcr Zd~^xa/]gl}rk=qr@zd: ~fȉ}~jrKkkȰ V=G'd,g}wUuxnӧkU6-Vl)VNIo/5럮4Ahf-gd7ߢyMZS攔B,ZEQK77 ܷ:D{bfjp ^V?{ʚãl-'%u .0вϷnͩ8^ b_kgq}voÓ5GS&w{n]yV5{3kh,s6ǟƍmU*M!W<Ԍ}lmԈE >|0nڹupj~3NW9Gٶhʏz=^˵ZƘPms؅͇Om?Mbv,(N(1nLN0}%//lN_}"ĬJ?]+J'u]/xK!Oc^9F2M 'nJ6+G4;6w:E;۹]^z3l\#ώw  W9"-Hϸ=# 5uW]}Ź]zUWiʸaԞio2O0ImZ]W{f,ØȾN~)T(}CՍ \i(t*qkV[NTTn۷NⒼWJ-4i~܉@{I355,Fz\3-6yܣ{?}ڛs׳_Ϧ)E>ǧS_8; N?7\;潇Gu/`)xEŌ1OJS7J樳Jް-#_޻q630WV|&dҧ!3/VvT:O["&]c;0UgVh;J z*<͞Ose ,R߻/fѤe Tkr߿[iVIo--mĜ%sG'|5֪&hmJR}v#& BŪ{kVh,X{/b$r֖5iknj2S!\buq+p_,٤19~ߧ6 8։˫ 槯=hE~M8X]%{mp?݅SGDa{ȫYLÒvYcgxVUilm9ͼ7գ-ʾlu*fǮL2}~DX}ՓnI |6-Q2GS]a?~/ +]'S޶6R)Wj>jPUmi0~IꬵlRpI]G5: &Kf-`ـbw^YwOOdMQIoD^z8bSM饛Syg=!+g߂1߭L"twL{z(u8aț/屢Ӕ#%gXS~Nsֈ,ސ>.F琍5̭ ܨb◀= I U+U/U-{&wì;zi/N-^sw>\g}z7/9s]A&rkF{]yo-OJ糿 5|hy[@yuy熉իսqŦrv}7~Cn|h8 {$csBVTp?74wޙ%-w~eó[N?N,V.K[G Djf̘h|{ȚƓK,5+Q2G(3 A"ҮnQha2&hW<9wѤMVa\˖㯆e.m_Wlu%{&|0wq;>Hn?3GN]{6(qfPbyP/+GN5`Žŷji>zFո_V|ݦr->7sG8fv%sYipRc=M|#~{t}Y_;\hLu_ynvBʫ>-q ;9qZȻݪwq 7s8:F.\s~M'nWN,etΖ] bܻ clw h޾۰ڧ6yJ2ӷF0lSZS浟5Ƶ]oz}bkg\'Vk,ɚt͝\66*ҥ7J3>FаS./`GѢm}/^=9\'8 iQQgjsH¥y̩6{ZpǕ}~>#}n8mhǵDa˱.zη{ϷgS"U̪nR}T1vlh4{zsFoqp}[b>=\k]=E鍒9G0Csc?סu`w/yط 1(}P/<ꜷ!/ɼg$|#xs؅ú9ƍհ~ji_L!_Md,|?紾Njczu#Hҩ[VSMhۿɯ^Z9^fɈcGCN_tDg ^e<Ԡgѕ$'aO|ƛ[xZ/݌=bm6!+u|7$lP{rƂS\7J樳o<x$Fgޥs㏹8~QS:oo\ggDxryVQwtܑe9m{}]s jKwO(ɝ[@l">}xһ+YzuڏjO{ w^mۗ^|;VTiGaGo/{= pz6vH^JEO*l|ÖrL0K~C=r3*/<};nZشRLv9sqT Z-=fnԆm:8vjmGc7h+ &o?|n>;;>ZqsK,Q' hjFG8nB`܇ (^{ٗ [ ;tmo|YY`7#!w'nLʼnu;{-\S+žhQfjn 9l ujM߃Jr[/f/7aqЋT*kW\moq7SyUhEOUO0.?˜ T Ȟ5I?[I"GᆵAoW`Bg~yۨC6eM%nPF3Ν LZ|¥);Me^=|oU۟sŧ\L-QQq&| zR٧ s.9z 3by߄_qeϲHq7.# e!f7)=]To2aQ_\*Ho̙pJމ7)&E\l*WsS[wO˒OviRm ̼w+3c%czߛY*ﹷZӴKY7Fk(ol~ٕ㦣`uO֪{l"ZJ6Vl 1lmQN%xY:NcX[EmO'ul?PhA,_AvR9 pa[^V6:ya:s':fyZ KXൄ]ᬶRڬ+,6gnzi/᠖_FڣZCj__'M'#1*{集,mQtq5ųx'M\Mw7l,YxXGsW'/qٶXYV,Ƴ'UW?VOPafX= kfZͦy8 Tn|bs<;|GOlqǁa?Fi6|䯚~fڂCy~.ͽ9ߞv΍ԎL;M,H}9RSbY+h N=e테?­9 7(3LF{D;Y"rugavqUnKTg6޺Q~ņ.Ƴ0R_l{?te<3H?(\pۻGvlt7W魞5p[QNٵm+IOl߹Dٛ7 XauvQxN럙vl.j[޼Q'7Vt=IFLtѶ'e=5-lU/!~,U?t!zLayW. XdSHn78(Q2g]mWwV#r~}s@퍜[wQ0udF&)ykz~ys«Q>lU%gˆsf[{|6f6ly{")*ĬV[՝x˭??-}sriycő&z ,>lV ۺ{ԧWs>j3^q1g6Vr7ZW6V_LR6w.yecS U8V>[S}DR]-9߱}!9?v3Z9jѯ^+=ﳌ8pa5R\> 3GH7xeq gͧ6zUZ)Jnt&9Iںd)mӵWٹН |,E<׏nn=OLkSMkR-WjHO<٫aryGyee=יcܖ:5I%0ʮW \! ϳz~?~0^3zp y7o1vzO(oݓRG%%r֫v틸f:TZ]M* KlWԟKغk冺QF J޻3{+*|˓T$tJ?E-kfa̼% ᏶>x9LAn7jwO]ija䐽$~8^3$ѳ%)kӔr= #Nj^miTK_"i}A{kƓTx&m99Զ)nfwF 㗿O:}fN-wGcXy3:n% ӰzW6ZX5YlS-98UsvyOſt[f{unӻimlLr&.uH>Ѷ})8`._Q [֜I[7md}):xkAKK^0a2ٌ.V~7]k^[xclsi`gXcBşC5kEZ=G5Sʦh?Q`YBm#[imTTo73k9ڮFVMjv==U˙5Wz^|g͇Y3,<)OgƴJ̕&K7įPƥk릍 ^U~2s}/㉆R [_zZ^2+UK@ͦ.:dwj7u}NWL1u fvم v{Á #Go6(:٦kF= ,|Iڝ5t9ytNwsHf =VKMǻ& /P|7!;uNK8ˇ[HAΆw1gfP]K G-6;MQޏ&" tb]f:>Ln'g,FgĮќ@sЭqe>2wcˤ{fJ*̻-X{ݬz`&9p۫ji;νu$Qi1RoǕD0 `57,yfojmoy5b;3Zfq?[Nyʸ{vmg2w~uѪU_|=g*ۏ_Ms}`d9zmI в6|RJVw8n~ 9>ўL8us.ݐP=y 'jLE^i[[nbU#Ml!~\ppB(۸1XQgO9:9jA8X!fP X[ *?<}#G?x@螸;SK1(a=siUf#pbc#8gWl͸ht8ia36{yx|z͋4jvMbqz,-{)X:ppף=_,_N2uq+f]9-&eog+ynYfY};h:.Y~({[_XkTƮx{cbr3Gn ,md2aj2׊537yM߾~ͧ_k{U¯*v}ow'R5\R|&xՏ'T#Uvڠsxx ?ތ6V7;qG5qItSww;mHf۶Ryh|%k}5%m9s%/SmT }tܽZ8e}yy\ԙwǩYGn< yaY?W1X\9B.%&F[ /H-Ba҉hX0/?z[ Vѯ'Qq7 GHr AB[;#H{m t[W\>mr~az r΋R#a[mTDo#G L uW',3oy܋l IZtsgD[_P2n<^73,wF /(-@FX>t}ŒqwY֩-? p.L[~^3~k+J._g:ΎR o4p6<zEχgOY~b@Ze0lfTai-ԈCYqHt˚8;WO=s{N8 Y>>+킠T)ZsK[<]r-OL[];<@x1s6<ăILNS[z_ݐ#xk# #j&6#&ME otlIbm2%e"ᖀRQ}@Ĭ5ZX߷ԽS{a"TS֏e8 '{Gbz7u%'dJ4LvXTھGu#O'KL@kC# f~j g'iF<5La]ԡ΍ή.R$u:tn^T0mu&'E-^+_к6#3;^nYpwiZDZmjM2ӆ+ UnW@sK5 ̹|7zLӌ͗j*ަfG UU%TY^ SNp%[E VqwM֢\65Jـk YbúKőG#rymmzP<#1t&AMO ml ɶ.-_S;vEܘ>VEKJ5Fw(~D m۩g yHlڛ z] ar)dۻa-OIrY&&rYxw~yS7"tZS:Iia7&z=+ؼy4j=7ꦴZy/y"Pr:qer}y(F䯠HF=&ByVƒglI>c1[x8*7ۀ+^='pS);#ÀTY'Ɯ^f4/xR"n i~lpd z]/z#{W̾^S\Z;2a-~70oWf3tå|[eeRϱNjy_SMM>?4U~{}w ,)X,^>?B=5b/)ZRmj¾i/4Ljg\jV&@=J.Yêsϲ!mjOin=jWt+ yJcT˓׳my}LVz0qZ3)twT';2sHME[3}™#wmD1 V۽hp]gL~d/56S5{䯶7q1raDN?w49?<˥~'iqkˈ1 }xۏ37_BdyOR2֖7729L^!(F9gox>aŝ;_}XݖQMz]9#}c7b,3}k }s&݅!7]\*|8?)yŽWS~<{UyfcAn<C}#ije3ڷ3@gq2|>վ P}Ҡ32/(mk5(a1V5xhLGxqcBGl{g3"UVUӴb'$׻:(Umǹڊ!r?d{Tpbمhww#O 5{2&|#8}܁j%?U>m{X~FwlpzHmR&VVEP5˗'Yy(dNGnLQgc+oDfAь5n)̻`A׷/8mlWwaW4r#ލ}ivꦝ?ν-Y?oϙ!#m7^?bQΦۧ;:Nr2F=smΒ7 W~lR{l襧/umNxۓ2u[w:u]_ѩ-{ق&ʬQ3ڟm|ѹJNkwVZשsC=rw?Э'ϺA_Ъgm6+(gb]\9vlO"vfϢij~P_|FMZ][\H7Vs+\^[4j#yzGw7]<|UWh(7t#r& 1հE?'i9v䚳qv2b2VVT;23zo4SJyOJvq[vtNһq&7TH0Uy @jK) oՎo\Utۑn.wޓιk /4Ĥ7o1jRLes~Y!=wQ)Zx>MF~k%-68>=oTk;'`?S)\PM={ӰAʵo&7eQ/:>ݏf?voK&O^km[sM%,' ?XgQǭ^/;/`rr{O;>1z5]\-j L⼎ss/_g4 V0ꍿ:7l*<\2gʠ߁̉DoVo@0p8,`fa`k!G㓸fK(T?Q̓%Cn? 2b$Y\*ϥTˣ*40<*YK 8;oߔ2;;naf`3Ds7/\_?~Mg-;3<,?? w? fQ9?~ȏ=a0SNw#,@,??P#04;SIL*׀hj`miU1I\>΄^ÚZ18ENg<3XS}_3@f"H %Ģ¿o' #}~ Y~(HL(hςY:gs1$A僶GgeL-g_! ]s ~p4I\&Eb7>e} v.\:/ /\RnL>Dfc(T ҷ4 0a{ 4 gs0Zbe{k#5Kq<%&qOYH<$}A`> fA&7c`WLd+++S+?*dbp89Fyv2I| ʅK: %*0!t RClj|x eAԴf&""t*giI@m1($*p8.h~GLRhq$y6=< 'Ao%M; Cg\ӟkALhvLF W\ #G~D'"o`am5H۠2 .tn2pCt`dT8/}NAA*,>@nw|&}@{#H|I"pH*ArPT"R8A p߃OIpHa TҁՏ b_  n%ubwP1™l?=P.'I|GVᐖ$B2amQHL`B1PeRK:O@b``aZ 7EB(RL8X~VM`!xH/ˏ€Z&*t2O/Ш 2aCAIq"g>OoIS, R4Ocp iKbA/kKS "?)`e\DHc 6X'@;+#@~hm Sga&ut.q`4= Hۚ ~fGh$?LC:A/ﳨP67$@B\-R|4(<t![21xC7tJę!``-L`dQٰ~#"ˑ3 PYL JيCJ68K4?J^DpaĬp"MLSMԿH<,N 4c Xp ? 7ahS"F'%EeD$")$($+Pщ Ne+At> O%9zЂ *-T?z7 4aGIH/ R?T6"Da@HQQ79t *H5+N&5(! Mk#>q1/᳙НB(~kJ@*o)k&[ÁFda0g d'~5%JAMȠ THfmL@"= Haa9 JXWq>:Іp(P@:<؀ p'J"p\LMaq`#@rF>j. SK3gLszes@34 hhWv2jB"Ke1?05Y4lYoG*p} 1 7 +92BI<q&sa6$$ΛD0VW TĕBhb4%L! ] ;,%* <:+⌇|:әp| 3!:a;7WH)NTH[(1ETAiBf&QbI<^(v㐐D2#as5  $G"%x (0K$ DXV͠1G|W06gv2X\!APTXa90E p8ke (9Qܠx";| sÛA2а8 ?P)t P5yR,qɇilPS ߿t!3tH E"6$q"aFG,>WX7pg#&!DN&qՂ-T82!L? q^44$ !G2@&sEAsO8GI<pI$PhI/&C 081l˩P/L(4"+pAL?L' !2`Q`>TC`@9HbY„\+@⎈XR\0"lZ"aǢy bR] c"&r !4AWAPeaw 7TSs:RAu}IC 8C,DȐ_ ^B B)h$Dp$=ȑ0p`c ;.@Û%"Wx&fĔ"V,?9rk@A u.pyiI/'$т]GML`w '!?pwD0B  Z$KTl{<z ՈA$M AĢ2567Jxy𙂟xn(9nguD43kvɠ v $ B3Ml.YAYk d$JE R0/<& ,d H2DI`Q΂ . @`'vjP  ;NATPIF), F9aAAFg `=~#̟{Zt@SBg]RHt!o1b=Yl?6%ehgHԜ 11-#b/`_ |CFP AE5`_ jaqRy,d>q~DZF` ꁤ |Z,f&h4 @ Ke?23!Άf@#ď'8XbAifay,2ـbii$H _jIJ2A 079Jq r yds [R ێlB#1HxMKٟϡD'\*`7KpHZ@EL;D14,Qz3(Ήf "XV FH8EBbI 2|z3J@F8K[R@^NN'$ bK4]4g?*C:"ںY8@Sfa8* Y4ȱDGpX Y 6௰$0)`0IoTt@Zn+48 XJwR沴@V73 hR OCP+$x:FS{EՂ8t)cIPX4 (0?B09A܃\&Qai 鶁4uC#}3JGx7G/ERH #iBCrLD9 a#E1$bBP XE&"Swa`-J=$hH6d0{pa c .2eox8D0&FENL7&|8+qqY Eu xO&`O1$Z?t"d19A> (8+SV5ŲY|!kfPAIl IOW>L LłA;BAS{0sI,(yp704= ]*4 qJn`{z <"D%MUvNAa¢J$+Ɏ3$f *X U$C :ap{R(Xksh!2*]B* rHޅF:DD\6xLU QKE@AIKe--d.hTPц` '# 7T$B!c ţShZ֠8837l@ a /)|Ā4F6,icI,!H,PPX GFbar@Wbb$SH qp2 BAȀ)eEkOĮ '-Ce(F C%T& A !F-9Q$ex!.qp,8+JhI'(j@epԎ!ue*0Is"hXCp9d |iHx?)T>fg^X 4]I*!D02nB%(6>-FeQt-(QpEz1¤#0tuY%_l66 Rv[%S"my0 Fʃhr*0H0bXȮ]*QİXEb%VVp| r 3Hw`FⒸP$I|dNܮkɰ.B? famm@%P?2aJ!d 8QЈ(sl*E)qҀ'U*JУFrccATN@8ⁿ rvYUX"-b"D:SdhXB7PN( X3n !bϢL?Ch p^'V(C N$fĔŃR g:Tn`'R$9@*@q?(^H >̀'d#΢N?Bb¶"hV f JD A.~j4 h@4R#y4p@i(/61 APxA (sBd.efA*BR8%\2鯁8 pPeCXɰ%m0נXPr1CF$Gc.iqŁ!F$fC.క遃VdNaҸiFDPYlF̣,rf|RfRI:qm#%P0!$^ :Zl.Xhh(bn 7`yF8@f.s9 Q(H2vtdɒɌ18I/6 *xEzK;5A@CHy %p@ w82E}) ! .ABm Np:-P`1pqd&.(.=D XG 1 -#ݐLU &AcCf)\RL@ӹ lJYi/!PhвۿYhMВhm<0iER> Q`UѦyxQ(ZKtZJ Lq١<&"- *MUh̤<*h ZH.J#vīq$u+ %^#QDXTX0jvA88"!Re369JFf P((P(].>?CSQ$*,f dI]%iit&ɧ&_DMB0;=X!ѐ*T5y4@ "G ʿ1"xT@4jS,2ӡ$C árL`X4!##.?HY.|+@!fG#-ÂP!%N"K)2A9yX_|p0Iq"/Gn0 %` z (GT-DqVLW8Ȅ$/ @(h|R]1_D$)֔ &"jT/{B)pRnKwA&^$sQaFD 8 Iń>EB41M ^  9!ɖa%Am`@ǀ$% Be䮄Ag% F Ic_,M!VLdŇB;I$QR8A4X@I ' $Q(`E `2G D#*r m+NJNR(6u$C D+buzU@KP3P1xɨ(wz@cəBWJ@.E9Iq!HI] A4м5]GıRQ[@ʟ!s8uyY3wn <.ă d rYT(7X#Dz?$nx%*PR A)ȕ3%*@@o"ov^C?(#([ (!DQڂ8IHkͱx9|HcZgQ(r!ݷ Ɂ`صA$pVY2xt#^]|d(/ʖO% ij9?xǃaZ#dB`G;i` &_#C/ 'u~ņRAh` 誂b#Kc"8D m,4$!NZĹ }R̢ ?KȆ*0X h"1tMF%9XT K>o Ёw]/Rh,TLuH,6^:U_M]H饲0bk(l+V aqT 633 (O$2|PG$a xt2d DqpG= ԁ `]?&ʣ~3$^fmC>z!gBApa%H :"a;sq{զ%L<  @MYerV P+'upP! e:!)D0pYR+!?b`mD+w)RTъWùa4Ch ! BqVE3!p@Up̀ȗ?Kdd#i* c!WJWbP׈SHV3KQT($DH9j7DH6 3wLp(.3..yeQJ%H)4*3.vd B,k.UN$2-N|A J(&=ehFa 4k;Sn]%l/瀰$;R,j#ZJmDdO=4 R39V9lufJu !~"^j Vx֢Jt$T S\Y 0N77~=?DC5Mbb֢7CօLtΥдd"]G&:mC+sYq=&܇!'nȲLVp*bP'=.BZ{0- RN2Sal!uh46j AfV")9C C74k&]2QXR<(Zj$K:6Pt VC,BdoY d:8A$B<,)ߑh^'沦1HJh"#qX"p8uX 4@!C>KF&3NDGihR@9`dV GaeןC=@:$L X, $?e Ⱦ #?%*Ñ҃~"g);?0@0g~-DRd["SFHbD#nA)H1A)@Vq@ hnSxF|+`$ @M4EdK'PTbAiGj )Q8B-PuN/: #(I2=d7YXK4YAwDDӁ2j`E`BZpb3D lbV$ӹ\op莴$Y4߲aoo ?t~%;R9HICH jH `y64I4 BC|,H `@CdU()rŋx DABgbP_k<=%ހDCʾpW~(CIOy GsABCa"V"Z{уTfUN2AzE@AKfx2zL.l b͊v*/7D= {5hOŧ C]?s{ (} Ȼ2Xp^x-2=jxBz@*ZxX+^ oAM ch!YC"âDPAԊJ? *.Q9^b *AY<8 (^gP  ,9%QDYDC%C)d9}[h & ;)%DA0Ȇ@ۉ](H >tB&Jɖ}DUop`4B:A0YfGSHOłЬnT Qu-_A.Ċ^qEְ- > V"&ĂOWuho,p T0شM&yӑpVBiK9D]XP:,%XKqb;Kl@,dP\U 2 ` jLȉF zG'( ;k*<'$ "YmNdT5aS6_ Ia 8WB4N[y<xw`E"^F\wgT!qW5Rц6-蔁mo@$ Ҝ¤C5pz+4Fz/4g- ZO̅aWH{V.5S%өPhh^X/ 0%Bx Qk6@(3MCu@m%Y~lh:qBzDm "1-{'!P%IdbWDZAEH>VbxQ^g pCe6 R:7ÏGzߡ0`@RXXJ:gx4B5πj&j`Ñf!V;LeTo&9-|R @'`mX(s`0iB)t-G ֧ ?8Oq TЖB)("Zx,% m(5k.z%Q#L̄\irj$_'ك7<&IVm5i8\4fl1.ă3ԁf%S#Ea!tdʃ/1T7t:M9u֐ xU.311'; G ' GFf6N:J Q=/Et2KI~VM)љ)r@N )Z%ҭH,(j5C<{MQ:SG[e4^!FqҹSCTɌf#J3#g/'.ACv ePW/n&8€JJ({˚9De<ɚW@/8 +/'%%!$)@R+Y_2cXn5>UssXHWRXߦY~iG_ڒ:je ՇڥonS##UKA6ש-S;*TZE@煓~jQ feVVwW~ 6|dVv)ArDA?rƑL\k,nVOL,F/F^ĻÒ*;v\_%P hE3t5)PIz rSs U@ӻC;X3xJ*K"=eMkcdGPР@-pE}N̈bw4p;lqs:F'>/IHpdlfi`B 8厕BE֯!*(O1W<2wb2CS36{/w05j(H)&-p9d0w4m^|^qFz a-+n'DrD2pDP! \[(527=`:,e*i9XE_IF_̯mmk[ֶmmk[n%apt-clone-0.3.1~ubuntu11/tests/data/apt-state.tar.gz0000644000000000000000000003544012302054365017200 0ustar `S{<Ӹkb\g43d&גq7.Av "LQƭs Er/*"IpT9g?ϳ>;缞>7kY{ߵ pc?UuipKP8Cp*(Ec``&V_X .h:4[t@8+ǎ0U_/9W7'1^n ?VzXP/t d1,7Wz_@&Ww]_H|Bjy14MW#T3 ŗ*[D1ZX- Π=hp?7/ZfUO^4+X_ۀ _UsGӘFR %`o^.&W;o_h_ߕc>X$/ԁg_篅~Mt1_1?Gu>~>ixј0 FzE}A aa3 G~,?1aݟrɠ/srdƋ\(<6XPSVj~T|ގVR]q=ol8jʩM0>#$17 kv85riuM4 /qkզ<zOW$ܓָ5ފtc|dn"A ӵ&r.OC@wЫyRjzţRqJ`1Le[7[r#O! `Y=U#/cW?%')mX:~jzZݼ5Q;lNʕk6$@L22hq˷<(@emUzI>7M\"'1A(_3Oح}yuMCƥc/DY\ޯ\޿b).A{}WV#cf%zAjs~5dwzWɥ^94U-hlDxQ|e;]q_'uepIJb‹H}gߜ5ٞ.w=ǣ><&4ZK>RRJE7 תN{C~|ԇ߳USC-,QZVPlۊܣa>[Cmqn(ˊѻ6 S siA_8' a6`} 9JIw?z88zlj2x9BU .,0?h[aElI\cSƋ~xY~U0"Fڽ`JNW6Z~bOQSHGZwͼYjo2-~~nĭ]oY;C76 GrYfߛ:z«a|mGGdjX bvD \'Nԛ"g[I(yS vh @LAaPZ"6:-n?+<}C&e)^юJd"1Eh B!Dab%Djm [;59ĉ+};J|LxRSOѻTѥݓf^pέFy[q7u@ZG <{MoY$1)HʫLVsFUd?zvjc,W0=CΓ7[td1 P땶eci."X{Vg::/ L& ( |klvd MA9XHHxX!I"}8Y*nOʻ(: x62;&d -8OVنλE"V͹mF82M '@gEy6bMFy |Z:OkU@{VwXeUd]-utI1'}^m ?B-N\ I/p Nf^EPNQx"dCJz.6_" +Q` O"ovT MRؠB4_d:jc{dM8n'l;y#:@Xϒy7ljXb?B&oHܼ_,k jɸgu74O=-G=Z kCa/gJO\4b+YcKxeڈQek`~ pѫl&]dC W˥vk>tZPj{d,4 v@zo6uDE2s1pVP)~fҀ CZYcn9 oimq̓g)AQ24~Ĕ>z;d8 8{~#^ 1%(?g'O(ڢM}HUMQ%#vg?t=kTI!L_nyͤtI*;M᎖qM{jm_"6L-)j;8D^S |nα]=YC8]*OCD{jjikF$W71\͖ފ28GݦIޙنpWv58l|k7Gqؒ2z4z,u\J{.E+E{&^z& #t% C*JHEXY n@-0XU )b8ymr{ئP2&}倇^^ IՕ=shHbRsJ?V9vס:nlzC.NQ{hU*P &NV0oxv$F̬ Rd:AnTtQJDQ8M('#A.A*iD y{Yj?w W*܉c1͉jOˍU#s ( 1;t>(J~?vfk3Jd"NCJQBd*=Ӎ! \b].Bt !9l̠$7Ȣ>U?{nH Cz'n{oڮ-%ش9vώo'a&cpXެ}w.z,auds=b&wa['Sg=`開?z|bO:u>^Eփh>Xլ2E\ksߠR첀>4^fY%ueM%B6gyP:N tZԜ"[6BMwH0i˶ ABEdS\BԾ $Ol泲_Ɛ;mg;<(Aͱ?n Tm=hP̐}|eRyMü'8'zE%jn #$mN $=WcJ9v\8 TSx͉Fۭ3|jIެ$-2uƸt~@=}h^(Ud?.ȌӮ=$T7T/&_[,ƽ4'{=5)+)K8KZ΋ke;"VJz*utΛ@W̠@ό|q ޜS}޽ϥ2(i.cj|.[q+.=C^ŋwʇIfI'{gWgȣE"yj`eazPĆ{?,P0~u!+#K7?Q =R;u{!>HhG=ԈxAbfGMzu2q}}WL@:up8æ7]"َܽ;ɏ`D,GĪ%%kaU#q>:F8( Jm4,\AyɅ P9]Lv3g#FtOM>\*nFjXqw,CGǑ/)JUqNRq+nIy]m bDD( `)҈u'&9Uq'}nlGl?8|TziOmKs4# 216 +9[kބQy]#ӘznX8Ø$ y֕}B1Dmƈ8̼VgרkDgŸڴ/SiLUB!>c" J_L{b0410d@!oX2SzaoZ%As.Ήql(jCm)}.Dl<5S# '{ꓛlw +x}41XN6Znw)BI 5-1m0bf6Sq ~1Wtɰu!ubf6h?*)x0% 4a)J($t{xZ߆ Nln&پǢfo1WM!Jc#^W^,H,.7lS [4fRʁ(8!͞rXR Q gg d6$I *o>@^KB`gd셔)5Q!˥OgG,)u܂iAdt7f{29f{g4k9OpbԏiOn*~isKݱ"!n;b`Wm<җBST+UyXE~2^՞ N [o\.-^ORIu9ŐJULt?pc,5q`fZr|L?C N],znD)PTd+ g#6V^񢓺ZZ3WKHx^'K*k[uq>RֳmT`Py5mH˿ƙHh <ܬ3O\i? }aj Uea{*۪K( oMrs:Xb r;S?'/+65l n03bGg\w: rKQTKK$Dxl ke}-#Vv]thS0Q ИQcMuDؚ?1K ʗ&SF3L$зv1RK18}㱚@z))_l`MaD?T  `rվ a˞;E pYe^PG˼2߀*յٹIaݤ 3,aA"~_I*t:70>H>ݡ8* cb7{uC$Ty,݉xd-'.QP.hh-=PeLVc #X<&~ &I'^U` uARYuNwPk3_b'3{-Qz6~|V@k`uԢZd"[Hx t+ml[A~joD A@zE",|bA% dkeQ=9NϨ+v5RNjzZOVffj^Ƭp>]~ᕿ>7Q7< =r;iB.hH;Qz?3wl|Щ/& tvYit&|gDj] vQ/!rJk3Ξc8@x痻w+Jbl I$cd0ug+bͱ_}FmV˨}vYޢv$h[w|;4 |ec}ZL^M6O5+E{遁ΐɯޟ[@,ś o<5_9<M%G qF@̆J8i}g?GVD_Q_Lʴ:w&#^&ݟ)m_xkEDye=Z _t^fM܁ǒ2 Nwt?YL∼/g&+lC}?]0Ղ;kXDb]37N4xdNP9G$1 Lў-U ?,Az}Oۡf]'O;_ Y!Znשg9WanHMêu_y'ՒlvǤ9j9A b`x IE\Y\}3/6cA#`Sgc! Xうa$ab?rC lc"ImFa^xQRM1?,m^Q@2ޤ`d|a/t@x*ṯHZX ceS-hxOPA5^}7X=7:+4"OX aE$]*pk`˿%c-3Ii9)!-R143b%؆qWH1ꟊDԡC՜]݌+[]_m^NQ8}gLHSI!-,C-Y=C@-lQwdKwG_,)&">hQ?jXcZ覇NJUXCH-2O9GxA: ͨ?=1~HZWFƜjNl(gVY>Y[J&apuL=/ c9Ӻ t U=qKuL#Z0*?{ό2Wƒ$Nl9ԞK/4f/>&O@5T0 *}ĸq>p*KPu?4ZhXӐaG4 ujKzAQ!1Wi`LWO D(m̽Y@M.t9At䦆 Jb cx5$݃JQHº *in;ke?!d\'Yܦ;ZrR CsF1ddo;&9EH;R(Q װ& Psn'WX/*D%?7$+yaZDQ H~rሡ#L# o֔\(=|=w]'qAHY-Bm pLA͍Xd‘7UIA@%złJk!ԫp+.WIJ4vC͘v (v Hv޿ .|hri9S@6{'UJTݝO359D83S6D<@5e PϷ肋b7Ž1@?^-&|H֟̓`gNtza#E?~2V Jf=InGydD bg24zL ~ܳh^r]vu~!N3T״Nj /TlJ >6R@}bT7&rf.c#HHUqG7,S$G 5-(ܐAZ`yi` v0 ]ϹCы3 Ǧ.CD8 ,*2{-h tׁ $+cb #q?_tEk3؁;kdePKG  S@k!sQ^ޜM){޶&"=0>vӑF'TXPC^2 NJEavPdiAF' eX ؟-۵yg9,s %c{2/$`H>Tፕż΋$%@KwSG}ہÙ,JL;~㫷 *;f</%Dh*DiN<*_BuV!^#t ˈՙ*hL1v8h=ba boZK൓[)Th#(uXp|njSulQ$OrW.ZRψ_az qRja:nX0Vj$WOQAIP6Nx+T_b1D*Ɵuڰq]>42 ܸWZ#^D喸 F"{bZn>]x[Lخc%Ǔ~N~`' QHKDےI%-hwn`rĊfd֚GŞ?tMʉ363n\N"WVSmB=0s:. ڮX= ^]o&U,fwN$ iu30X;mfvRۓsU/;2gycG ^od=NɈn7J'@!@ߊ͜F!>Z{C]?nlMVkm.E[W_xW\V66/A_]o.7R+TDoǨu3%MZVp4eKF^} ,c ca2T1%011<xj[4f[>*c>8y]p;ͫ6LRFEDUo-TDok];ڹu4D?_7>Gz4y | 4Tru=\YZuVvW&uV+?I,:hAfZD;14^?3mt9_%wfcپ?M+/<sOw{Zo=o1Xsl!?v0p4CW@yeL 8*ʪ*tΩ5'e:<15o>H(|yGOպ/?n/mؒ]޳_{_`z`8}mm$q4cxuj"2 q,nr&PΪZnx.4G5\?fysX|kp7HVRJJx#8X)VhX 8h&h?fYdw/|0eLUN#wUɱY_ 皼&>n|ZYߊ$ƀC|e%EMVf<oG2FKt`ӂCi&󺖗FFHt*K 4 +\?E'][}U^oתy%O/_,>^HĜBT;#Cr&m4MSrnBbߝeC""mv,'-Mh5!O VY g860rԉK")-8e8#ZtQLL):wXGy<^%CLo D f:m)u4q2U:q5^?i:]|Y u~+> o~V1-K ިwbLl ./э-x,2ǺT5WReo J쳝eXoR.lxQ-~z ֛e~Yy۫-sw,11^ pey-H4VTv4z+8dtEmp1LC[PˆEW{k`Z솰kEұZט@=۵,I;ċO6&d+N76~05BxcMeJP1+;Y;ry]P v8o'߼Y|89} ޔ2l)Zz6 e \n<<8yGc%'Nfu^c>}_j s-A\s?_ݲ+$WR:s\zuEx)x/sNB7MrMz@D,`&6Fr_OmpU-.YʺHwO.WOSIr9}qO[#9@&t~d =Xe|п| sciC9>kŤ5ªdY*~vУmS']5v|)Y4uM9g! SU*"6 Ew& cw¼{ t&3˙OZ~6Gb5Xiffh9vkg: ۮ*D$DzSoh|qΡ)|ƤztmP6Aԏ@s6S</r\N\.w\x0<㝚^dC/eT2\5< NC ݁M?}'5c@WǁjV.>Ӣ˵潼ngD&&#mpg㛭z-MiuUM@ީfV_2y Äx]*m'M(og,{8eM9k/fz ;Ÿ ;k'8Y.`NYlӲ&?qaUܽy+`Y4/tÄv Z0bl%Kry(dHuROŁQE{ᵿ̒v,tvz,9s0*TwTY$]_:[r<{g< 5ፅz7}?pfjnojm)nb"S,\5uBwwsfwM98XZ|bCA_s3i[ý{ݻw޽{ݻw޽{ݻw޽{ݻwS07xapt-clone-0.3.1~ubuntu11/tests/data/dpkg-status/0000755000000000000000000000000012303452237016410 5ustar apt-clone-0.3.1~ubuntu11/tests/data/dpkg-status/dpkg-status-ubuntu-maverick0000644000000000000000000507763211537661106023751 0ustar Package: xserver-xorg-input-vmmouse Status: install ok installed Priority: optional Section: x11 Installed-Size: 172 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:12.6.9-2build1 Replaces: xserver-xorg (<< 6.8.2-35) Provides: xserver-xorg-input-11 Depends: libc6 (>= 2.7), xorg-input-abi-11.0, xserver-xorg-core (>= 2:1.8.99.904), xserver-xorg-input-mouse, udev Description: X.Org X server -- VMMouse input driver to use with VMWare This package provides the driver for the X11 vmmouse input device. . The VMMouse driver enables support for the special VMMouse protocol that is provided by VMware virtual machines to give absolute pointer positioning. . The vmmouse driver is capable of falling back to the standard "mouse" driver if a VMware virtual machine is not detected. This allows for dual-booting of an operating system from a virtual machine to real hardware without having to edit xorg.conf every time. . More information about X.Org can be found at: . This package is built from the X.org xf86-input-vmmouse driver module. Original-Maintainer: Debian X Strike Force Package: libexempi3 Status: install ok installed Priority: optional Section: libs Installed-Size: 1008 Maintainer: Ubuntu Developers Architecture: i386 Source: exempi Version: 2.1.1-1build2 Depends: libc6 (>= 2.4), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Description: library to parse XMP metadata (Library) Exempi is a library to parse XMP metadata as defined by the specification. . XMP (Extensible Metadata Platform) facilitates embedding metadata in files using a subset of RDF. Most notably XMP supports embedding metadata in PDF and many image formats, though it is designed to support nearly any file type. Original-Maintainer: Asheesh Laroia Homepage: http://libopenraw.freedesktop.org/wiki/Exempi Package: libgtkspell0 Status: install ok installed Priority: optional Section: libs Installed-Size: 624 Maintainer: Ubuntu Developers Architecture: i386 Source: gtkspell Version: 2.0.16-1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libenchant1c2a (>= 1.5), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.14.0), zlib1g (>= 1:1.1.4) Description: a spell-checking addon for GTK's TextView widget GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. Original-Maintainer: Ari Pollak Package: python-pkg-resources Status: install ok installed Priority: optional Section: python Installed-Size: 208 Maintainer: Ubuntu Developers Architecture: all Source: distribute Version: 0.6.14-3ubuntu1 Replaces: python2.3-setuptools, python2.4-setuptools Provides: python2.6-setuptools, python2.7-setuptools Depends: python (>= 2.6), python (<< 2.8) Suggests: python-distribute, python-distribute-doc Conflicts: python-setuptools (<< 0.6c8-3), python2.3-setuptools (<< 0.6b2), python2.4-setuptools (<< 0.6b2) Description: Package Discovery and Resource Access using pkg_resources The pkg_resources module provides an API for Python libraries to access their resource files, and for extensible applications and frameworks to automatically discover plugins. It also provides runtime support for using C extensions that are inside zipfile-format eggs, support for merging packages that have separately-distributed modules or subpackages, and APIs for managing Python's current "working set" of active packages. Original-Maintainer: Matthias Klose Homepage: http://packages.python.org/distribute Python-Version: 2.6 2.7 Package: tcpd Status: install ok installed Priority: standard Section: net Installed-Size: 132 Maintainer: Ubuntu Developers Architecture: i386 Source: tcp-wrappers Version: 7.6.q-19 Replaces: libwrap0 (<< 7.6-8) Depends: libc6 (>= 2.4), libwrap0 (>= 7.6-4~) Description: Wietse Venema's TCP wrapper utilities Wietse Venema's network logger, also known as TCPD or LOG_TCP. . These programs log the client host name of incoming telnet, ftp, rsh, rlogin, finger etc. requests. . Security options are: - access control per host, domain and/or service; - detection of host name spoofing or host address spoofing; - booby traps to implement an early-warning system. Original-Maintainer: Marco d'Itri Package: libbonoboui2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 460 Maintainer: Ubuntu Developers Architecture: i386 Source: libbonoboui Version: 2.24.3-1ubuntu1 Replaces: libbonoboui2-common (<= 2.4.3-1) Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libbonobo2-0 (>= 2.15.0), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.27.0), libglade2-0 (>= 1:2.6.1), libglib2.0-0 (>= 2.24.0), libgnome2-0 (>= 2.17.3), libgnomecanvas2-0 (>= 2.11.1), libgtk2.0-0 (>= 2.18.0), libice6 (>= 1:1.0.0), liborbit2 (>= 1:2.14.10), libpango1.0-0 (>= 1.14.0), libpopt0 (>= 1.16), libsm6, libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), libbonoboui2-common (>= 2.24), libbonoboui2-common (<< 2.25) Description: The Bonobo UI library This package contains the Bonobo UI library. . This package is a part of GNOME. Original-Maintainer: Debian GNOME Maintainers Package: libtext-wrapi18n-perl Status: install ok installed Priority: required Section: perl Installed-Size: 68 Maintainer: Ubuntu Developers Architecture: all Version: 0.06-7 Depends: libtext-charwidth-perl Description: internationalized substitute of Text::Wrap This module is a substitution for Text::Wrap, supporting multibyte characters such as UTF-8, EUC-JP, and GB2312, fullwidth characters such as east Asian characters, combining characters such as diacritical marks and Thai, and languages which don't use whitespaces between words such as Chinese and Japanese. . It provides wrap(). Original-Maintainer: Anibal Monsalve Salazar Homepage: http://search.cpan.org/search?module=Text::WrapI18N Package: libclutter-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 952 Maintainer: Ubuntu Developers Architecture: i386 Source: clutter-1.0 Version: 1.2.12-0ubuntu13 Depends: libc6 (>= 2.7), libcairo2 (>= 1.6), libgdk-pixbuf2.0-0 (>= 2.21.6), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.24.0), libjson-glib-1.0-0, libpango1.0-0 (>= 1.20.0), libpng12-0 (>= 1.2.13-4), libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1) Conflicts: libclutter-eglx-es11-1.0-0, libclutter-eglx-es20-1.0-0 Description: Open GL based interactive canvas library Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. . This package provides a build of Clutter that uses the GLX OpenGL backend. Original-Maintainer: Ross Burton Package: sane-utils Status: install ok installed Priority: optional Section: graphics Installed-Size: 588 Maintainer: Ubuntu Core Developers Architecture: i386 Source: sane-backends Version: 1.0.21-2ubuntu2 Replaces: libsane (<< 1.0.11-4) Depends: adduser (>= 3.47), update-inetd (>= 4.31), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.4), libieee1284-3, libsane (>= 1.0.11-3), libusb-0.1-4 (>= 2:0.1.12), debconf (>= 0.5) | debconf-2.0 Suggests: avahi-daemon, unpaper Conffiles: /etc/sane.d/saned.conf f6f398e55f5821d21abfec8973cf23bc /etc/default/saned d8049f8628d82ab09dfb6d0cc5a83ce7 /etc/init.d/saned e950d8b1799ddebfcaf7f90204c848ac Description: API library for scanners -- utilities SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.). The SANE standard is free and its discussion and development are open to everybody. The current source code is written to support several operating systems, including GNU/Linux, OS/2, Win32 and various Unices and is available under the GNU General Public License (commercial applications and backends are welcome, too, however). . This package includes the command line frontend scanimage, the saned server and the sane-find-scanner utility, along with their documentation. Homepage: http://www.sane-project.org Original-Maintainer: Julien BLACHE Package: empathy-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 3200 Maintainer: Ubuntu Core Developers Architecture: all Source: empathy Version: 2.32.1-0ubuntu1.1 Replaces: empathy (<< 2.27.92), empathy-doc, libempathy-common, libempathy-gtk-common Provides: empathy-doc, libempathy-common, libempathy-gtk-common Recommends: yelp Conflicts: empathy-doc, libempathy-common, libempathy-gtk-common Description: GNOME multi-protocol chat and call client (common files) Instant messaging program supporting text, voice, video, file transfers and inter-application communication over many different protocols, including: AIM, MSN, Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut, Gadu-Gadu, Groupwise, ICQ and QQ. . This package contains the architecture independent files for Empathy IM application. Homepage: http://live.gnome.org/Empathy Original-Maintainer: Debian Telepathy maintainers Package: libgpod-common Status: install ok installed Priority: optional Section: libs Installed-Size: 136 Maintainer: Ubuntu Developers Architecture: i386 Source: libgpod Version: 0.7.95-1 Replaces: libgpod0 (<< 0.3.0-4) Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libgpod4-nogtk (>= 0.7.90) | libgpod4 (>= 0.7.90), libimobiledevice1 (>= 0.9.7), libplist1 (>= 0.16), libsgutils2-2 (>= 1.27), libusb-1.0-0 (>= 2:1.0.8), libxml2 (>= 2.7.4) Description: common files for libgpod libgpod is a library meant to abstract access to an iPod's content. It provides an easy to use API to retrieve the list of files and playlist stored on an iPod, to modify them and to save them back to the iPod. . This package contains - internationalization support - udev support Original-Maintainer: gtkpod Maintainers Homepage: http://www.gtkpod.org/wiki/Libgpod Package: hwdata Status: install ok installed Priority: optional Section: misc Installed-Size: 1456 Maintainer: Ubuntu Developers Architecture: all Version: 0.227-1 Description: hardware identification / configuration data This package contains various hardware identification and configuration data, such as the pci.ids database, or the XFree86/xorg Cards database. It's needed for the kudzu hardware detection. Original-Maintainer: Noèl Köthe Homepage: https://admin.fedoraproject.org/pkgdb/packages/name/hwdata Package: apturl-common Status: install ok installed Priority: optional Section: admin Installed-Size: 172 Maintainer: Michael Vogt Architecture: i386 Source: apturl Version: 0.4.1ubuntu7 Replaces: apturl (<< 0.3.6ubuntu2) Depends: python, python-central (>= 0.6.11), python-apt Conffiles: /etc/firefox/pref/apturl.js 127752b25e18c94a368c4327858926a7 Description: install packages using the apt protocol - common data AptUrl is a simple graphical application that takes an URL (which follows the apt-protocol) as a command line option, parses it and carries out the operations that the URL describes (that is, it asks the user if he wants the indicated packages to be installed and if the answer is positive does so for him). . This package contains the common data shared between the frontends. Python-Version: current Package: libgssdp-1.0-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 100 Maintainer: Ubuntu Developers Architecture: i386 Source: gssdp Version: 0.7.2-2build1 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.18.0), libsoup2.4-1 (>= 2.4.0) Description: GObject-based library for SSDP A GObject-based API for doing SSDP (Simple Service Discovery Protocol) transparently. Original-Maintainer: Ross Burton Homepage: http://www.gupnp.org Package: libjson-glib-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 144 Maintainer: Ubuntu Developers Architecture: i386 Source: json-glib Version: 0.10.2-2ubuntu2 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0) Description: GLib JSON manipulation library JSON-GLib is a library for parsing, generating and manipulating JavaScript Object Notation (JSON) data streams using the GLib type system. It allows manipulating JSON data types with a Document Object Model API. It also allows serializing and deserializing simple or complex GObjects to and from JSON data types. Original-Maintainer: Emmanuele Bassi Package: pitivi Status: install ok installed Priority: optional Section: gnome Installed-Size: 1820 Maintainer: Ubuntu Desktop Team Architecture: all Version: 0.13.5-1ubuntu3 Depends: python, python-central (>= 0.6.11), python-gtk2 (>= 2.14), python-gst0.10 (>= 0.10.19), gstreamer0.10-gnonlin (>= 0.10.15), python-cairo (>= 1.0.0), python-glade2, python-gconf, python-dbus, python-pkg-resources, python-zope.interface | python-zope-interface, libgstreamer0.10-0 (>= 0.10.28), libgstreamer-plugins-base0.10-0 (>= 0.10.28), gstreamer0.10-plugins-base (>= 0.10.28), gstreamer0.10-plugins-good, gstreamer0.10-pulseaudio | gstreamer0.10-audiosink, gstreamer0.10-x | gstreamer0.10-videosink, gnome-icon-theme, python-pygoocanvas, python-launchpad-integration Suggests: gstreamer0.10-plugins-ugly, gstreamer0.10-plugins-bad, hal, gstreamer0.10-ffmpeg Description: non-linear audio/video editor using GStreamer GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . PiTiVi allows users to easily edit audio/video projects based on the GStreamer framework. PiTIVi provides several ways of creating and modifying a timeline. Ranging from a simple synopsis view (a-la iMovie) to the full-blown editing view (aka Complex View) which puts you in complete control of your editing. Original-Maintainer: Loic Minier Python-Version: current Package: gnome-screenshot Status: install ok installed Priority: optional Section: gnome Installed-Size: 224 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-utils Version: 2.31.1-0ubuntu1 Replaces: gnome-utils (<< 2.30.0-2) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libcanberra-gtk0 (>= 0.4), libcanberra0 (>= 0.2), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2.20), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), libx11-6, libxext6, gconf2 (>= 2.28.1-2), gnome-utils-common (>= 2.31), gnome-utils-common (<< 2.32) Conflicts: gnome-utils (<< 2.30.0-2) Description: screenshot application for GNOME This tool takes a picture of the desktop or of a window and saves it into a file. Homepage: http://live.gnome.org/GnomeUtils Original-Maintainer: Debian GNOME Maintainers Package: mono-2.0-gac Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 188 Maintainer: Ubuntu Developers Architecture: all Source: mono Version: 2.6.7-3ubuntu1 Depends: libc6 (>= 2.12) | libc6.1 (>= 2.12) | libc0.1 (>= 2.12), libmono-corlib2.0-cil (>= 2.6.3), libmono-security2.0-cil (>= 2.6.7) Recommends: cli-common (>= 0.4.0) Description: Mono GAC tool (for CLI 2.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package includes a version of the GAC (Global Assembly Cache) tool (gacutil) used by Mono to store shared CIL (Common Intermediate Language) libraries, for CLI 2.0 Homepage: http://www.mono-project.com/ Original-Maintainer: Debian Mono Group Package: debconf Status: install ok installed Priority: required Section: admin Installed-Size: 932 Maintainer: Colin Watson Architecture: all Version: 1.5.32ubuntu3 Replaces: debconf-tiny Provides: debconf-2.0 Depends: debconf-i18n | debconf-english Pre-Depends: perl-base (>= 5.6.1-4) Recommends: apt-utils (>= 0.5.1) Suggests: debconf-doc, debconf-utils, whiptail | dialog | gnome-utils, libterm-readline-gnu-perl, libgnome2-perl, libnet-ldap-perl, perl Conflicts: apt (<< 0.3.12.1), cdebconf (<< 0.96), debconf-tiny, debconf-utils (<< 1.3.22), dialog (<< 0.9b-20020814-1), menu (<= 2.1.3-1), whiptail (<< 0.51.4-11), whiptail-utf8 (<= 0.50.17-13) Conffiles: /etc/apt/apt.conf.d/70debconf 7e9d09d5801a42b4926b736b8eeabb73 /etc/bash_completion.d/debconf 8fa1862734fbe54d7178aaaa419f5a11 /etc/debconf.conf 8c0619be413824f1fc7698cee0f23811 Description: Debian configuration management system Debconf is a configuration management system for debian packages. Packages use Debconf to ask questions when they are installed. Original-Maintainer: Debconf Developers Python-Version: 2.6, 3 Package: libpth20 Status: install ok installed Priority: optional Section: libs Installed-Size: 196 Maintainer: Ubuntu Developers Architecture: i386 Source: pth Version: 2.0.7-16 Depends: libc6 (>= 2.4) Description: The GNU Portable Threads Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple threads of execution ("multithreading") inside server applications. All threads run in the same address space of the server application, but each thread has its own individual program-counter, run-time stack, signal mask and errno variable. Original-Maintainer: NIIBE Yutaka Homepage: http://www.gnu.org/software/pth/ Package: libgnomekbd4 Status: install ok installed Priority: optional Section: libs Installed-Size: 164 Maintainer: Ubuntu Developers Architecture: i386 Source: libgnomekbd Version: 2.32.0-0ubuntu1 Depends: libc6 (>= 2.7), libcairo2 (>= 1.2.4), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.20.0), libpango1.0-0 (>= 1.22.0), libx11-6, libxklavier16 (>= 5.0), libgnomekbd-common (>= 2.32.0-0ubuntu1), iso-codes Conflicts: libgnomekbd5 Description: GNOME library to manage keyboard configuration - shared library libgnomekbd offers an API to manage the keyboard in GNOME applications. . libgnomekbdui offers an API to display a graphical user interface for libgnomekbd operations. . This package contains the shared library. Original-Maintainer: Loic Minier Package: xserver-common Status: install ok installed Priority: optional Section: x11 Installed-Size: 176 Maintainer: Ubuntu X-SWAT Architecture: all Source: xorg-server Version: 2:1.9.0-0ubuntu7.3 Replaces: xserver-xorg-core (<< 2:1.5.2) Depends: x11-common, xkb-data, x11-xkb-utils Recommends: xfonts-base, xauth Description: common files used by various X servers This package provides files necessary for all X.Org based X servers. Original-Maintainer: Debian X Strike Force Package: shotwell Status: install ok installed Priority: extra Section: gnome Installed-Size: 3644 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 0.7.2-0ubuntu2 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libexif12, libexiv2-6, libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libgee2 (>= 0.5.2), libgexiv2-0 (>= 0.0.91), libglib2.0-0 (>= 2.24.0), libgphoto2-2 (>= 2.4.3), libgphoto2-port0 (>= 2.4.3), libgtk2.0-0 (>= 2.18.0), libgudev-1.0-0 (>= 147), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.18.0), libpng12-0 (>= 1.2.13-4), libsoup2.4-1 (>= 2.26.1), libsqlite3-0 (>= 3.7.2), libstdc++6 (>= 4.1.1), libunique-1.0-0 (>= 1.0.0), libusb-0.1-4 (>= 2:0.1.12), libwebkit-1.0-2 (>= 1.1.1), libxml2 (>= 2.7.4), librsvg2-common, dbus-x11 Description: digital photo organizer Shotwell is a digital photo organizer designed for the GNOME desktop environment. It allows you to import photos from disk or camera, organize them in various ways, view them in full-window or fullscreen mode, and export them to share with others. Homepage: http://yorba.org/shotwell/ Original-Maintainer: Devid Antonio Filoni Package: python-aptdaemon Status: install ok installed Priority: extra Section: python Installed-Size: 376 Maintainer: Ubuntu Developers Architecture: all Source: aptdaemon Version: 0.31+bzr506-0ubuntu5 Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), python-apt (>= 0.7.96.1ubuntu9), python-gobject, python-software-properties, policykit-1 Recommends: aptdaemon Description: Python module for the server and client of aptdaemon Aptdaemon is a transaction based package management service. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides the Python modules required to run aptdaemon and to implement a client. The API is not stable yet. Homepage: https://launchpad.net/aptdaemon Original-Maintainer: Julian Andres Klode Python-Version: 2.6 Package: gtk2-engines-murrine Status: install ok installed Priority: optional Section: x11 Installed-Size: 296 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 0.98.1.1-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.18.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4) Description: cairo-based gtk+-2.0 theme engine "Murrine" is an Italian word meaning the glass artworks done by Venicians glass blowers. The Engine is cairo-based, and it's very fast compared to clearlooks-cairo and ubuntulooks. . This package includes the Murrine engine. Original-Maintainer: Yves-Alexis Perez Package: libelf1 Status: install ok installed Priority: optional Section: libs Installed-Size: 1004 Maintainer: Ubuntu Developers Architecture: i386 Source: elfutils Version: 0.147-2 Depends: libc6 (>= 2.4) Description: library to read and write ELF files The libelf1 package provides a shared library which allows reading and writing ELF files on a high level. Third party programs depend on this package to read internals of ELF files. The programs of the elfutils package use it also to generate new ELF files. . This library is part of elfutils. Original-Maintainer: Kurt Roeckx Homepage: https://fedorahosted.org/elfutils/ Package: memtest86+ Status: install ok installed Priority: optional Section: misc Installed-Size: 652 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.10-1ubuntu2 Depends: debconf (>= 0.5) | debconf-2.0 Suggests: hwtools, memtester, kernel-patch-badram, memtest86, grub-pc | grub-legacy, mtools Conffiles: /etc/grub.d/20_memtest86+ 6dc48efccb95680ab07349956a48fef3 Description: thorough real-mode memory tester Memtest86+ scans your RAM for errors. . This tester runs independently of any OS - it is run at computer boot-up, so that it can test *all* of your memory. You may want to look at `memtester', which allows to test your memory within Linux, but this one won't be able to test your whole RAM. . It can output a list of bad RAM regions usable by the BadRAM kernel patch, so that you can still use your old RAM with one or two bad bits. . Memtest86+ is based on memtest86 3.0, and adds support for recent hardware, as well as a number of general-purpose improvements, including many patches to memtest86 available from various sources. . Both memtest86 and memtest86+ are being worked on in parallel. . A convenience script is also provided to make a grub-based floppy or image. Homepage: http://www.memtest.org/ Original-Maintainer: Yann Dirson Package: dash Essential: yes Status: install ok installed Priority: required Section: shells Installed-Size: 228 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 0.5.5.1-7ubuntu1 Depends: debianutils (>= 2.15), dpkg (>= 1.15.0) Pre-Depends: libc6 (>= 2.11) Description: POSIX-compliant shell The Debian Almquist Shell (dash) is a POSIX-compliant shell derived from ash. . Since it executes scripts faster than bash, and has fewer library dependencies (making it more robust against software or hardware failures), it is used as the default system shell on Debian systems. Homepage: http://gondor.apana.org.au/~herbert/dash/ Original-Maintainer: Gerrit Pape Package: python-gnome2 Status: install ok installed Priority: optional Section: python Installed-Size: 760 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-python Version: 2.28.1-1ubuntu2 Provides: python2.6-gnome2 Depends: python (<< 2.7), python (>= 2.6), python-gnomecanvas, python-gobject (>= 2.17.0), python-gtk2 (>= 2.10.3), python-pyorbit (>= 2.0.1-4), python-support (>= 0.90.0), python2.6-gnomecanvas, python2.6-gobject, python2.6-gtk2, python2.6-pyorbit, libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libbonobo2-0 (>= 2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.27.0), libglib2.0-0 (>= 2.24.0), libgnome2-0 (>= 2.17.3), libgnomecanvas2-0 (>= 2.11.1), libgnomeui-0 (>= 2.22.0), libgnomevfs2-0 (>= 1:2.17.90), libgtk2.0-0 (>= 2.8.0), libice6 (>= 1:1.0.0), liborbit2 (>= 1:2.14.10), libpango1.0-0 (>= 1.14.0), libpopt0 (>= 1.16), libsm6, python-gconf (= 2.28.1-1ubuntu2) Suggests: python-gnome2-doc Conflicts: python2.3-gnome2, python2.4-gnome2 Description: Python bindings for the GNOME desktop environment This archive contains modules that allow you to write Python programs using the GNOME libraries: GnomeVFS, bonobo, libgnome, libgnomeui and libgnomecanvas. Homepage: http://www.pygtk.org/ Original-Maintainer: Sebastien Bacher Python-Version: 2.6 Package: mono-runtime Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 3536 Maintainer: Ubuntu Developers Architecture: i386 Source: mono Version: 2.6.7-3ubuntu1 Replaces: libmono0 (<< 2.4), mono-common (<< 2.4), mono-jit (<< 2.4) Provides: cli-runtime, cli-virtual-machine Depends: libc6 (>= 2.11), libglib2.0-0 (>= 2.24.0), zlib1g (>= 1:1.1.4), mono-gac (= 2.6.7-3ubuntu1) Recommends: binfmt-support (>= 1.1.2) Suggests: xdg-utils | libgnome2-0 | konqueror Conflicts: mono-1.0-runtime (<< 2.4), mono-2.0-runtime (<< 2.4), mono-common (<< 2.4), mono-jit (<< 2.4) Conffiles: /etc/mono/config 63d81836a195c2bbfe31b2de5f31fed8 /etc/mono/browscap.ini 378be809df7d15aac75a175693e25fbb /etc/mono/1.0/DefaultWsdlHelpGenerator.aspx 66fed2411c14a0fc8ce4c593ef601bfb /etc/mono/1.0/machine.config 8dccd9a98d2575162aa366224a983c08 /etc/mono/2.0/DefaultWsdlHelpGenerator.aspx 3b3452c399f27a24ea5a589c7bfe750b /etc/mono/2.0/machine.config 603173d56ace47a2d90b87ffbc3bfa91 /etc/mono/2.0/web.config 2b6303c4f12762b71051db6e947f90a4 /etc/mono/2.0/Browsers/Compat.browser 0d831c1264b5b32a39fa347de368fe48 /etc/mono/2.0/settings.map 55dac562878b7dd98ee8a7ad203a26e6 Description: Mono runtime Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Virtual Machine, JIT (Just-in-Time) and AOT (Ahead-of-Time) code generator "mono". "mono" executes applications for the CLI (Common Language Infrastructure). Mono currently only supports the X86, PowerPC, ARM, SPARC, S/390, AMD64 and IA64 architectures. Optionally this package configures BINFMT support. Homepage: http://www.mono-project.com/ Original-Maintainer: Debian Mono Group Package: libmagickcore3 Status: install ok installed Priority: optional Section: libs Installed-Size: 5852 Maintainer: Ubuntu Core Developers Architecture: i386 Source: imagemagick Version: 7:6.6.2.6-1ubuntu1.1 Depends: libbz2-1.0, libc6 (>= 2.11), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.12.0), libgomp1 (>= 4.2.1), libice6 (>= 1:1.0.0), libjasper1 (>= 1.900.1), libjpeg62, liblcms1 (>= 1.15-1), liblqr-1-0 (>= 0.1.0), libltdl7 (>= 2.2.6b), libpng12-0 (>= 1.2.13-4), libsm6, libtiff4, libx11-6, libxext6, libxml2 (>= 2.7.4), libxt6, zlib1g (>= 1:1.2.3.3.dfsg) Recommends: ghostscript, gsfonts Suggests: libmagickcore3-extra Description: low-level image manipulation library The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exlusively access the structure members directly. . This package contains the C libraries needed to run executables that make use of MagickCore. Homepage: http://www.imagemagick.org/ Original-Maintainer: ImageMagick Packaging Team Package: libart-2.0-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 152 Maintainer: Ubuntu Developers Architecture: i386 Source: libart-lgpl Version: 2.3.21-1 Depends: libc6 (>= 2.4) Description: Library of functions for 2D graphics - runtime files A library of functions for 2D graphics supporting a superset of the PostScript imaging model, designed to be integrated with graphics, artwork, and illustration programs. It is written in optimized C, and is fully compatible with C++. With a small footprint of 10,000 lines of code, it is especially suitable for embedded applications. Original-Maintainer: Josselin Mouette Package: libpolkit-gobject-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 180 Maintainer: Ubuntu Developers Architecture: i386 Source: policykit-1 Version: 0.96-2ubuntu1 Depends: libc6 (>= 2.4), libeggdbus-1-0 (>= 0.5), libglib2.0-0 (>= 2.24.0) Description: PolicyKit Authorization API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for accessing PolicyKit. Original-Maintainer: Utopia Maintenance Team Homepage: http://hal.freedesktop.org/docs/PolicyKit/ Package: libraw1394-11 Status: install ok installed Priority: optional Section: libs Installed-Size: 144 Maintainer: Ubuntu Developers Architecture: i386 Source: libraw1394 Version: 2.0.5-2ubuntu1 Depends: libc6 (>= 2.4) Suggests: libraw1394-doc Description: library for direct access to IEEE 1394 bus (aka FireWire) libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsystem, which provides direct access to the connected 1394 buses to user space. Through libraw1394/raw1394, applications can directly send to and receive from other nodes without requiring a kernel driver for the protocol in question. Homepage: http://www.linux1394.org/ Original-Maintainer: Guus Sliepen Package: shared-mime-info Status: install ok installed Priority: optional Section: misc Installed-Size: 3352 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.71-3 Depends: libc6 (>= 2.3), libglib2.0-0 (>= 2.24.0), libxml2 (>= 2.7.4) Conflicts: libglib2.0-0 (<< 2.17.2), libgnomevfs2-0 (<< 1:2.24.0), tracker (<< 0.6.90) Description: FreeDesktop.org shared MIME database and spec This is the shared MIME-info database from the X Desktop Group. It is required by any program complying to the Shared MIME-Info Database spec, which is also included in this package. . At this time at least ROX, GNOME, KDE and XFCE use this database. Original-Maintainer: Filip Van Raemdonck Package: libt1-5 Status: install ok installed Priority: optional Section: libs Installed-Size: 380 Maintainer: Ubuntu Developers Architecture: i386 Source: t1lib Version: 5.1.2-3build1 Depends: libc6 (>= 2.11), libx11-6 (>= 0) Description: Type 1 font rasterizer library - runtime T1lib is an enhanced rasterizer for Type 1 fonts. . T1lib is based on the X11R5 font rasterizer code, but operates independently of X11. It includes many enhancements, including underlining, antialiasing, user-defined slant and extension factors, and rotation. . This package contains the shared libraries needed to run programs using T1lib. Original-Maintainer: Ruben Molina Homepage: ftp://sunsite.unc.edu/pub/Linux/libs/graphics/ Package: libxdmcp6 Status: install ok installed Priority: optional Section: libs Installed-Size: 76 Maintainer: Ubuntu Developers Architecture: i386 Source: libxdmcp Version: 1:1.0.3-2 Depends: libc6 (>= 2.4) Description: X11 Display Manager Control Protocol library This package provides the main interface to the X11 display manager control protocol library, which allows for remote logins to display managers. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdmcp Original-Maintainer: Debian X Strike Force Package: libgl1-mesa-dri Status: install ok installed Priority: optional Section: libs Installed-Size: 41732 Maintainer: Ubuntu X-SWAT Architecture: i386 Source: mesa Version: 7.9~git20100924-0ubuntu2 Replaces: xlibmesa-dri (<< 1:7.0.0) Depends: libc6 (>= 2.4), libdrm-intel1 (>= 2.4.20), libdrm-radeon1 (>= 2.4.17), libdrm2 (>= 2.3.1), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libtalloc2 (>= 2.0.0) Suggests: libglide3 Breaks: libgl1-mesa-glx (<< 7.2), xserver-xorg-core (<< 2:1.5) Conflicts: xlibmesa-dri (<< 1:7.0.0) Description: A free implementation of the OpenGL API -- DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct rendering. . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. . The tdfx DRI module needs libglide3 to enable direct rendering. Homepage: http://mesa3d.sourceforge.net/ Original-Maintainer: Debian X Strike Force Package: linux-headers-2.6.35-25-generic Status: install ok installed Priority: optional Section: devel Installed-Size: 9812 Maintainer: Ubuntu Kernel Team Architecture: i386 Source: linux Version: 2.6.35-25.44 Provides: linux-headers, linux-headers-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-2.6.35-25, libc6 (>= 2.7) Description: Linux kernel headers for version 2.6.35 on x86/x86_64 This package provides kernel header files for version 2.6.35 on x86/x86_64. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-2.6.35-25/debian.README.gz for details. Package: empathy Status: install ok installed Priority: optional Section: gnome Installed-Size: 2400 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 2.32.1-0ubuntu1.1 Replaces: libempathy-gtk-common Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libcanberra-gtk0 (>= 0.4), libcanberra0 (>= 0.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libdbusmenu-glib1 (>= 0.3.12), libebook1.2-9 (>= 2.30.3), libedataserver1.2-13 (>= 2.30.3), libenchant1c2a (>= 1.6), libfolks-telepathy0 (>= 0.1.9), libfolks0 (>= 0.1.15), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgcr0 (>= 2.26.0), libgdk-pixbuf2.0-0 (>= 2.21.6), libgee2 (>= 0.5.2), libglib2.0-0 (>= 2.25.16), libgnome-keyring0 (>= 2.26.0), libgnutls26 (>= 2.7.14-0), libgp11-0 (>= 2.24), libgstfarsight0.10-0 (>= 0.0.1), libgstreamer-plugins-base0.10-0 (>= 0.10.0), libgstreamer0.10-0 (>= 0.10.4), libgtk2.0-0 (>= 2.21.8), libindicate-gtk2 (>= 0.2.2), libindicate4 (>= 0.3.3), liblaunchpad-integration1 (>= 0.1.17), libnm-glib2 (>= 0.8~a~git.20090826t185111.79489be), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libpango1.0-0 (>= 1.18.0), libpng12-0 (>= 1.2.13-4), libsoup2.4-1 (>= 2.4.0), libtasn1-3 (>= 1.6-0), libtelepathy-farsight0 (>= 0.0.6), libtelepathy-glib0 (>= 0.11.15), libtelepathy-logger1 (>= 0.1.2), libunique-1.0-0 (>= 1.0.0), libwebkit-1.0-2 (>= 1.1.15), libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), empathy-common (= 2.32.1-0ubuntu1.1), telepathy-mission-control-5, gnome-icon-theme (>= 2.30.0), dbus-x11, telepathy-logger Recommends: telepathy-gabble, telepathy-salut, libdconf0, gvfs-backends, telepathy-haze, telepathy-butterfly, nautilus-sendto-empathy Suggests: telepathy-idle, vino Breaks: telepathy-butterfly (<< 0.5.10) Description: GNOME multi-protocol chat and call client Instant messaging program supporting text, voice, video, file transfers and inter-application communication over many different protocols, including: AIM, MSN, Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut, Gadu-Gadu, Groupwise, ICQ and QQ. . This package contains the Empathy IM application and account manager. Homepage: http://live.gnome.org/Empathy Original-Maintainer: Debian Telepathy maintainers Package: ure Status: install ok installed Priority: optional Section: libs Installed-Size: 4752 Maintainer: Ubuntu Core Developers Architecture: i386 Source: openoffice.org (1:3.2.1-7ubuntu1) Version: 1.6.1+OOo3.2.1-7ubuntu1 Replaces: openoffice.org-java-common (<< 1:3.0.0~dev300m12) Depends: uno-libs3 (= 1.6.1+OOo3.2.1-7ubuntu1), libc6 (>= 2.11), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libstlport4.6ldbl, libxml2 (>= 2.7.4) Pre-Depends: debconf (>= 0.5) | debconf-2.0 Suggests: java5-runtime, cli-uno-bridge Conflicts: cli-uno-bridge (<< 1:3.0.0~dev300m22), openoffice.org-coooder (<< 1.1.1+ooo-build3.0.0.9+r14588-3), openoffice.org-report-builder (<< 1:1.0.5+3.0.1-5), openoffice.org-wiki-publisher (<< 1.0+OOo3.0.1-5), openoffice.org-writer2latex (<< 0.5.0.2-3), openoffice.org-writer2xhtml (<< 0.5.0.2-3) Description: OpenOffice.org UNO runtime environment The Uno Runtime Environment (URE) is the well-known UNO component model of OpenOffice.org, 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. Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: libsane-hpaio Status: install ok installed Priority: optional Section: libs Installed-Size: 1064 Maintainer: Ubuntu Core Developers Architecture: i386 Source: hplip Version: 3.10.6-1ubuntu10.2 Replaces: hplip (<= 3.10.6-1ubuntu6), hplip-data (<= 3.10.5-4) Depends: libc6 (>= 2.7), libcups2 (>= 1.4.0), libdbus-1-3 (>= 1.0.2), libhpmud0, libssl0.9.8 (>= 0.9.8m-1) Recommends: sane-utils, hplip (= 3.10.6-1ubuntu10.2) Conflicts: hplip (<= 3.10.6-1ubuntu6), hplip-data (<= 3.10.5-4) Conffiles: /etc/sane.d/dll.d/hplip 60fc397b1570c0694184588f86d56807 /etc/hp/hplip.conf 8af86a00caf4097332f798b7de444724 Description: HP SANE backend for multi-function peripherals This package contains the sane backend libraries for use with HP Multi-function peripherals. . Users of hplip are advised to install the hplip{-gui} packages for command line and GUI tools associated with HPLIP. . This package is useful for a minimal footprint headless scanning solution. Homepage: http://hplip.sourceforge.net/ Original-Maintainer: Debian HPIJS and HPLIP maintainers Package: coreutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 12648 Maintainer: Ubuntu Developers Architecture: i386 Version: 8.5-1ubuntu3 Replaces: mktemp, timeout Pre-Depends: libacl1 (>= 2.2.11-1), libattr1 (>= 2.4.41-1), libc6 (>= 2.7), libselinux1 (>= 1.32) Conflicts: timeout Description: GNU core utilities This package contains the basic file, shell and text manipulation utilities which are expected to exist on every operating system. . Specifically, this package includes: arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false flock fmt fold groups head hostid id install join link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc od paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir runcon sha*sum seq shred sleep sort split stat stty sum sync tac tail tee test timeout touch tr true truncate tsort tty uname unexpand uniq unlink users vdir wc who whoami yes Homepage: http://gnu.org/software/coreutils Original-Maintainer: Michael Stone Package: libsane Status: install ok installed Priority: optional Section: libs Installed-Size: 12828 Maintainer: Ubuntu Core Developers Architecture: i386 Source: sane-backends Version: 1.0.21-2ubuntu2 Replaces: libsane-extras (<< 1.0.18.14) Depends: adduser (>= 3.47), udev (>= 0.88-1) | makedev (>= 2.3.1-58), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.11), libexif12, libgphoto2-2 (>= 2.4.3), libgphoto2-port0 (>= 2.4.3), libieee1284-3, libjpeg62, libtiff4, libusb-0.1-4 (>= 2:0.1.12), libv4l-0 (>= 0.5.0) Suggests: avahi-daemon, hpoj, hplip, libsane-extras (>= 1.0.20.1), sane-utils (>= 1.0.21-2ubuntu2) Conffiles: /etc/sane.d/abaton.conf 51591e7ab98851effab49089323cb160 /etc/sane.d/agfafocus.conf f763f1f31d26507986aad58ca02f79f9 /etc/sane.d/apple.conf 602eda3ecedd81ef751d9241becb9142 /etc/sane.d/artec.conf 1b87eeb6069e6f5ac7b5f0cc4bf48083 /etc/sane.d/artec_eplus48u.conf 3672fe16e6b14a124ad74acd47941be9 /etc/sane.d/avision.conf ace6554933c43240c12b1fd56c38e398 /etc/sane.d/bh.conf ed8e137983ae58a7bf038180b29737bd /etc/sane.d/canon.conf 4afe1a9ccf3c40ff7b667ac7dfb1de25 /etc/sane.d/canon630u.conf 5fae93df3328f1915e3d26f77a8c3b9d /etc/sane.d/canon_dr.conf 5802b2dfc2ab40767bb667a6880f6b7f /etc/sane.d/canon_pp.conf 2ecfac7c883bc980aba880f424abb8ad /etc/sane.d/cardscan.conf c53b0f155e8abb0e35da6e4bd9898e41 /etc/sane.d/coolscan.conf b5a49230bc9b80a4358d966255d4697a /etc/sane.d/coolscan2.conf e9039d4f201acacca70e8964ec22ee70 /etc/sane.d/coolscan3.conf dc124184659f6acfcb2f77d4759adc8c /etc/sane.d/dc25.conf 0659d0dee2b39c585b6ebc682af0dbd9 /etc/sane.d/dc210.conf 821754802fb212acc9f48c7dd93ddaa1 /etc/sane.d/dc240.conf 821754802fb212acc9f48c7dd93ddaa1 /etc/sane.d/dell1600n_net.conf ce26ec480900a2420d14d5f2c43f07eb /etc/sane.d/dmc.conf 0731b2373c97cc98c5c42dd56e7fb05c /etc/sane.d/epjitsu.conf 54ce52e76e2c5279e4c12830a74ea5a0 /etc/sane.d/epson.conf 318ed78f38b29c99e478cbc7efc8ff14 /etc/sane.d/epson2.conf fb0befe1041db6a1b6a0813c0c8fcf1c /etc/sane.d/fujitsu.conf 0184a702f3837a3581982be0dbd947f9 /etc/sane.d/genesys.conf 465990e67f12e73e7583ce28451b02dd /etc/sane.d/gphoto2.conf ca55d23d02774d6eea321dcbd4099e5e /etc/sane.d/gt68xx.conf bc1826665ba2320caf3acc4cec81a121 /etc/sane.d/hp.conf 5328dfe188ece714bf9fdb7e26dc9d00 /etc/sane.d/hp3900.conf 9d5532c21c759657347de8b26629cf13 /etc/sane.d/hp4200.conf 0656916d9805c3af1f81424354082501 /etc/sane.d/hp5400.conf 25848f289fb76aeb7f78e29ab323dbf8 /etc/sane.d/hpsj5s.conf 0e969889a4509e62ef352a0222d2620e /etc/sane.d/hs2p.conf a7b07bd2a66b8a562ccb64da03bd47da /etc/sane.d/ibm.conf d5eab60adbaf729bb5bf781fc4c5409d /etc/sane.d/kodak.conf 63774fc2dd277fbfc54b4a8f7ea4528d /etc/sane.d/leo.conf 008b9b3cad3c7073aa5331a453e68cd6 /etc/sane.d/lexmark.conf c04785d832c5ffd42a9fb5aedc0a2153 /etc/sane.d/ma1509.conf 73a9fd7af5924e04054f43e2708f5059 /etc/sane.d/matsushita.conf fe9a8941cd52c7e012724122d67a98e6 /etc/sane.d/microtek.conf 940c8db7e01ccaa6f2c5be2ca020ddf1 /etc/sane.d/microtek2.conf 75cb498c51441db57932a4895f7f0d96 /etc/sane.d/mustek.conf 33284fd785df74d394b9e30a4ec8283e /etc/sane.d/mustek_pp.conf c9d10da50e4b77dcc73b97f67a81a89a /etc/sane.d/mustek_usb.conf f4080c5eacaf30b4ed871a5330960696 /etc/sane.d/nec.conf 5eed67a9759c991553fa3055af023a33 /etc/sane.d/net.conf 9e5860565491b3157e3c6e0af682b7a2 /etc/sane.d/pie.conf 7bdb319bd61b19389e93ed85a1ed85d1 /etc/sane.d/pixma.conf da98f7eae73240333304d1dafe58e19a /etc/sane.d/plustek.conf f329323c5ed857873510e38233f1afcf /etc/sane.d/plustek_pp.conf 327941a5240e699e3251d74192f4f299 /etc/sane.d/qcam.conf 7a30e22cd391b7992646723df280f4fe /etc/sane.d/ricoh.conf b1891143384a7308ec17d9e6ac836201 /etc/sane.d/rts8891.conf 3446a737f83b38c3b576d5bf2e5161ec /etc/sane.d/s9036.conf 5eed67a9759c991553fa3055af023a33 /etc/sane.d/sceptre.conf 9d7e8954714b47042b849ddbd2530973 /etc/sane.d/sharp.conf d16cb589cdceb30d4523334063ddf040 /etc/sane.d/sm3840.conf 9b61359cbcc14b9be4d687b80b772bea /etc/sane.d/snapscan.conf b349efcbcec257f5fca8372f1e47e7e0 /etc/sane.d/sp15c.conf 74fd71c4ea2c8c58bbaa2cecfee56f7c /etc/sane.d/st400.conf febd1d7966858a4a0352a2fe2c1abfa0 /etc/sane.d/stv680.conf 1a5a8d37f0de964bab25b3908fa907d5 /etc/sane.d/tamarack.conf 93b1a500916dcfabd8a1c288029a5502 /etc/sane.d/teco1.conf 7976c7a3dd90fe100f30a23a29aaea89 /etc/sane.d/teco2.conf 1f873f79332e99cb0cd2b9eba938ac3b /etc/sane.d/teco3.conf 7b632784a85ec6ead7d26e8fd195dea5 /etc/sane.d/test.conf eaccee9d3fb610a691705ddf94b9ec11 /etc/sane.d/u12.conf 9ab31cd28e79474973fc02ccf1c06b99 /etc/sane.d/umax.conf 5bcadfd7842926832de6d6e29d23558d /etc/sane.d/umax_pp.conf d7cdbfd65fc59cfc71ab5f00a3697aaf /etc/sane.d/umax1220u.conf 2d36f1f6c15bbfeaf2049d59dcfefe05 /etc/sane.d/v4l.conf 320fb7603d3c28977ab99a75ba5c54ef /etc/sane.d/xerox_mfp.conf e8e90228550cff56bc7ebf46d56e97fc /etc/sane.d/p5.conf 27277daf6f7ed1f21de8c6a59d5b9488 /etc/sane.d/dll.conf 6f8091433d3d8f19dbfa2072e3de15eb Description: API library for scanners SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.). The SANE standard is free and its discussion and development are open to everybody. The current source code is written to support several operating systems, including GNU/Linux, OS/2, Win32 and various Unices and is available under the GNU General Public License (commercial applications and backends are welcome, too, however). . This package includes the backends for many scanners. A libsane-extras package containing some not-yet-included backends is available separately. . Graphical frontends for sane are available in the packages sane and xsane. Command line frontend scanimage, saned and sane-find-scanner are available in the sane-utils package. Homepage: http://www.sane-project.org Original-Maintainer: Julien BLACHE Package: sudo Status: install ok installed Priority: optional Section: admin Installed-Size: 604 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1.7.2p7-1ubuntu2.1 Replaces: sudo-ldap Depends: libc6 (>= 2.8), libpam0g (>= 0.99.7.1), libpam-modules Conflicts: sudo-ldap Conffiles: /etc/sudoers.d/README 2ec19eb188781dd8e2ff0ad509399497 /etc/init.d/sudo 4856492c7d71bc37aa15323f1c554cd1 /etc/pam.d/sudo 402488da83015090763d681fffae6340 Description: Provide limited super user privileges to specific users Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. . This version is built with minimal shared library dependencies, use the sudo-ldap package instead if you need LDAP support for sudoers. Original-Maintainer: Bdale Garbee Package: libfreetype6 Status: install ok installed Priority: optional Section: libs Installed-Size: 664 Maintainer: Ubuntu Core Developers Architecture: i386 Source: freetype Version: 2.4.2-2ubuntu0.1 Depends: libc6 (>= 2.11), zlib1g (>= 1:1.1.4) Conflicts: freetype, xpdf-reader (<< 1.00-4) Description: FreeType 2 font engine, shared library files The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on bringing small, efficient and ubiquitous products. . The FreeType 2 library is their new software font engine. It has been designed to provide the following important features: * A universal and simple API to manage font files * Support for several font formats through loadable modules * High-quality anti-aliasing * High portability & performance . Supported font formats include: * TrueType files (.ttf) and collections (.ttc) * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format * Type 1 Multiple Master fonts. The FreeType 2 API also provides routines to manage design instances easily * Type 1 CID-keyed fonts * OpenType/CFF (.otf) fonts * CFF/Type 2 fonts * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with the Adobe SVG viewer plugin. * Windows FNT/FON bitmap fonts . This package contains the files needed to run programs that use the FreeType 2 library. . Home Page: http://www.freetype.org/ Authors: David Turner Robert Wilhelm Werner Lemberg Original-Maintainer: Steve Langasek Package: mono-csharp-shell Status: install ok installed Priority: optional Section: shells Installed-Size: 1300 Maintainer: Ubuntu Developers Architecture: all Source: mono Version: 2.6.7-3ubuntu1 Depends: mono-runtime (>= 1.1.8.1), libc6 (>= 2.12) | libc6.1 (>= 2.12) | libc0.1 (>= 2.12), libmono-corlib2.0-cil (>= 2.6.3), libmono-management2.0-cil (>= 1.0), libmono-system2.0-cil (>= 2.6.3), mono-gmcs (= 2.6.7-3ubuntu1) Description: interactive C# shell Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the interactive C# shell named csharp. csharp permits dynamically evaluating C# statements, and can be used for writing scripts or testing code fragments. For examples and a brief overview of the commands see: http://www.mono-project.com/CsharpRepl Homepage: http://www.mono-project.com/CsharpRepl Original-Maintainer: Debian Mono Group Package: debianutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 224 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.2.3 Depends: sensible-utils Pre-Depends: libc6 (>= 2.7) Description: Miscellaneous utilities specific to Debian This package provides a number of small utilities which are used primarily by the installation scripts of Debian packages, although you may use them directly. . The specific utilities included are: installkernel run-parts savelog tempfile which. Original-Maintainer: Clint Adams Package: bcmwl-modaliases Status: install ok installed Priority: optional Section: admin Installed-Size: 64 Maintainer: Ubuntu Core Developers Architecture: i386 Source: bcmwl Version: 5.60.48.36+bdcom-0ubuntu5 Description: Modaliases for the Broadcom 802.11 Linux STA driver The modaliases provide a list of pci id's which makes it possible to detect the model of a wireless card. Original-Maintainer: Alberto Milone Package: libsysfs2 Status: install ok installed Priority: important Section: libs Installed-Size: 108 Maintainer: Martin Pitt Architecture: i386 Source: sysfsutils Version: 2.1.0+repack-1 Depends: libc6 (>= 2.4) Description: interface library to sysfs Sysfs is a virtual file system in Linux kernel 2.5+ that provides a tree of system devices. libsysfs provides a stable programming interface to sysfs and eases querying system devices and their attributes. . The package sysfsutils contains frontend programs that use this library. Development files and C examples are provided by the package libsysfs-dev. Original-Maintainer: Martin Pitt Package: xfonts-mathml Status: install ok installed Priority: extra Section: fonts Installed-Size: 140 Maintainer: Ubuntu Developers Architecture: all Version: 4ubuntu1 Depends: xfonts-utils Suggests: otf-stix, ttf-lyx Conffiles: /etc/X11/fonts/Type1/xfonts-mathml.scale 3928791fa92cf3bd6597c3fe224379c6 Description: Type1 Symbol font for MathML To display web pages containing MathML equations properly with MathML-enabled browsers, you will need STIX fonts, TeX's Computer Modern fonts, Type1 'Symbol' font and (possibly) some other fonts installed on your computer. . This package provides Type1 Symbol font which is modified from s050000l.pfb of gsfonts with FontForge. . You will also need to install the packages: otf-stix (STIX fonts) and ttf-lyx (TeX's Computer Modern fonts) to view MathML properly. Original-Maintainer: Atsuhito KOHDA Package: openprinting-ppds Status: install ok installed Priority: optional Section: text Installed-Size: 2648 Maintainer: Ubuntu Developers Architecture: all Source: foomatic-db Version: 20100915-0ubuntu4 Replaces: hp-ppd (<= 0.5), linuxprinting.org-ppds, openprinting-ppds-extra (<< 20100806-0ubuntu6) Provides: linuxprinting.org-ppds Depends: xz-utils Recommends: foomatic-filters, cups, cups-client Suggests: hpijs-ppds Breaks: hp-ppd (<= 0.5) Conflicts: linuxprinting.org-ppds, openprinting-ppds-extra (<< 20100806-0ubuntu6) Description: OpenPrinting printer support - PostScript PPD files This package includes a collection of free PostScript Printer Description files for PostScript (and clone) printers from various manufacturers, as distributed by OpenPrinting. . If you have non-PostScript printers, the foomatic-db-compressed-ppds (or foomatic-db and foomatic-db-engine), hplip, gutenprint, splix, foo2zjs, pxljr, min12xxw, and m2300w packages are the ones you need; this package won't be of much help to you. . Some manufacturers distribute PPD files for their printers under non-free licenses; those are not included in this package, but may be available from the manufacturer's website, included on a CD or other media with the printer, or downloadable from the OpenPrinting web site (even automatically if the printer setup tool supports it). Original-Maintainer: Debian Printing Group Homepage: http://www.openprinting.org/ Package: ubufox Status: install ok installed Priority: optional Section: web Installed-Size: 36 Maintainer: Alexander Sack Architecture: all Version: 0.9~rc2-0ubuntu5.1 Depends: xul-ext-ubufox Description: transitional dummy package This is a transitional dummy package to ease the migration from the ubufox to the new xul-ext-ubufox package. You can remove it safely. Homepage: https://launchpad.net/ubufox Package: pulseaudio-module-x11 Status: install ok installed Priority: optional Section: sound Installed-Size: 160 Maintainer: Ubuntu Core Developers Architecture: i386 Source: pulseaudio Version: 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1 Depends: libc6 (>= 2.4), libice6 (>= 1:1.0.0), libpulse0 (= 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1), libsm6, libx11-6, libx11-xcb1, libxcb-atom1 (>= 0.3.6), libxcb1, libxtst6, pulseaudio, pulseaudio-utils Description: X11 module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to publish itself as the default sound server to the X11 root window automatically upon startup. The is also a module to playback a sound file in place of the X11 bell beep. . The modules are called module-x11-publish and module-x11-bell. Homepage: http://www.pulseaudio.org Original-Maintainer: Pulseaudio maintenance team Package: libxcb-shm0 Status: install ok installed Priority: optional Section: libs Installed-Size: 64 Maintainer: Ubuntu Developers Architecture: i386 Source: libxcb Version: 1.6-1 Depends: libc6 (>= 2.1.3), libxcb1 (>= 0) Description: X C Binding, shm extension This package contains the library files needed to run software using libxcb-shm, the shm extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Original-Maintainer: XCB Developers Homepage: http://xcb.freedesktop.org Package: libxml-parser-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 744 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.36-1.1build3 Depends: perl (>= 5.10.1-8ubuntu1), perlapi-5.10.1, liburi-perl, libwww-perl, libc6 (>= 2.4), libexpat1 (>= 1.95.8) Description: Perl module for parsing XML files This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time. . The behavior of the parser is controlled either by Style and/or Handlers options, or by setHandlers method. These all provide mechanisms for XML::Parser to set the handlers needed by XML::Parser::Expat. If neither Style nor Handlers are specified, then parsing just checks the document for being well-formed. . When underlying handlers get called, they receive as their first parameter the Expat object, not the Parser object. Original-Maintainer: Debian XML/SGML Group Homepage: http://www.libexpat.org/ Package: libisccfg60 Status: install ok installed Priority: optional Section: libs Installed-Size: 144 Maintainer: Ubuntu Core Developers Architecture: i386 Source: bind9 Version: 1:9.7.1.dfsg.P2-2ubuntu0.1 Replaces: libbind0 Depends: libc6 (>= 2.4), libcap2 (>= 2.10), libdns66, libisc60, libisccc60, libxml2 (>= 2.6.27) Conflicts: libbind0, libbind9-41 Description: Config File Handling Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libisccfg shared library used by BIND's daemons and clients to read and write ISC-style configuration files like named.conf and rndc.conf. Original-Maintainer: LaMont Jones Package: libxmuu1 Status: install ok installed Priority: optional Section: libs Installed-Size: 72 Maintainer: Ubuntu Developers Architecture: i386 Source: libxmu Version: 2:1.0.5-1 Depends: libc6 (>= 2.4), libx11-6 Description: X11 miscellaneous micro-utility library libXmuu provides a set of miscellaneous utility convenience functions for X libraries to use. It is a lighter version of libXmu that does not depend on libXt or libXext; for more information on libXmu, see libxmu6. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Original-Maintainer: Debian X Strike Force Package: openoffice.org-emailmerge Status: install ok installed Priority: optional Section: editors Installed-Size: 124 Maintainer: Ubuntu Core Developers Architecture: all Source: openoffice.org Version: 1:3.2.1-7ubuntu1 Replaces: python-uno (<< 1:2.4.1-5) Pre-Depends: python-uno, openoffice.org-common Conflicts: ure (<< 1.5.1+OOo3.1.1-15) Enhances: openoffice.org-writer Description: office productivity suite -- email mail merge OpenOffice.org 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 OpenOffice.org to "mail merge" to E-Mail. Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: gnome-terminal Status: install ok installed Priority: optional Section: gnome Installed-Size: 388 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.32.0-0ubuntu1 Replaces: gnome-terminal-data (<< 2.28.1-1ubuntu1) Provides: x-terminal-emulator Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.14), libgtk2.0-0 (>= 2.20.0), libice6 (>= 1:1.0.0), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), libsm6, libvte9 (>= 1:0.24.0), libx11-6, gnome-terminal-data (>= 2.32), gnome-terminal-data (<< 2.33) Recommends: yelp, gvfs Description: The GNOME terminal emulator application GNOME Terminal is a terminal emulation application that you can use to perform the following actions: - Access a UNIX shell in the GNOME environment. - Run any application that is designed to run on VT102, VT220, and xterm terminals. . GNOME Terminal features the ability to use multiple terminals in a single window (tabs) and profiles support. Original-Maintainer: Guilherme de S. Pastore Package: python-gtkspell Status: install ok installed Priority: optional Section: python Installed-Size: 152 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-python-extras Version: 2.25.3-5ubuntu2 Replaces: python-gnome2-extras (<< 2.19.1-4), python-gnome2-extras-doc Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libgtkspell0 (>= 2.0.10), libpango1.0-0 (>= 1.14.0), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), python-gtk2 Conflicts: python-gnome2-extras (<< 2.19.1-4), python-gnome2-extras-doc Description: Python bindings for the GtkSpell library This package contains bindings allowing to run Python programs using the GtkSpell library, that extends GTK+'s GtkTextView widget with support for spell-checking. Homepage: http://www.pygtk.org/ Original-Maintainer: Sebastien Bacher Python-Version: 2.6 Package: gdb Status: install ok installed Priority: optional Section: devel Installed-Size: 4076 Maintainer: Ubuntu Core developers Architecture: i386 Version: 7.2-1ubuntu3 Depends: libc6 (>= 2.11), libexpat1 (>= 1.95.8), libncurses5 (>= 5.7+20100313), libpython2.6 (>= 2.6), libreadline6 (>= 6.0), zlib1g (>= 1:1.1.4) Suggests: gdb-doc, gdbserver Conffiles: /etc/gdb/gdbinit e030dc891a3af1f7779429b5c0554c98 Description: The GNU Debugger GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, it works for C, C++, Fortran, Modula 2 and Java programs. A must-have for any serious programmer. Original-Maintainer: Daniel Jacobowitz Package: gdm Status: install ok installed Priority: optional Section: gnome Installed-Size: 2304 Maintainer: Sebastien Bacher Architecture: i386 Version: 2.30.5-0ubuntu4 Replaces: fast-user-switch-applet, gdm-snapshot Provides: x-display-manager Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libattr1 (>= 2.4.41-1), libbonobo2-0 (>= 2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libcanberra-gtk0 (>= 0.4), libcanberra0 (>= 0.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgnome2-0 (>= 2.17.3), libgnomecanvas2-0 (>= 2.11.1), libgtk2.0-0 (>= 2.16.0), liborbit2 (>= 1:2.14.10), libpam0g (>= 0.99.7.1), libpanel-applet2-0 (>= 2.26.0), libpango1.0-0 (>= 1.14.0), libpolkit-gobject-1-0 (>= 0.94), libpopt0 (>= 1.16), libselinux1 (>= 1.32), libupower-glib1 (>= 0.9.0), libwrap0 (>= 7.6-4~), libx11-6, libxau6, libxdmcp6, libxklavier16 (>= 5.0), libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0, gconf2 (>= 2.28.1-2), upstart-job, adduser, libpam-modules (>= 0.72-1), libpam-runtime (>= 0.76-13.1), gnome-session-bin, kbd | console-tools, udev (>= 149-2) Recommends: xserver-xorg, metacity | x-window-manager, gnome-settings-daemon | xfconf Suggests: locales, uswsusp, libpam-gnome-keyring, gnome-power-manager, gnome-orca, gok, gnome-mag Breaks: usplash Conflicts: fast-user-switch-applet, gdm-snapshot, libxklavier15 (<< 4.0-0ubuntu2), xsplash (<< 0.8) Conffiles: /etc/gdm/gdm.schemas f9466e1e1826546f0e400ce83b10d19a /etc/gdm/PostSession/Default faa25c6c7940f930d70538c673a39726 /etc/gdm/Xsession 55cd2933fccdd18b9e85e3728541b7e1 /etc/gdm/PostLogin/Default.sample ea12aa729c8c6c09ac7643f0dfba5726 /etc/gdm/PreSession/Default 95f64d406870c3aef6adaddc092bfd8c /etc/gdm/Init/Default 8c1186a126afecd691750a99b0463735 /etc/dbus-1/system.d/gdm.conf 936c6ecc600ba843eaae0025c6ddb942 /etc/pam.d/gdm 02d4bd40eb6d8c03d4063da806aaf42c /etc/pam.d/gdm-autologin 3d4f9d79e7302b4eff2b7a00e5e4693c /etc/X11/Xsession.d/60xdg_path-on-session d0b3913486dad32941efe38d984f22a4 /etc/init/gdm.conf e0bad2ee49fe42d27437d5679ed1026b Description: GNOME Display Manager gdm provides the equivalent of a "login:" prompt for X displays- it pops up a login window and starts an X session. . It provides all the functionality of xdm, including XDMCP support for managing remote displays. . The greeting window is written using the GNOME libraries and hence looks like a GNOME application- even to the extent of supporting themes! By default, the greeter is run as an unprivileged user for security. Package: python-twisted-bin Status: install ok installed Priority: optional Section: python Installed-Size: 172 Maintainer: Ubuntu Developers Architecture: i386 Source: twisted Version: 10.1.0-2 Replaces: python2.3-twisted-bin, python2.4-twisted-bin Provides: python2.6-twisted-bin Depends: python2.6, python (>= 2.6), python (<< 2.7), libc6 (>= 2.3.6-6~) Suggests: python-twisted-bin-dbg Conflicts: python2.3-twisted-bin, python2.4-twisted-bin Description: Event-based framework for internet applications It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols. Original-Maintainer: Matthias Klose Python-Version: 2.6 Package: libprotobuf6 Status: install ok installed Priority: extra Section: devel Installed-Size: 988 Maintainer: Ubuntu Core Developers Architecture: i386 Source: protobuf Version: 2.3.0-2ubuntu1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.3), zlib1g (>= 1:1.1.4) Description: protocol buffers C++ library Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the runtime library needed for C++ applications. Homepage: http://code.google.com/p/protobuf/ Original-Maintainer: Iustin Pop Package: initramfs-tools Status: install ok installed Priority: required Section: utils Installed-Size: 516 Maintainer: Ubuntu Kernel Team Architecture: all Version: 0.98.1ubuntu6 Provides: linux-initramfs-tool Depends: initramfs-tools-bin (>= 0.98.1ubuntu6), initramfs-tools-bin (<< 0.98.1ubuntu6.1~), klibc-utils (>= 1.5.9-1), busybox-initramfs (>= 1:1.13.3-1ubuntu5), cpio, module-init-tools, udev (>= 147~-5), findutils (>= 4.2.24), util-linux (>> 2.15~rc1) Suggests: bash-completion Breaks: mountall (<< 2.0~) Conflicts: usplash (<< 0.5.50) Conffiles: /etc/bash_completion.d/initramfs-tools 7eeb7184772f3658e7cf446945c096b1 /etc/initramfs-tools/update-initramfs.conf e2026d4603e7161efaccca519aeb1297 /etc/initramfs-tools/initramfs.conf 8e103f8fcfd2b0b1ef8270d064ee1f83 /etc/kernel/postrm.d/initramfs-tools 76d4a9847925857de2d9480bbcdb27ef /etc/kernel/postinst.d/initramfs-tools 86cdde3925514b1acd5bfa3993fe40dc Description: tools for generating an initramfs This package contains tools to create and boot an initramfs for packaged 2.6 Linux kernel. The initramfs is a gzipped cpio archive. At boot time, the kernel unpacks that archive into RAM, mounts and uses it as initial root file system. The mounting of the real root file system occurs in early user space. klibc provides utilities to setup root. Having the root on MD, LVM2, LUKS or NFS is also supported. Any boot loader with initrd support is able to load an initramfs archive. Original-Maintainer: Debian kernel team Package: makedev Status: install ok installed Priority: required Section: admin Installed-Size: 144 Maintainer: Ubuntu Developers Architecture: all Version: 2.3.1-89ubuntu1 Depends: base-passwd (>= 3.0.4) Conflicts: udev (<= 0.024-7) Description: creates device files in /dev The MAKEDEV executable is used to create device files, often in /dev. . Device files are special files through which applications can interact with hardware. . This package is not necessary for most modern Linux systems, where the udev subsystem provides a more dynamic mechanism for device file management. Original-Maintainer: Bdale Garbee Package: laptop-detect Status: install ok installed Priority: optional Section: utils Installed-Size: 56 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 0.13.7ubuntu2 Depends: dmidecode (>> 2.8-2) Description: attempt to detect a laptop laptop-detect attempts to determine whether it is being run on a laptop or a desktop and appraises its caller of this. Original-Maintainer: Otavio Salvador Package: wireless-crda Status: install ok installed Priority: optional Section: admin Installed-Size: 116 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 1.12 Depends: udev Description: Wireless Central Regulatory Domain Agent This package provides the CRDA agent for wireless drivers to determine the regulatory domain channel and power settings. Package: libxml2 Status: install ok installed Priority: standard Section: libs Installed-Size: 1580 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 2.7.7.dfsg-4ubuntu0.1 Depends: libc6 (>= 2.7), zlib1g (>= 1:1.2.3.3.dfsg) Recommends: xml-core Description: GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides a library providing an extensive API to handle such XML data files. Homepage: http://xmlsoft.org/ Original-Maintainer: Debian XML/SGML Group Package: gstreamer0.10-plugins-base-apps Status: install ok installed Priority: optional Section: utils Installed-Size: 120 Maintainer: Ubuntu Developers Architecture: i386 Source: gst-plugins-base0.10 Version: 0.10.30-2 Depends: perl, gstreamer0.10-tools Description: GStreamer helper programs from the "base" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains helper programs from the "base" set, an essential exemplary set of elements. Original-Maintainer: Maintainers of GStreamer packages Homepage: http://gstreamer.freedesktop.org Package: x11-xkb-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 472 Maintainer: Ubuntu Developers Architecture: i386 Version: 7.5+5 Replaces: xbase-clients (<= 1:7.2.ds2-3) Depends: libc6 (>= 2.7), libx11-6, libxaw7, libxkbfile1, libxmu6, libxt6 Pre-Depends: x11-common (>= 1:7.0.0) Description: X11 XKB utilities xkbutils contains a number of client-side utilities for XKB, the X11 keyboard extension. . setxkbmap is a tool to query and change the current XKB map. . xkbbell generates a bell event through the keyboard. . xkbcomp is a tool to compile XKB definitions into map files the server can use. . xkbevd is an experimental tool to listen for certain XKB events and execute defined triggers when actions occur. . xkbprint is a tool to generate an image with the physical representation of the keyboard as XKB sees it. . xkbvleds shows the changing status of keyboard LEDs. . xkbwatch shows the changing status of modifiers and LEDs. Original-Maintainer: Debian X Strike Force Package: telnet Status: install ok installed Priority: standard Section: net Installed-Size: 188 Maintainer: Ubuntu Developers Architecture: i386 Source: netkit-telnet Version: 0.17-36build1 Replaces: netstd Provides: telnet-client Depends: netbase, libc6 (>= 2.11), libgcc1 (>= 1:4.1.1), libncurses5 (>= 5.6+20071006-3), libstdc++6 (>= 4.1.1) Description: The telnet client The telnet command is used for interactive communication with another host using the TELNET protocol. Original-Maintainer: Alberto Gonzalez Iniesta Package: libgoocanvas3 Status: install ok installed Priority: optional Section: libs Installed-Size: 316 Maintainer: Ubuntu Developers Architecture: i386 Source: goocanvas Version: 0.15-1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.4.10), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.12.0), libpango1.0-0 (>= 1.14.0), zlib1g (>= 1:1.1.4), libgoocanvas-common (= 0.15-1) Description: canvas widget for GTK+ that uses the cairo 2D library GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library for drawing. It has a model/view split, and uses interfaces for canvas items and views, so you can easily turn any application object into canvas items. . This package contains the shared library Original-Maintainer: Jose Carlos Garcia Sogo Homepage: http://live.gnome.org/GooCanvas Package: login Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 904 Maintainer: Ubuntu Core Developers Architecture: i386 Source: shadow Version: 1:4.1.4.2-1ubuntu3 Replaces: manpages-de (<< 0.5-3), manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1) Pre-Depends: libc6 (>= 2.7), libpam0g (>= 0.99.7.1), libpam-runtime, libpam-modules Conflicts: amavisd-new (<< 2.3.3-8), backupninja (<< 0.9.3-5), echolot (<< 2.1.8-4), gnunet (<< 0.7.0c-2), python-4suite (<< 0.99cvs20060405-1) Conffiles: /etc/pam.d/login 837d7e3c52c5570b4e48d751cae9f8b0 /etc/pam.d/su 7309fb874571fe5447321b43448a50b3 /etc/login.defs 182bb938192636c8b62e3d4349de6f72 /etc/securetty 040548523d1a3c85454aaef6833a36c9 Description: system login tools These tools are required to be able to login and use your system. The login program invokes your user shell and enables command execution. The newgrp program is used to change your effective group ID (useful for workgroup type situations). The su program allows changing your effective user ID (useful being able to execute commands as another user). Homepage: http://pkg-shadow.alioth.debian.org/ Original-Maintainer: Shadow package maintainers Package: gpgv Status: install ok installed Priority: important Section: utils Installed-Size: 408 Maintainer: Ubuntu Developers Architecture: i386 Source: gnupg Version: 1.4.10-2ubuntu2 Depends: libbz2-1.0, libc6 (>= 2.4), libreadline6 (>= 6.0), zlib1g (>= 1:1.1.4) Suggests: gnupg Description: GNU privacy guard - signature verification tool GnuPG is GNU's tool for secure communication and data storage. . gpgv is a stripped-down version of gnupg which is only able to check signatures. It is smaller than the full-blown gnupg and uses a different (and simpler) way to check that the public keys used to make the signature are trustworthy. Homepage: http://www.gnupg.org Original-Maintainer: Debian GnuPG-Maintainers Package: example-content Status: install ok installed Priority: optional Section: x11 Installed-Size: 5216 Maintainer: Ubuntu Artwork Team Architecture: all Version: 43 Conffiles: /etc/skel/examples.desktop e7444acd4d538ede466c6d6cb932c5ec Description: Ubuntu example content For each desktop application in the default install where it is practical, there is at least one piece of example content. This is valuable for testing, experimentation and demonstration of Ubuntu (especially the live CD). These examples should be small but meaningful, and easily discoverable. Homepage: https://launchpad.net/example-content Python-Version: current Package: desktop-file-utils Status: install ok installed Priority: optional Section: devel Installed-Size: 236 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 0.16-0ubuntu4 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.24.0) Conffiles: /etc/gnome/defaults.list e68f57f030573b6b0c3c285682ca2997 /etc/bash_completion.d/desktop-file-validate 34c0eff90e9bbf4c97c873334f676330 Description: Utilities for .desktop files Some utilities to make dealing with .desktop files easier: * update-desktop-database -- update the desktop-MIME mapping * desktop-file-validate -- validate a desktop file * desktop-file-install -- install a desktop file, munging en route. Original-Maintainer: Ross Burton Package: xscreensaver-data Status: install ok installed Priority: optional Section: x11 Installed-Size: 420 Maintainer: Ubuntu Core Developers Architecture: i386 Source: xscreensaver Version: 5.11-1ubuntu2 Replaces: gnome-screensaver (<< 2.15.4-0ubuntu1), xscreensaver (<< 5.04-3), xscreensaver-data-extra (<< 5.08-0ubuntu4) Depends: libc6 (>= 2.7), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.12.0), libice6 (>= 1:1.0.0), libjpeg62, libsm6, libx11-6, libxext6, libxmu6, libxpm4, libxt6 Suggests: xscreensaver Breaks: gnome-screensaver (<< 2.26), kscreensaver-xsaver (<= 4:4.2.4-1) Conflicts: kscreensaver-xsavers (<< 4:3.5.9-1), xscreensaver (<< 5.04-3) Conffiles: /etc/X11/app-defaults/XScreenSaver-nogl 8d628ce9691b5e978520e4b5f93ffb1d Description: data files to be shared among screensaver frontends XScreenSaver is a modular screen saver and locker for X11, containing more than 200 screen savers. . This package contains a small selection of graphical screen saver modules (listed below) from the xscreensaver collection. This package is used by both xscreensaver and gnome-screensaver. . This is the selected set of non-GL screensavers shipped by default: fiberlamp and fuzzyflakes. . More display modes can be found in xscreensaver-data-extra, xscreensaver-gl and xscreensaver-gl-extra packages. Homepage: http://www.jwz.org/xscreensaver/ Original-Maintainer: Jose Luis Rivas Package: cups-ppdc Status: install ok installed Priority: optional Section: net Installed-Size: 296 Maintainer: Ubuntu Developers Architecture: i386 Source: cups Version: 1.4.4-6ubuntu2.3 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) 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: libgmp3c2 Status: install ok installed Priority: optional Section: libs Installed-Size: 692 Maintainer: Ubuntu Developers Architecture: i386 Source: gmp Version: 2:4.3.2+dfsg-1ubuntu1 Replaces: libgmp3 Depends: libc6 (>= 2.7) Conflicts: libgmp2 (<< 2.0.2-10), libgmp3 Description: Multiprecision arithmetic library GNU MP is a programmer's library for arbitrary precision arithmetic (ie, a bignum package). It can operate on signed integer, rational, and floating point numeric types. . It has a rich set of functions, and the functions have a regular interface. Homepage: http://gmplib.org/ Original-Maintainer: Debian Scientific Computing Team Package: libdbus-1-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 324 Maintainer: Ubuntu Core Developers Architecture: i386 Source: dbus Version: 1.4.0-0ubuntu1.1 Depends: libc6 (>= 2.10) Recommends: dbus Description: simple interprocess messaging system D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . D-Bus supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-Bus also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. . It comes with several bindings, including GLib, Python, Qt and Java. . The daemon can be found in the dbus package. Homepage: http://dbus.freedesktop.org/ Original-Maintainer: Utopia Maintenance Team Package: gnome-user-guide Status: install ok installed Priority: optional Section: gnome Installed-Size: 3828 Maintainer: Ubuntu Desktop Team Architecture: all Source: gnome-user-docs Version: 2.30.0+git20100403ubuntu2 Replaces: gnome2-user-guide Provides: gnome2-user-guide Depends: scrollkeeper, yelp Conflicts: gnome-intro Description: GNOME user's guide Documentation for using the GNOME 2 desktop environment and its components. It covers usage and setup of the core GNOME 2 programs. Original-Maintainer: Jose Carlos Garcia Sogo Package: libperl5.10 Status: install ok installed Priority: optional Section: libs Installed-Size: 1388 Maintainer: Ubuntu Developers Architecture: i386 Source: perl Version: 5.10.1-12ubuntu2 Replaces: perl-base (<= 5.8.7-4) Depends: libc6 (>= 2.11), perl-base (= 5.10.1-12ubuntu2) Description: shared Perl library This package is required by programs which embed a Perl interpreter to ensure that the correct version of `perl-base' is installed. It additionally contains the shared Perl library on architectures where the perl binary is linked to libperl.a (currently only i386, for performance reasons). In other cases the actual library is in the `perl-base' package. Original-Maintainer: Niko Tyni Package: libvorbisfile3 Status: install ok installed Priority: optional Section: libs Installed-Size: 100 Maintainer: Ubuntu Developers Architecture: i386 Source: libvorbis Version: 1.3.1-1 Replaces: libvorbis0 (<< 1.0.0) Depends: libc6 (>= 2.4), libogg0 (>= 1.1.0), libvorbis0a (= 1.3.1-1) Conflicts: libvorbis0 (<< 1.0.0) Description: The Vorbis General Audio Compression Codec (High Level API) Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . The Vorbisfile library provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams. Original-Maintainer: Debian Xiph.org Maintainers Package: gettext-base Status: install ok installed Priority: standard Section: utils Installed-Size: 344 Maintainer: Ubuntu Developers Architecture: i386 Source: gettext Version: 0.18.1.1-1ubuntu2 Provides: libasprintf0c2 Depends: libc6 (>= 2.8), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Description: GNU Internationalization utilities for the base system This package includes the gettext and ngettext programs which allow other packages to internationalize the messages given by shell scripts. Homepage: http://www.gnu.org/software/gettext/ Original-Maintainer: Santiago Vila Package: libflac8 Status: install ok installed Priority: optional Section: libs Installed-Size: 356 Maintainer: Ubuntu Developers Architecture: i386 Source: flac Version: 1.2.1-3 Depends: libc6 (>= 2.7), libogg0 (>= 1.0rc3) Description: Free Lossless Audio Codec - runtime C library FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to MP3, but lossless. The FLAC project consists of: . * The stream format * libFLAC, which implements a reference encoder, stream decoder, and file decoder * flac, which is a command-line wrapper around libFLAC to encode and decode .flac files * Input plugins for various music players (Winamp, XMMS, and more in the works) . This package contains the runtime library libFLAC. Original-Maintainer: Debian multimedia packages maintainers Homepage: http://flac.sourceforge.net/ Package: module-init-tools Status: install ok installed Priority: required Section: admin Installed-Size: 360 Maintainer: Scott James Remnant Architecture: i386 Version: 3.12-1ubuntu2 Depends: libc6 (>= 2.8), upstart-job Breaks: initramfs-tools (<< 0.92bubuntu23) Conffiles: /etc/depmod.d/ubuntu.conf 7c8439ef36b12e5f226b5dbfa20b8c2d /etc/modprobe.d/blacklist-ath_pci.conf d1da9bb08c2b0f56f3be93fd0e37946b /etc/modprobe.d/blacklist-firewire.conf 9cc07a17e8e64f9cd35ff59c29debe69 /etc/modprobe.d/blacklist-framebuffer.conf b46c9509180b5a76145f08be46b1aff5 /etc/modprobe.d/blacklist-watchdog.conf 55327f9270c8a6257a833c4d127a39e1 /etc/modprobe.d/blacklist.conf bc6754fa320733c6d239a4bb0148ffd7 /etc/modprobe.d/intel-5300-iwlagn-disable11n.conf cfa9d931314684e394dc4cefb7a1c891 /etc/init/module-init-tools.conf 48db1b767c3148fd83eba59d12fc9a5e Description: tools for managing Linux kernel modules This package contains a set of programs for loading, inserting, and removing kernel modules for Linux (versions 2.5.48 and above). Package: libgamin0 Status: install ok installed Priority: optional Section: libs Installed-Size: 116 Maintainer: Ubuntu Core developers Architecture: i386 Source: gamin Version: 0.1.10-1ubuntu3 Replaces: libfam0, libfam0c102 Provides: libfam0, libfam0c102 Depends: libc6 (>= 2.4), gamin Conflicts: libfam0, libfam0c102 Description: Client library for the gamin file and directory monitoring system Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. . This package contains the client library for the gamin file and directory monitoring system. Original-Maintainer: Michael Banck Package: libgraphite3 Status: install ok installed Priority: optional Section: libs Installed-Size: 456 Maintainer: Ubuntu Developers Architecture: i386 Source: silgraphite2.0 Version: 1:2.3.1-0.2 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1) Conflicts: libsilgraphite-2.0, libsilgraphite-dev Description: SILGraphite - a "smart font" rendering engine SILGraphite is a system that can be used to create and use "smart fonts" capable of displaying writing systems with various complex behaviors, such as: contextual shaping, ligatures, reordering, split glyphs, bidirectionality, stacking diacritics and complex positioning. . This library was designed and developed by the NRSI (Non-Roman Script Initiative) within SIL International (www.sil.org) to act as a complement to other smart font rendering technologies with limited practical local extensability. Its purpose is to help meet the needs of a very large number of "minority language" communities for local extensibility of complex script behaviors. . The behavior of the SILGraphite rendering engine for a given writing system is specified through extra tables added to a TrueType font. These tables are generated by compiling a GDL (Graphite Description Language) source file into a font using grcompiler. . This package contains the shared library. Original-Maintainer: Daniel Glassey Package: libffi5 Status: install ok installed Priority: optional Section: libs Installed-Size: 76 Maintainer: Ubuntu Developers Architecture: i386 Source: libffi Version: 3.0.9-2ubuntu2 Depends: libc6 (>= 2.4) Description: Foreign Function Interface library runtime A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. Original-Maintainer: Debian GCC Maintainers Package: libpango-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 884 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.221-2 Depends: perl (>= 5.10.0-24ubuntu4), perlapi-5.10.0, libc6 (>= 2.1.3), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.16.0), libpango1.0-0 (>= 1.22.0), libglib-perl (>= 1.220), libcairo-perl (>= 1.000) Description: Perl module to layout and render international text libpango-perl allows a perl developer to use the Pango library. . This module is part of gtk2-perl. . To discuss gtk2-perl, ask questions and flame/praise the authors, join gtk-perl-list@gnome.org at lists.gnome.org. Original-Maintainer: Debian Perl Group Homepage: http://gtk2-perl.sourceforge.net/ Package: man-db Status: install ok installed Priority: important Section: doc Installed-Size: 2020 Maintainer: Colin Watson Architecture: i386 Version: 2.5.7-4 Replaces: man, manpages-de (<< 0.5-4), nlsutils Provides: man, man-browser Depends: groff-base (>= 1.18.1.1-15), bsdmainutils, debconf (>= 1.2.0) | debconf-2.0, dpkg (>= 1.9.0), libc6 (>= 2.8), libgdbm3 (>= 1.8.3), zlib1g (>= 1:1.1.4) Suggests: groff, less, www-browser Conflicts: man, suidmanager (<< 0.50) Conffiles: /etc/manpath.config 167675fd93075fb5f6ce1aa5f56a8a22 /etc/cron.daily/man-db bae06584e4d4f038b713502f12966307 /etc/cron.weekly/man-db 2e2a1a270d17299d587010a06cda80e3 Description: on-line manual pager This package provides the man command, the primary way of examining the on-line help files (manual pages). Other utilities provided include the whatis and apropos commands for searching the manual page database, the manpath utility for determining the manual page search path, and the maintenance utilities mandb, catman and zsoelim. man-db uses the groff suite of programs to format and display the manual pages. Homepage: http://man-db.nongnu.org/ Package: libgstfarsight0.10-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 536 Maintainer: Ubuntu Developers Architecture: i386 Source: farsight2 Version: 0.0.21-1ubuntu1 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.24.0), libgssdp-1.0-2 (>= 0.7.2), libgstreamer-plugins-base0.10-0 (>= 0.10.26), libgstreamer0.10-0 (>= 0.10.26), libgupnp-1.0-3 (>= 0.13.4), libgupnp-igd-1.0-3 (>= 0.1.6), libnice0 (>= 0.0.9), libsoup2.4-1 (>= 2.4.0), libxml2 (>= 2.6.27), gstreamer0.10-plugins-base (>= 0.10.26), gstreamer0.10-plugins-good (>= 0.10.17-1ubuntu1), gstreamer0.10-nice Description: Audio/Video communications framework: core library The Farsight project is an effort to create a framework to deal with all known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols, on the other side it offers an API for clients to use those plugins. . This package provides the core Farsight 2 library. Homepage: http://farsight.freedesktop.org Original-Maintainer: Debian Telepathy maintainers Package: erlang-public-key Status: install ok installed Priority: optional Section: interpreters Installed-Size: 216 Maintainer: Ubuntu Developers Architecture: i386 Source: erlang Version: 1:13.b.3-dfsg-2ubuntu3 Replaces: erlang (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base-hipe (<< 1:13.b.3-dfsg-2ubuntu3), erlang-dev (<< 1:13.b.3-dfsg-2ubuntu3), erlang-doc-html (>> 1:13.b.3-dfsg-999), erlang-doc-html (<< 1:13.b.3-dfsg), erlang-examples (<< 1:13.b.3-dfsg-2ubuntu3), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:13.b.3-dfsg-2ubuntu3), erlang-src (<< 1:13.b.3-dfsg-2ubuntu3), erlang-x11 (<< 1:13.b.3-dfsg-2ubuntu3) Depends: erlang-base (= 1:13.b.3-dfsg-2ubuntu3) | erlang-base-hipe (= 1:13.b.3-dfsg-2ubuntu3), erlang-crypto (= 1:13.b.3-dfsg-2ubuntu3) Suggests: erlang, erlang-manpages, erlang-doc-html Description: Erlang/OTP public key infrastructure Provides functions to handle public key infrastructure from RFC 3280 (X.509 certificates) and some parts of the PKCS-standard. Homepage: http://www.erlang.org/ Original-Maintainer: Debian Erlang Packagers Package: libibus2 Status: install ok installed Priority: optional Section: libs Installed-Size: 316 Maintainer: Ubuntu Developers Architecture: i386 Source: ibus Version: 1.3.7-1ubuntu4 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.1.1), libglib2.0-0 (>= 2.18.0), libx11-6 Description: New input method framework using dbus IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . libibus2 is the library of ibus. Homepage: http://code.google.com/p/ibus/ Original-Maintainer: IME Packaging Team Package: libcairo2 Status: install ok installed Priority: optional Section: libs Installed-Size: 1352 Maintainer: Ubuntu Developers Architecture: i386 Source: cairo Version: 1.10.0-1ubuntu3 Depends: libc6 (>= 2.11), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.3.5), libpixman-1-0 (>= 0.18.0), libpng12-0 (>= 1.2.13-4), libx11-6, libxcb-render0, libxcb-shm0, libxcb1 (>= 1.2), libxrender1, zlib1g (>= 1:1.1.4) Breaks: iceape-browser (<= 2.0.3-3), libgtk-directfb-2.0-0, xulrunner-1.9, xulrunner-1.9.1 (<= 1.9.1.8-3) Description: The Cairo 2D vector graphics library Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. Paths consist of line segments and cubic splines and can be rendered at any width with various join and cap styles. All colors may be specified with optional translucence (opacity/alpha) and combined using the extended Porter/Duff compositing algebra as found in the X Render Extension. . Cairo exports a stateful rendering API similar in spirit to the path construction, text, and painting operators of PostScript, (with the significant addition of translucence in the imaging model). When complete, the API is intended to support the complete imaging model of PDF 1.4. . This package contains the shared libraries. Homepage: http://cairographics.org/ Original-Maintainer: Dave Beckett Package: libhtml-format-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 152 Maintainer: Ubuntu MOTU Developers Architecture: all Version: 2.04-2 Depends: libfont-afm-perl (>= 1.17), libhtml-tree-perl (>= 3.15), perl (>= 5.6.0-16) Description: format HTML syntax trees into text, PostScript or RTF The modules present in this package are: . HTML::Formatter - Base class for various formatters. Formatters traverse a syntax tree and produce some textual output. None of the current formatters handle tables or forms yet. . HTML::FormatText - Formatter that converts a syntax tree to plain readable text. . HTML::FormatPS - Formatter that outputs PostScript code. . HTML::FormatRTF - Formatter that outputs Microsofts RTF Format. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/HTML-Format/ Package: pulseaudio-utils Status: install ok installed Priority: optional Section: sound Installed-Size: 332 Maintainer: Ubuntu Core Developers Architecture: i386 Source: pulseaudio Version: 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1 Depends: libc6 (>= 2.4), libice6 (>= 1:1.0.0), libpulse-browse0 (>= 0.9.8), libpulse0 (= 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1), libsm6, libsndfile1 (>= 1.0.20), libx11-6, libx11-xcb1, libxcb-atom1 (>= 0.3.6), libxcb1, libxtst6 Suggests: avahi-daemon Description: Command line tools for the PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . These tools provide command line access to various features of the PulseAudio sound server. Included tools are: . pabrowse - Browse available PulseAudio servers on the local network. paplay - Playback a WAV file via a PulseAudio sink. pacat - Cat raw audio data to a PulseAudio sink. parec - Cat raw audio data from a PulseAudio source. pacmd - Connect to PulseAudio's built-in command line control interface. pactl - Send a control command to a PulseAudio server. padsp - /dev/dsp wrapper to transparently support OSS applications. pax11publish - Store/retrieve PulseAudio default server/sink/source settings in the X11 root window. Homepage: http://www.pulseaudio.org Original-Maintainer: Pulseaudio maintenance team Package: libgdbm3 Status: install ok installed Priority: important Section: libs Installed-Size: 128 Maintainer: Ubuntu Developers Architecture: i386 Source: gdbm Version: 1.8.3-9 Depends: libc6 (>= 2.1.3), dpkg (>= 1.15.4) | install-info Description: GNU dbm database routines (runtime version) GNU dbm ('gdbm') is a library of database functions that use extendible hashing and works similarly to the standard UNIX 'dbm' functions. . The basic use of 'gdbm' is to store key/data pairs in a data file, thus providing a persistent version of the 'dictionary' Abstract Data Type ('hash' to perl programmers). Original-Maintainer: Anibal Monsalve Salazar Homepage: http://directory.fsf.org/project/gdbm/ Package: libexif12 Status: install ok installed Priority: optional Section: libs Installed-Size: 1684 Maintainer: Ubuntu Developers Architecture: i386 Source: libexif Version: 0.6.19-1 Depends: libc6 (>= 2.4) Description: library to parse EXIF files Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags. Original-Maintainer: Debian PhotoTools Maintainers Homepage: http://libexif.sourceforge.net/ Package: python-ubuntuone-client Status: install ok installed Priority: optional Section: python Installed-Size: 976 Maintainer: Ubuntu Developers Architecture: all Source: ubuntuone-client Version: 1.4.5-0ubuntu1 Replaces: ubuntuone-client (<< 0.92.0-0ubuntu1) Provides: python2.6-ubuntuone-client Depends: python (>= 2.5), python-support (>= 0.90.0), python-ubuntuone-storageprotocol (>= 1.3.2), python-dbus, python-xdg, python-twisted-web, xdg-utils, python-gnomekeyring | python-gnome2-desktop | python-kde4, python-notify, python-pyinotify, python-twisted-names, python-oauth (>= 1.0~svn1092-0ubuntu2), python-libproxy Conffiles: /etc/xdg/ubuntuone/logging.conf fe8c009e82fc8ed5b85371b63ef975b5 /etc/xdg/ubuntuone/syncdaemon.conf 9a6d2fa499f987b803dfdc95ae9baf13 /etc/apport/crashdb.conf.d/ubuntuone-client-crashdb.conf 6bec0397877c2c5a287b0b263cd09a43 Description: Ubuntu One client Python libraries Ubuntu One is a suite of on-line services. This package provides the Python libraries for the Ubuntu One file storage and sharing synchronization daemon, and OAuth desktop integration. Homepage: https://one.ubuntu.com Original-Maintainer: Rick McBride Python-Version: 2.6 Package: libtie-ixhash-perl Status: install ok installed Priority: optional Section: interpreters Installed-Size: 84 Maintainer: Ivan Kohler Architecture: all Version: 1.21-2 Depends: perl (>= 5.6.0-16) Description: ordered associative arrays for Perl This Perl module implements Perl hashes that preserve the order in which the hash elements were added. The order is not affected when values corresponding to existing keys in the IxHash are changed. The elements can also be set to any arbitrary supplied order. The familiar perl array operations can also be performed on the IxHash. Package: libgcrypt11 Status: install ok installed Priority: standard Section: libs Installed-Size: 544 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.4.5-2ubuntu1 Depends: libc6 (>= 2.4), libgpg-error0 (>= 1.6) Suggests: rng-tools Description: LGPL Crypto library - runtime library libgcrypt contains cryptographic functions. Many important free ciphers, hash algorithms and public key signing algorithms have been implemented: arcfour, blowfish, cast5, DSA, DSA2, des, 3DES, elgamal, MD5, rijndael, RMD160, RSA, SEED, SHA1, SHA-384, SHA-512, twofish, tiger. Homepage: http://directory.fsf.org/project/libgcrypt/ Original-Maintainer: Debian GnuTLS Maintainers Package: libjs-jquery Status: install ok installed Priority: optional Section: web Installed-Size: 296 Maintainer: Ubuntu Developers Architecture: all Source: jquery Version: 1.4.2-2ubuntu1 Replaces: jquery Suggests: javascript-common Conflicts: jquery Description: JavaScript library for dynamic web applications jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript. Homepage: http://jquery.com/ Original-Maintainer: Debian Javascript Maintainers Package: libbind9-60 Status: install ok installed Priority: standard Section: libs Installed-Size: 112 Maintainer: Ubuntu Core Developers Architecture: i386 Source: bind9 Version: 1:9.7.1.dfsg.P2-2ubuntu0.1 Replaces: libbind0 Depends: libc6 (>= 2.4), libcap2 (>= 2.10), libdns66, libisc60, libisccfg60, libxml2 (>= 2.6.27) Conflicts: libbind0, libbind9-41 Description: BIND9 Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libbind9 shared library used by BIND's daemons and clients. Original-Maintainer: LaMont Jones Package: libwps-0.1-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 188 Maintainer: Ubuntu Developers Architecture: i386 Source: libwps Version: 0.1.2-1build1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libwpd8c2a Description: Works text file format import filter library (shared library) libwps is a library (for use by word processors, for example) for importing the Microsoft Works word processor file format. As of November 2006, the project is new, but it imports Works format versions 2, 3, 4, and 8 with some formatting. Support for Works formats version 2000 (aka 5) is coming soon. . This package contains the shared library. Original-Maintainer: Rene Engelhard Package: xcursor-themes Status: install ok installed Priority: optional Section: x11 Installed-Size: 4100 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.2-1 Conffiles: /etc/X11/cursors/core.theme 73cec8bd811379ca1a61cb240e96fb51 /etc/X11/cursors/handhelds.theme d8be9d15f982704d007d3ba3d8009f54 /etc/X11/cursors/redglass.theme d1e8adaca475bf4a4b295ca5407244fd /etc/X11/cursors/whiteglass.theme f24b4a1b5e7754dbb60a831af8bc591a Description: Base X cursor themes This package contains the additional base X cursor themes -- handhelds, redglass, and whiteglass. These themes are not essential for the X server to run. Original-Maintainer: Debian X Strike Force Package: python-dbus Status: install ok installed Priority: optional Section: python Installed-Size: 540 Maintainer: Ubuntu Core Developers Architecture: i386 Source: dbus-python Version: 0.83.0-1ubuntu3 Replaces: python2.4-dbus Provides: python2.6-dbus Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.1.1), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.12.0), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0) Recommends: python-gobject | python-gtk (<< 2.10) Suggests: python-dbus-doc, python-dbus-dbg Conflicts: gajim (<< 0.11.1), gnome-osd (<< 0.12.0), python2.4-dbus Description: simple interprocess messaging system (Python interface) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides a Python interface to D-Bus. . See the dbus description for more information about D-Bus in general. Original-Maintainer: Utopia Maintenance Team Python-Version: 2.6 Package: xserver-xorg-video-sis Status: install ok installed Priority: optional Section: x11 Installed-Size: 660 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:0.10.3-1build1 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-sis Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.7), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-sis Description: X.Org X server -- SiS display driver This package provides the driver for all SiS and XGI Volari cards. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-sis driver module. Original-Maintainer: Debian X Strike Force Package: eog Status: install ok installed Priority: optional Section: gnome Installed-Size: 1620 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.32.0-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.11), libcairo2 (>= 1.6.0), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libexempi3 (>= 2.1.0), libexif12, libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.16), libgnome-desktop-2-17 (>= 1:2.29.92), libgtk2.0-0 (>= 2.20.0), libjpeg62, liblaunchpad-integration1 (>= 0.1.17), liblcms1 (>= 1.15-1), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libpython2.6 (>= 2.6), librsvg2-2 (>= 2.26.0), libstartup-notification0 (>= 0.10), libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), gconf2 (>= 2.28.1-2), gnome-icon-theme (>= 2.19.1), shared-mime-info (>= 0.20) Recommends: librsvg2-common Description: Eye of GNOME graphics viewer program eog or the Eye of GNOME is a simple graphics viewer for the GNOME desktop which uses the gdk-pixbuf library. It can deal with large images, and zoom and scroll with constant memory usage. Its goals are simplicity and standards compliance. Homepage: http://projects.gnome.org/eog Original-Maintainer: Guilherme de S. Pastore Package: gnome-search-tool Status: install ok installed Priority: optional Section: gnome Installed-Size: 1312 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-utils Version: 2.31.1-0ubuntu1 Replaces: gnome-utils (<< 2.30.0-2) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.20.0), libice6 (>= 1:1.0.0), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), libsm6, zlib1g (>= 1:1.1.4), gconf2 (>= 2.28.1-2), gnome-utils-common (>= 2.31), gnome-utils-common (<< 2.32) Suggests: yelp Conflicts: gnome-utils (<< 2.30.0-2) Description: GNOME tool to search files This application can search for files in a given directory, matching their names or contents. . It doesn’t require any indexation tool, and as such is lightweight but slow. Homepage: http://live.gnome.org/GnomeUtils Original-Maintainer: Debian GNOME Maintainers Package: python-wnck Status: install ok installed Priority: optional Section: python Installed-Size: 148 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-python-desktop Version: 2.30.0-1ubuntu5 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.14.0), libwnck22 (>= 1:2.22), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), python-gtk2 Conflicts: python-gnome2-desktop (<< 2.26.0-0ubuntu3) Description: Python bindings for the WNCK library This package contains a module that allows to communicate with the Window Manager using the EWMH specification from Python applications. Original-Maintainer: Loic Minier Package: evolution-data-server-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 368 Maintainer: Ubuntu Developers Architecture: all Source: evolution-data-server Version: 2.30.3-2ubuntu2.1 Description: architecture independent files for Evolution Data Server The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains the architecture independent files needed by the evolution-data-server package. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: libsdl1.2debian Status: install ok installed Priority: optional Section: libs Installed-Size: 64 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libsdl1.2 Version: 1.2.14-6ubuntu3 Depends: libsdl1.2debian-alsa (= 1.2.14-6ubuntu3) | libsdl1.2debian-all (= 1.2.14-6ubuntu3) | libsdl1.2debian-esd (= 1.2.14-6ubuntu3) | libsdl1.2debian-oss (= 1.2.14-6ubuntu3) | libsdl1.2debian-nas (= 1.2.14-6ubuntu3) | libsdl1.2debian-pulseaudio (= 1.2.14-6ubuntu3) Description: Simple DirectMedia Layer SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This is just a dummy package. You also need one of the seven versions of the library that this package depends on. . (Note: Updates from SDL CVS after the version release date are occasionally factored into these packages). Homepage: http://www.libsdl.org/ Original-Maintainer: Debian SDL packages maintainers Package: libxinerama1 Status: install ok installed Priority: optional Section: libs Installed-Size: 68 Maintainer: Ubuntu Developers Architecture: i386 Source: libxinerama Version: 2:1.1-3 Depends: libc6 (>= 2.1.3), libx11-6 (>= 0), libxext6 (>= 0) Description: X11 Xinerama extension library libXinerama provides an X Window System client interface to the XINERAMA extension to the X protocol. . The Xinerama (also known as panoramiX) extension allows for multiple screens attached to a single display to be treated as belonging together, and to give desktop applications a better idea of the monitor layout. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXinerama Original-Maintainer: Debian X Strike Force Package: lzma Status: install ok installed Priority: required Section: base Installed-Size: 168 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 4.43-14ubuntu2 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Description: Compression method of 7z format in 7-Zip program LZMA is a compression algorithm, based on the famous Lempel Ziv compression method. . The main characteristics of the algorithm are very good compression, fast decompression, use of lot of RAM for compression and low usage of RAM for decompression. . LZMA provides high compression ratio and very fast decompression, so it is very suitable for embedded applications. For example, it can be used for ROM (firmware) compression. . This package provides a gzip-like interface for the lzma program. Homepage: http://www.7-zip.org/sdk.htm Original-Maintainer: Mohammed Adnène Trojette Package: screensaver-default-images Status: install ok installed Priority: optional Section: gnome Installed-Size: 348 Maintainer: Oliver Grawert Architecture: all Version: 0.2-1 Depends: xscreensaver-data Description: Wallpapers for image processing screensavers This package contains a collection of Community contributed artwork and photos to be used in image processing and distorting screensavers Package: gnome-system-monitor Status: install ok installed Priority: optional Section: gnome Installed-Size: 5544 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.28.1-1ubuntu1 Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libgcc1 (>= 1:4.1.1), libgconf2-4 (>= 2.27.0), libglib2.0-0 (>= 2.16.0), libglibmm-2.4-1c2a (>= 2.24.0), libgtk2.0-0 (>= 2.16.0), libgtkmm-2.4-1c2a (>= 1:2.20.0), libgtop2-7 (>= 2.20.0), liblaunchpad-integration1 (>= 0.1.17), librsvg2-2 (>= 2.26.0), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.4.0), libwnck22 (>= 2.22.0), libxml2 (>= 2.7.4), gconf2 (>= 2.28.1-2) Recommends: libgksu2-0, gvfs Description: Process viewer and system resource monitor for GNOME This package allows you to graphically view and manipulate the running processes on your system. It also provides an overview of available resources such as CPU and memory. Original-Maintainer: Sebastien Bacher Package: libuuid1 Status: install ok installed Priority: required Section: libs Installed-Size: 116 Maintainer: Ubuntu Core Developers Architecture: i386 Source: util-linux Version: 2.17.2-0ubuntu1.10.10.1 Replaces: e2fsprogs (<< 1.34-1) Depends: passwd, libc6 (>= 2.4) Recommends: uuid-runtime Description: Universally Unique ID library The libuuid library generates and parses 128-bit universally unique ids (UUIDs). A UUID is an identifier that is unique across both space and time, with respect to the space of all UUIDs. A UUID can be used for multiple purposes, from tagging objects with an extremely short lifetime, to reliably identifying very persistent objects across a network. . See RFC 4122 for more information. Original-Maintainer: LaMont Jones Package: libgtop2-common Status: install ok installed Priority: optional Section: libs Installed-Size: 1112 Maintainer: Ubuntu Developers Architecture: all Source: libgtop2 Version: 2.28.1-1 Replaces: libgtop2, libgtop2-2, libgtop2-4, libgtop2-5 Description: gtop system monitoring library (common) The gtop library reads information about processes and the state of the system. It is used by the GNOME desktop environment. . This package contains the translations. Original-Maintainer: Sebastien Bacher Package: libgtk2.0-cil Status: install ok installed Priority: optional Section: libs Installed-Size: 2548 Maintainer: Ubuntu Developers Architecture: i386 Source: gtk-sharp2 Version: 2.12.10-1 Replaces: gtk-sharp2-gapi (<< 2.10.0-1) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.25.4), libgtk2.0-0 (>= 2.20.0), cli-common (>= 0.5.6), libcairo2 (>= 1.8.0-2), libglib2.0-cil (>= 2.12.10), libmono-cairo2.0-cil (>= 2.4), libmono-corlib2.0-cil (>= 1.2.2.1), libmono-system2.0-cil (>= 2.4.3), libpango1.0-0 (>= 1.25.5) Suggests: monodoc-gtk2.0-manual Description: CLI binding for the GTK+ toolkit 2.12 This package provides the atk-sharp, gdk-sharp, gtk-dotnet, gtk-sharp and pango-sharp assemblies that allow CLI (.NET) programs to use the GTK+ user interface toolkit 2.12, ATK, Pango, GTK.NET and GDK. . GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit . This package contains the GTK# assemblies Original-Maintainer: Debian CLI Libraries Team Homepage: http://www.mono-project.com/GtkSharp Package: python-papyon Status: install ok installed Priority: optional Section: python Installed-Size: 1600 Maintainer: Devid Antonio Filoni Architecture: all Source: papyon Version: 0.5.1-0ubuntu2 Provides: python2.6-papyon Depends: python (>= 2.5), python-support (>= 0.90.0), python-gobject (>= 2.10), python-openssl (>= 0.6), python-gst0.10, python-farsight, python-crypto Description: MSN client library written in Python papyon is an MSN client library, that tries to abstract the MSN protocol gory details. It is a fork of the unmaintained pymsn MSN library. papyon uses the GLib main event loop to process the network events in an asynchronous manner. Homepage: http://www.freedesktop.org/wiki/Software/papyon Python-Version: 2.6 Package: libgd2-xpm Status: install ok installed Priority: optional Section: libs Installed-Size: 636 Maintainer: Ubuntu Developers Architecture: i386 Source: libgd2 Version: 2.0.36~rc1~dfsg-3.2ubuntu1 Provides: libgd2 Depends: libc6 (>= 2.11), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libjpeg62, libpng12-0 (>= 1.2.13-4), libx11-6, libxpm4, zlib1g (>= 1:1.1.4) Suggests: libgd-tools Conflicts: libgd2, libgd2-noxpm Description: GD Graphics Library version 2 GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the runtime package of the library, built with XPM (X pixmap) and fontconfig support. Homepage: http://www.libgd.org/ Original-Maintainer: GD team Package: gconf-editor Status: install ok installed Priority: optional Section: utils Installed-Size: 660 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.32.0-0ubuntu1 Depends: libc6 (>= 2.3.6-6~), libdbus-glib-1-2 (>= 0.78), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.20.0), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), gconf2 (>= 2.28.1-2), gconf-defaults-service (>= 2.28), policykit-1-gnome Description: An editor for the GConf configuration system GConf-Editor is a tool used for editing the GConf configuration database. This is not the recommended way of setting desktop preferences, but it might be useful when the proper configuration utility for some software provides no way of changing some option. Original-Maintainer: Josselin Mouette Package: libtasn1-3 Status: install ok installed Priority: important Section: libs Installed-Size: 140 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.7-1 Depends: libc6 (>= 2.4) Conflicts: libtasn1-2 (= 0.3.1-1) Description: Manage ASN.1 structures (runtime) Manage ASN1 (Abstract Syntax Notation One) structures. The main features of this library are: * on-line ASN1 structure management that doesn't require any C code file generation. * off-line ASN1 structure management with C code file generation containing an array. * DER (Distinguish Encoding Rules) encoding * no limits for INTEGER and ENUMERATED values . This package contains runtime libraries. Original-Maintainer: Debian GnuTLS Maintainers Homepage: http://www.gnu.org/software/libtasn1/ Package: libsoup2.4-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 392 Maintainer: Ubuntu Developers Architecture: i386 Source: libsoup2.4 Version: 2.31.92-0ubuntu1 Depends: libc6 (>= 2.4), libgcrypt11 (>= 1.4.2), libglib2.0-0 (>= 2.24.0), libgnutls26 (>= 2.7.14-0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Description: an HTTP library implementation in C -- Shared library It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the shared library. Original-Maintainer: Debian GNOME Maintainers Package: lsb-base Status: install ok installed Priority: required Section: misc Installed-Size: 84 Maintainer: Ubuntu Core Developers Architecture: all Source: lsb Version: 4.0-0ubuntu8 Replaces: lsb (<< 2.0-6), lsb-core (<< 2.0-6) Depends: sed, ncurses-bin Conflicts: lsb (<< 2.0-6), lsb-core (<< 2.0-6) Conffiles: /etc/lsb-base-logging.sh 5126106e3af09b522cdbd5e4685942af Description: Linux Standard Base 4.0 init script functionality The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . This package only includes the init-functions shell library, which may be used by other packages' initialization scripts for console logging and other purposes. Homepage: http://www.linux-foundation.org/en/LSB Original-Maintainer: Chris Lawrence Package: libcurl3-gnutls Status: install ok installed Priority: optional Section: libs Installed-Size: 496 Maintainer: Ubuntu Developers Architecture: i386 Source: curl Version: 7.21.0-1ubuntu1 Replaces: libcurl4-gnutls Depends: libc6 (>= 2.11), libgcrypt11 (>= 1.4.2), libgnutls26 (>= 2.7.14-0), libgssapi-krb5-2 (>= 1.7+dfsg), libidn11 (>= 1.13), libldap-2.4-2 (>= 2.4.7), zlib1g (>= 1:1.1.4), ca-certificates Conflicts: libcurl4-gnutls Description: Multi-protocol file transfer library (GnuTLS) libcurl is designed to be a solid, usable, reliable and portable multi-protocol file transfer library. . SSL support is provided by GnuTLS. . This is the shared version of libcurl. Homepage: http://curl.haxx.se Original-Maintainer: Ramakrishnan Muthukrishnan Package: gnome-settings-daemon Status: install ok installed Priority: optional Section: gnome Installed-Size: 1184 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.32.0-0ubuntu3.1 Replaces: capplets-data (<< 1:2.21.5), gnome-control-center (<< 1:2.21.5) Depends: libappindicator1 (>= 0.0.19), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libcanberra-gtk0 (>= 0.2), libcanberra0 (>= 0.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libdbusmenu-glib1 (>= 0.3.12), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgnome-desktop-2-17 (>= 1:2.29.92), libgnomekbd4 (>= 2.31.5), libgtk2.0-0 (>= 2.18.0), libice6 (>= 1:1.0.0), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libpulse-mainloop-glib0, libpulse0 (>= 0.9.16), libsm6, libstartup-notification0 (>= 0.10), libx11-6, libxext6, libxi6 (>= 2:1.2.0), libxklavier16 (>= 5.0), libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4), gconf2 (>= 2.28.1-2), libgnome2-common Recommends: pulseaudio Suggests: x11-xserver-utils, gnome-screensaver, metacity | x-window-manager Breaks: gnome-screensaver (<< 2.28.0), gnome-session (<< 2.24) Conflicts: banshee (<< 0.13.2+dfsg-7), gnome-control-center (<< 1:2.21.5), rhythmbox (<< 0.11.5), totem (<< 2.22.0) Conffiles: /etc/gnome/config/Editres.ad 05a3123759008f95ddc2425c822bcfa4 /etc/gnome/config/Emacs.ad 348fea42a2bc046db8ba8323027d545b /etc/gnome/config/General.ad 49682440378a2c7ef52c37ee91f0ba0d /etc/gnome/config/Motif.ad 12aca8840f777bcbec2894578141f8e2 /etc/gnome/config/Tk.ad 0774b17084384112e7e2b5ef3d044b3c /etc/gnome/config/Xaw.ad 8b1d2b8fd63d2966d223c36ac56a8081 /etc/xdg/autostart/gnome-settings-daemon.desktop cb4e1e173d605af3a43bc1b485f991e8 Description: daemon handling the GNOME session settings This package contains the daemon which is responsible for setting the various parameters of a GNOME session and the applications that run under it. It handles the following kinds of settings: . * Keyboard: layout, accessibility options, shortcuts, media keys * Clipboard management * Theming: background, icons, GTK+ applications * Cleanup of unused files * Mouse: cursors, speed, accessibility options * Startup of other daemons: screensaver, sound daemon * Typing break . It also sets various application settings through X resources and freedesktop.org XSETTINGS. Original-Maintainer: Debian GNOME Maintainers Package: fontconfig Status: install ok installed Priority: optional Section: fonts Installed-Size: 544 Maintainer: Ubuntu Core developers Architecture: i386 Version: 2.8.0-2ubuntu1 Replaces: fontconfig-config (<< 2.5.93-1) Depends: libc6 (>= 2.3.4), libexpat1 (>= 1.95.8), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), zlib1g (>= 1:1.1.4), fontconfig-config Suggests: defoma (>= 0.7.0) Description: generic font configuration library - support binaries Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . Fontconfig is not a rasterization library, nor does it impose a particular rasterization library on the application. The X-specific library 'Xft' uses fontconfig along with freetype to specify and rasterize fonts. . This package contains a program to maintain the fontconfig cache (fc-cache), a sample program to list installed fonts (fc-list), a program to test the matching rules (fc-match) and a program to dump the binary cache files in string form (fc-cat). It also makes fonts managed by defoma available to fontconfig applications. Original-Maintainer: Keith Packard Package: libsoup-gnome2.4-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 112 Maintainer: Ubuntu Developers Architecture: i386 Source: libsoup2.4 Version: 2.31.92-0ubuntu1 Depends: libc6 (>= 2.3.6-6~), libgconf2-4 (>= 2.31.1), libgcrypt11 (>= 1.4.2), libglib2.0-0 (>= 2.21.3), libgnome-keyring0 (>= 2.20.3), libgnutls26 (>= 2.7.14-0), libproxy0 (>= 0.2.3), libsoup2.4-1 (>= 2.28.0), libsqlite3-0 (>= 3.7.2), libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4) Description: an HTTP library implementation in C -- GNOME support library It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . The GNOME support library is used for features which are important to GNOME apps, but which require GNOME-specific libraries that non-GNOME apps may not want to add dependencies on. . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the GNOME support shared library. Original-Maintainer: Debian GNOME Maintainers Package: compiz Status: install ok installed Priority: optional Section: x11 Installed-Size: 64 Maintainer: Ubuntu Core Developers Architecture: all Version: 1:0.8.6-0ubuntu9.1 Provides: x-window-manager Depends: compiz-core (>= 1:0.8.6-0ubuntu9.1), compiz-plugins (>= 1:0.8.6-0ubuntu9.1), compiz-gnome | compiz-kde, compiz-fusion-plugins-main (>= 0.8.6), libcompizconfig0 (>= 0.8.4-0ubuntu3) Suggests: compizconfig-settings-manager Description: OpenGL window and compositing manager Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This metapackage provides the components necessary for running compiz. It provides the compiz core, a set of standard plugins, a window decorator using the Gtk toolkit and the files necessary to integrate compiz with the GNOME desktop environment. Original-Maintainer: Debian X Strike Force Package: libgnomepanel2.24-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 112 Maintainer: Ubuntu Developers Architecture: i386 Source: gnome-desktop-sharp2 Version: 2.26.0-3 Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.24.0), libpanel-applet2-0 (>= 2.26.0), cli-common (>= 0.5.1), libglib2.0-cil (>= 2.12.10), libgnome2.24-cil (>= 2.24.0), libgtk2.0-cil (>= 2.12.10), libmono-corlib2.0-cil (>= 1.2.2.1) Suggests: monodoc-gtk2.0-manual Description: CLI binding for GNOME Panel 2.24 This package provides the gnome-panel-sharp assembly that allows CLI (.NET) programs to use the GNOME Panel library 2.24. . GNOME Desktop# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 desktop libraries. . This package contains the gnome-panel-sharp assembly itself Original-Maintainer: Debian CLI Libraries Team Homepage: http://www.mono-project.com/GtkSharp Package: openoffice.org-help-en-us Status: install ok installed Priority: optional Section: doc Installed-Size: 20888 Maintainer: Ubuntu Core Developers Architecture: all Source: openoffice.org-l10n Version: 1:3.2.1-6ubuntu1 Replaces: openoffice.org-common (<< 1:3.0.0~dev300m28) Provides: openoffice.org-help-3.2 Depends: openoffice.org-writer | language-support-translations-en Recommends: openoffice.org-core (>> 1:3.2.1) | language-support-translations-en Suggests: openoffice.org-java-common Conflicts: openoffice.org-common (<< 1:3.2.0~beta-1), openoffice.org-core (<< 1:3.2.1) Description: office productivity suite -- English_american help OpenOffice.org is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of OpenOffice.org in English_american. Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: libparted0debian1 Status: install ok installed Priority: optional Section: libs Installed-Size: 520 Maintainer: Ubuntu Developers Architecture: i386 Source: parted Version: 2.3-2ubuntu2 Replaces: libparted0 (<< 2.2-4), libparted1 (<< 2.2), libparted1.4 (<< 1.4.24-2), libparted2 (<< 2.2) Provides: libparted Depends: libblkid1 (>= 2.17), libc6 (>= 2.8), libdevmapper1.02.1 (>= 2:1.02.36), libuuid1 (>= 2.16) Suggests: parted | nparted, libparted0-dev, libparted0-i18n (= 2.3-2ubuntu2) Conflicts: libparted1 (<< 2.2), libparted2 (<< 2.2), parted (<< 1.4.13+14pre1) Description: The GNU Parted disk partitioning shared library GNU Parted is a program that allows you to create, destroy, resize, move and copy hard disk partitions. This is useful for creating space for new operating systems, reorganising disk usage, and copying data to new hard disks. This package contains the Parted binary and manual page. . This package contains libparted, the required shared library used by Parted. . Parted currently supports DOS, Mac, Sun, BSD, GPT, MIPS and PC98 disklabels/partition tables, as well as a 'loop' (raw disk) type which allows use on RAID/LVM. Filesystems which are currently fully supported are ext2, ext3, fat (FAT16 and FAT32), ReiserFS (with libreiserfs) and linux-swap. Parted can also detect and remove HFS (Mac OS), JFS, NTFS, UFS (Sun and HP), XFS and ASFS/AFFS/APFS (Amiga) filesystems, but cannot create, resize or check these filesystems yet. . The nature of this software means that any bugs could cause massive data loss. While there are no known bugs at the moment, they could exist, so please back up all important files before running it, and do so at your own risk. Original-Maintainer: Parted Maintainer Team Package: openoffice.org-style-human Status: install ok installed Priority: optional Section: editors Installed-Size: 5592 Maintainer: Ubuntu Core Developers Architecture: all Source: openoffice.org Version: 1:3.2.1-7ubuntu1 Replaces: openoffice.org-common (<< 2.1~m190) Provides: openoffice.org-style Depends: openoffice.org-core (>= 1:3.2.0~beta) Suggests: tango-icon-theme Description: office productivity suite -- Human symbol style OpenOffice.org is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "human" symbol style, default style for Ubuntu. Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: libjpeg62 Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 204 Maintainer: Ubuntu Developers Architecture: i386 Source: libjpeg6b Version: 6b-16.1 Depends: libc6 (>= 2.7) Description: The Independent JPEG Group's JPEG runtime library (version 6.2) The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the shared library for the obsolete version 6.2. Original-Maintainer: Bill Allombert Package: openoffice.org-gnome Status: install ok installed Priority: optional Section: gnome Installed-Size: 92 Maintainer: Ubuntu Core Developers Architecture: i386 Source: openoffice.org Version: 1:3.2.1-7ubuntu1 Replaces: openoffice.org-common (<< 2.0.4~rc1-0), openoffice.org-gtk-gnome, openoffice.org-kde (= 2.0.1-1), openoffice.org2-gnome (<< 1:3.2.1-7ubuntu1) Provides: openoffice.org-gtk-gnome, openoffice.org2-gnome Depends: openoffice.org-core (= 1:3.2.1-7ubuntu1), openoffice.org-gtk, gconf2 Suggests: openoffice.org-evolution Conflicts: openoffice.org2-gnome (<< 1:3.2.1-7ubuntu1) Enhances: openoffice.org Description: office productivity suite -- GNOME integration OpenOffice.org is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the GNOME VFS support and a GConf backend. . You can extend the functionality of this by installing these packages: . * openoffice.org-evolution: Evolution addressbook support * evolution Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: metacity Status: install ok installed Priority: optional Section: x11 Installed-Size: 660 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 1:2.30.2-0ubuntu1 Provides: x-window-manager Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libcanberra-gtk0 (>= 0.2), libcanberra0 (>= 0.2), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.21.6), libice6 (>= 1:1.0.0), libmetacity-private0 (>= 1:2.26.0), libpango1.0-0 (>= 1.14.0), libsm6, libstartup-notification0 (>= 0.10), libx11-6, libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxinerama1, libxrandr2, libxrender1, metacity-common (>= 1:2.30), metacity-common (<< 1:2.31), zenity Recommends: gnome-session | x-session-manager Suggests: gnome-control-center (>= 1:2.5.4), gnome-themes, xdg-user-dirs Description: lightweight GTK+ window manager Metacity is a small window manager, using GTK+ to do everything. . As the author says, metacity is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the core binaries. Original-Maintainer: Debian GNOME Maintainers Package: cpp-4.4 Status: install ok installed Priority: optional Section: interpreters Installed-Size: 8640 Maintainer: Ubuntu Core developers Architecture: i386 Source: gcc-4.4 Version: 4.4.4-14ubuntu5 Depends: gcc-4.4-base (= 4.4.4-14ubuntu5), libc6 (>= 2.11), libgmp3c2, libmpfr4 Suggests: gcc-4.4-locales (>= 4.4.4-8) Description: The GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: python-libproxy Status: install ok installed Priority: optional Section: python Installed-Size: 72 Maintainer: Ubuntu Developers Architecture: all Source: libproxy Version: 0.3.1-1ubuntu1 Depends: python (>= 2.5), python-support (>= 0.90.0), libproxy0 (>= 0.3.1-1ubuntu1) Description: automatic proxy configuration management library (python) libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API. . This package contains the Python bindings. Homepage: http://code.google.com/p/libproxy/ Original-Maintainer: Emilio Pozuelo Monfort Python-Version: 2.6 Package: procps Status: install ok installed Priority: required Section: admin Installed-Size: 752 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1:3.2.8-9ubuntu3 Replaces: bsdutils (<< 2.9x-1), watch Provides: watch Depends: libc6 (>= 2.4), libncurses5 (>= 5.7+20100313), libncursesw5 (>= 5.7+20100313), upstart-job, lsb-base (>= 3.0-10), initscripts Recommends: psmisc Conflicts: libproc-dev (<< 1:1.2.6-2), pgrep (<< 3.3-5), procps-nonfree, w-bassman (<< 1.0-3), watch Conffiles: /etc/sysctl.conf 76c1d8285c578d5e827c3e07b9738112 /etc/sysctl.d/10-console-messages.conf 154f6f5c5810d10bb303fb6a8e907c6a /etc/sysctl.d/10-network-security.conf 4ac7258f5336e7eeaf448c05ab668d3c /etc/sysctl.d/10-ptrace.conf 47f40494b2fc698e15549e0a4a79e81c /etc/sysctl.d/10-zeropage.conf 8d7193abcc4dfedaf519dd03016a5e59 /etc/sysctl.d/README a3ae43b09fa2e9a63fef7a48b39de707 /etc/init/procps.conf 645483378605a01180b64e53eec6aad9 Description: /proc file system utilities This package provides command line and full screen utilities for browsing procfs, a "pseudo" file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as whether the process is running, stopped, or a "zombie"). . It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop, snice, sysctl, tload, top, uptime, vmstat, w, and watch. Homepage: http://procps.sf.net/ Original-Maintainer: Craig Small Package: libgnome-desktop-2-17 Status: install ok installed Priority: optional Section: libs Installed-Size: 244 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-desktop Version: 1:2.32.0-0ubuntu1 Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.18.0), libstartup-notification0 (>= 0.10), libx11-6, libxrandr2 (>= 2:1.2.99.3) Recommends: hwdata (>= 0.227-1) Description: Utility library for loading .desktop files - runtime files This library is used by GNOME to load the .desktop files. Original-Maintainer: Josselin Mouette Package: gstreamer0.10-nice Status: install ok installed Priority: optional Section: net Installed-Size: 100 Maintainer: Ubuntu Developers Architecture: i386 Source: libnice Version: 0.0.12-1 Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.14.0), libgstreamer0.10-0 (>= 0.10.15), libnice0 (>= 0.0.1), libxml2 (>= 2.6.27) Description: ICE library (GStreamer plugin) Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. . Existing standards that use ICE include the Session Initiation Protocol (SIP) and the Jingle XMPP extension for audio/video calls. . Nice includes integration with GStreamer. . This package provides a GStreamer plugin for nice. Original-Maintainer: Debian Telepathy maintainers Homepage: http://nice.freedesktop.org/ Package: wpasupplicant Status: install ok installed Priority: optional Section: net Installed-Size: 896 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.6.10-2 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.1.1), libnl1 (>= 1.1), libpcsclite1 (>= 1.5.3), libreadline6 (>= 6.0), libssl0.9.8 (>= 0.9.8m-1), lsb-base (>= 3.0-6), adduser Suggests: wpagui, libengine-pkcs11-openssl Conffiles: /etc/wpa_supplicant/action_wpa.sh ac3ece94cdbf2cb2db8bdc31a2bff668 /etc/wpa_supplicant/functions.sh 9019c4c27f7e26e5d328bef9fe90c651 /etc/wpa_supplicant/ifupdown.sh 4c82dbf7e1d8c5ddd70e40b9665cfeee /etc/dbus-1/system.d/wpa_supplicant.conf 2ac04c9c799791b6bfc33320f25f7ed8 Description: client support for WPA and WPA2 (IEEE 802.11i) WPA and WPA2 are methods for securing wireless networks, the former using IEEE 802.1X, and the latter using IEEE 802.11i. This software provides key negotiation with the WPA Authenticator, and controls association with IEEE 802.11i networks. Original-Maintainer: Debian/Ubuntu wpasupplicant Maintainers Homepage: http://w1.fi/wpa_supplicant/ Package: gnome-themes-selected Status: install ok installed Priority: optional Section: gnome Installed-Size: 272 Maintainer: Ubuntu Desktop Team Architecture: all Source: gnome-themes Version: 2.32.0-0ubuntu1 Replaces: gnome-accessibility-themes-extras (<< 2.21.2), gnome-themes (<< 2.25.92-0ubuntu1) Depends: gtk2-engines (>= 1:2.15.3), gtk2-engines-pixbuf, librsvg2-common Recommends: dmz-cursor-theme Suggests: gnome-themes-extras Conflicts: gnome-themes (<< 2.25.92-0ubuntu1) Description: selected official themes for the GNOME 2 desktop This package contains some of the official desktop themes of the GNOME desktop environment. . * The Clearlooks theme is the default, combining usability with an attractive look. * Clearlooks inverted is above with an inverse color scheme. Original-Maintainer: Josselin Mouette Package: apturl Status: install ok installed Priority: optional Section: admin Installed-Size: 124 Maintainer: Michael Vogt Architecture: i386 Version: 0.4.1ubuntu7 Depends: python, python-central (>= 0.6.11), gconf2 (>= 2.28.1-2), apturl-common (= 0.4.1ubuntu7), gksu (>= 2.0.0-1ubuntu3), gnome-icon-theme (>= 2.14.0-1), python-glade2 (>= 2.6.3-2), python-gobject, python-gtk2 (>= 2.6.3-2), python-webkit, python-vte (>= 1:0.11.15-4), software-properties-gtk, synaptic Recommends: libgnome2-perl Description: install packages using the apt protocol - GTK+ frontend AptUrl is a simple graphical application that takes an URL (which follows the apt-protocol) as a command line option, parses it and carries out the operations that the URL describes (that is, it asks the user if he wants the indicated packages to be installed and if the answer is positive does so for him). . This package contains the GTK+ frontend. Python-Version: current Package: libgeoip1 Status: install ok installed Priority: optional Section: libs Installed-Size: 360 Maintainer: Ubuntu Developers Architecture: i386 Source: geoip Version: 1.4.7~beta5+dfsg-1 Depends: libc6 (>= 2.8), zlib1g (>= 1:1.1.4) Recommends: geoip-database Suggests: geoip-bin Description: A non-DNS IP-to-country resolver library GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the shared library. Original-Maintainer: Patrick Matthäi Homepage: http://www.maxmind.com/ Package: dnsutils Status: install ok installed Priority: standard Section: net Installed-Size: 372 Maintainer: Ubuntu Core Developers Architecture: i386 Source: bind9 Version: 1:9.7.1.dfsg.P2-2ubuntu0.1 Replaces: bind, bind9 (<< 1:9.1.0-3) Depends: libbind9-60 (= 1:9.7.1.dfsg.P2-2ubuntu0.1), libc6 (>= 2.4), libcap2 (>= 2.10), libdns66 (= 1:9.7.1.dfsg.P2-2ubuntu0.1), libgssapi-krb5-2 (>= 1.6.dfsg.2), libisc60 (= 1:9.7.1.dfsg.P2-2ubuntu0.1), libisccfg60 (= 1:9.7.1.dfsg.P2-2ubuntu0.1), liblwres60 (= 1:9.7.1.dfsg.P2-2ubuntu0.1), libssl0.9.8 (>= 0.9.8m-1), libxml2 (>= 2.6.27), bind9-host | host Suggests: rblcheck Conflicts: netstd (<< 2.00) Description: Clients provided with BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers various client programs related to DNS that are derived from the BIND source tree. . - dig - query the DNS in various ways - nslookup - the older way to do it - nsupdate - perform dynamic updates (See RFC2136) Original-Maintainer: LaMont Jones Package: binfmt-support Status: install ok installed Priority: optional Section: admin Installed-Size: 164 Maintainer: Colin Watson Architecture: all Version: 1.2.18 Depends: perl, lsb-base (>= 3.0-6) Conffiles: /etc/init.d/binfmt-support 4ab2f0197ef37462353f8808e22b58ff Description: Support for extra binary formats The binfmt_misc kernel module, contained in versions 2.1.43 and later of the Linux kernel, allows system administrators to register interpreters for various binary formats based on a magic number or their file extension, and cause the appropriate interpreter to be invoked whenever a matching file is executed. Think of it as a more flexible version of the #! executable interpreter mechanism. . This package provides an 'update-binfmts' script with which package maintainers can register interpreters to be used with this module without having to worry about writing their own init.d scripts, and which sysadmins can use for a slightly higher-level interface to this module. Package: ibus-gtk Status: install ok installed Priority: optional Section: utils Installed-Size: 76 Maintainer: Ubuntu Developers Architecture: i386 Source: ibus Version: 1.3.7-1ubuntu4 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libibus2 (>= 1.2.99.20100202), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4) Description: New input method framework using dbus IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . ibus-gtk is the GTK+ client of ibus, it provide a gtk-immodule for ibus. Homepage: http://code.google.com/p/ibus/ Original-Maintainer: IME Packaging Team Package: libgssapi-krb5-2 Status: install ok installed Priority: standard Section: libs Installed-Size: 284 Maintainer: Ubuntu Core Developers Architecture: i386 Source: krb5 Version: 1.8.1+dfsg-5ubuntu0.2 Replaces: libkrb53 (<< 1.6.dfsg.4~beta1-7) Depends: libc6 (>= 2.7), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.8+dfsg), libkeyutils1, libkrb5-3 (= 1.8.1+dfsg-5ubuntu0.2), libkrb5support0 (>= 1.7dfsg~beta2) Suggests: krb5-doc, krb5-user Description: MIT Kerberos runtime libraries - krb5 GSS-API Mechanism Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library for the MIT Kerberos implementation of GSS-API used by applications and Kerberos clients. Homepage: http://web.mit.edu/kerberos/ Original-Maintainer: Sam Hartman Package: libspeex1 Status: install ok installed Priority: optional Section: libs Installed-Size: 260 Maintainer: Ubuntu Developers Architecture: i386 Source: speex Version: 1.2~rc1-1ubuntu1 Depends: libc6 (>= 2.4) Suggests: speex Conflicts: asterisk (<= 1:1.4.18.1~dfsg-1), libiaxclient1 (<= 2.0.2-1), libmediastreamer0 (<= 2.1.0-1), libopal-2.2 (<= 2.2.11~dfsg1-3), libopal-2.2-develop (<= 2.2.11~dfsg1-3), libopal-2.2-ptrace (<= 2.2.11~dfsg1-3), libopal-2.2.0 Description: The Speex codec runtime library Speex is an audio codec especially designed for compressing voice at low bit-rates for applications such as voice over IP (VoIP). In some senses, it is meant to be complementary to the Vorbis codec which places a greater emphasis on high-quality music reproduction. . This package provides the speex runtime library. Homepage: http://www.speex.org/ Original-Maintainer: Debian VoIP Team Package: scrollkeeper Status: install ok installed Priority: extra Section: doc Installed-Size: 44 Maintainer: Ubuntu Developers Architecture: all Source: rarian Version: 0.8.1-4.1 Depends: rarian-compat Description: Transitional package for scrollkeeper This dummy package is designed to facilitate upgrades for systems with scrollkeeper installed. It will bring its replacement, named rarian, instead. . You can safely remove this package. Original-Maintainer: Frederic Peters Homepage: http://rarian.freedesktop.org/ Package: mscompress Status: install ok installed Priority: extra Section: otherosfs Installed-Size: 80 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.3-3.1 Depends: libc6 (>= 2.4) Description: Microsoft "compress.exe/expand.exe" compatible (de)compressor This package contains two programs: . * msexpand which decompresses files compressed by the Microsoft compress.exe utility (e.g. Win 3.x installation files); * mscompress which compresses files using the LZ77 compression algorithm. . Files can be decompressed using Microsoft expand.exe or msexpand(1). Original-Maintainer: Aurélien GÉRÔME Package: python-minimal Essential: yes Status: install ok installed Priority: required Section: python Installed-Size: 188 Maintainer: Ubuntu Developers Architecture: all Source: python-defaults Version: 2.6.6-2ubuntu2 Replaces: python (<= 2.4-1) Depends: python2.6-minimal (>= 2.6.6-1~), dpkg (>= 1.13.20) Recommends: python Breaks: idle (<< 2.6), python (<= 2.4-1), python-all (<< 2.6), python-all-dbg (<< 2.6), python-all-dev (<< 2.6), python-dbg (<< 2.6), python-dev (<< 2.6), python-examples (<< 2.6), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2) Conflicts: python-central (<< 0.5.5) Description: minimal subset of the Python language (default version) This package contains the interpreter and some essential modules. It's used in the boot process for some basic tasks. See /usr/share/doc/python2.6-minimal/README.Debian for a list of the modules contained in this package. Original-Maintainer: Matthias Klose Homepage: http://www.python.org/ Package: python-ibus Status: install ok installed Priority: optional Section: python Installed-Size: 280 Maintainer: Ubuntu Developers Architecture: all Source: ibus Version: 1.3.7-1ubuntu4 Depends: python (>= 2.5), python-support (>= 0.90.0), python-gtk2, python-dbus (>= 0.83.0), iso-codes Description: New input method framework using dbus IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . python-ibus is the Python binding of ibus. Homepage: http://code.google.com/p/ibus/ Original-Maintainer: IME Packaging Team Package: language-selector Status: install ok installed Priority: optional Section: admin Installed-Size: 232 Maintainer: Arne Goetje Architecture: all Version: 0.6.6 Depends: language-selector-common (= 0.6.6), python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), python-gtk2, python-apt (>= 0.6.12), aptdaemon, python-aptdaemon-gtk Description: Language selector for Ubuntu Linux This package let you change and install language packs in Ubuntu Linux. . This package contains the GTK+ frontend. Python-Version: 2.6 Package: libfuse2 Status: install ok installed Priority: optional Section: libs Installed-Size: 324 Maintainer: Ubuntu Developers Architecture: i386 Source: fuse Version: 2.8.4-1ubuntu1.1 Depends: libc6 (>= 2.7), mount (>= 2.17.2-0ubuntu1.10.10.1) Suggests: fuse-utils Conflicts: fuse-utils (<< 2.8.4-1ubuntu1.1) Description: Filesystem in USErspace library Simple interface for userspace programs to export a virtual filesystem to the Linux kernel. . This package contains the files necessary to write applications in C or C++ using fuse. Homepage: http://fuse.sourceforge.net/ Original-Maintainer: Bartosz Fenski Package: apt-xapian-index Status: install ok installed Priority: optional Section: admin Installed-Size: 376 Maintainer: Ubuntu Developers Architecture: all Version: 0.39ubuntu1 Depends: python (>= 2.4), python-xapian (>= 1.0.2), python-apt (>= 0.7.93.2), python-debian (>= 0.1.14), python-support (>= 0.90.0) Suggests: app-install-data, python-xdg Conffiles: /etc/dbus-1/system.d/org.debian.AptXapianIndex.conf ecb1a6de8c3114797894d23633d48530 /etc/bash_completion.d/axi-cache 1e4422693e415e04abec46bb904d2af0 /etc/cron.weekly/apt-xapian-index 17d31ff3f0feddac74ba7124ad2813fa Description: maintenance and search tools for a Xapian index of Debian packages This package provides update-apt-xapian-index, a tool to maintan a Xapian index of Debian package information in /var/lib/apt-xapian-index, and axi-search, a command line search tool that uses the index. . axi-cache allows to search packages very quickly, and it also interfaces with the shell command line completion in a smart way, providing context-sensitive keyword and tag suggestions even before the search command is actually run. . update-apt-xapian-index allows plugins to be installed in /usr/share/apt-xapian-index to index all sorts of extra information, such as Debtags tags, popcon information, package ratings and anything else that would fit. . The index generated by update-apt-xapian-index is self-documenting, as it contains an autogenerated README file with information on the index layout and all the data that can be found in it. Homepage: http://www.enricozini.org/sw/apt-xapian-index/ Original-Maintainer: Enrico Zini Package: libv4l-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 332 Maintainer: asac@ubuntu.com Architecture: i386 Source: libv4l Version: 0.6.4-1ubuntu1 Depends: libc6 (>= 2.11) Description: Collection of video4linux support libraries libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. . libv4lconvert offers functions to convert from any (known) pixelformat to BGR24, RGB24, YUV420 and YVU420. . libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). . libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary. . This package contains the shared libraries. Homepage: http://people.fedoraproject.org/~jwrdegoede/ Original-Maintainer: Gregor Jasny Package: whois Status: install ok installed Priority: standard Section: net Installed-Size: 132 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 5.0.7ubuntu1 Replaces: mkpasswd Depends: libc6 (>= 2.4), libidn11 (>= 1.13) Conflicts: mkpasswd Description: an intelligent whois client This is a new whois (RFC 3912) client rewritten from scratch. It is inspired from and compatible with the usual BSD and RIPE whois(1) programs. It is intelligent and can automatically select the appropriate whois server for most queries. . The package also contains mkpasswd, a features-rich front end to crypt(3). Original-Maintainer: Marco d'Itri Package: nautilus-share Status: install ok installed Priority: optional Section: gnome Installed-Size: 136 Maintainer: Chow Loong Jin Architecture: i386 Version: 0.7.2-13.1 Depends: nautilus (>= 2.10), samba-common (>= 3.0.27a), samba-common-bin | samba-common (<< 2:3.4.0~pre2-1~0), libc6 (>= 2.7), libglib2.0-0 (>= 2.24.0), libgnomeui-0 (>= 2.22.0), libgtk2.0-0 (>= 2.12.0), libnautilus-extension1 (>= 2.30) Suggests: samba (>= 3.0.27a) Enhances: nautilus Description: Nautilus extension to share folder using Samba Nautilus Share allows you to quickly share a folder from the GNOME Nautilus file manager without requiring root access. Homepage: http://gentoo.ovibes.net/nautilus-share/ Package: ubuntu-extras-keyring Status: install ok installed Priority: important Section: misc Installed-Size: 48 Maintainer: Michael Vogt Architecture: all Version: 2010.09.27 Depends: apt, gnupg Description: GnuPG keys of the Ubuntu extras archive The Ubuntu project digitally signs its Release files. This package contains the archive keys used for the extras.ubuntu.com repository. Package: python-zope.interface Status: install ok installed Priority: optional Section: zope Installed-Size: 680 Maintainer: Ubuntu Developers Architecture: i386 Source: zope.interface Version: 3.6.1-0ubuntu1 Replaces: python-zope, python-zopeinterface Provides: python-zope, python-zopeinterface, python2.6-zope.interface Depends: python-pkg-resources, python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), libc6 (>= 2.3.6-6~) Suggests: python-z3c.recipe.sphinxdoc Conflicts: python-zope, python-zopeinterface, zope3 Description: Interfaces for Python This package provides an implementation of object interfaces for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. Original-Maintainer: Debian/Ubuntu Zope Team Python-Version: 2.6 Package: tcl8.4 Status: install ok installed Priority: optional Section: interpreters Installed-Size: 3232 Maintainer: Ubuntu Developers Architecture: i386 Version: 8.4.19-4 Provides: tclsh Depends: libc6 (>= 2.7) Suggests: tclreadline Conflicts: tcl74 (<= 7.4p3-2) Description: Tcl (the Tool Command Language) v8.4 - run-time files Tcl is a powerful, easy to use, embeddable, cross-platform interpreted scripting language. This package contains everything you need to run Tcl scripts and Tcl-enabled apps. This version includes thread support. Original-Maintainer: Debian Tcl/Tk Packagers Homepage: http://www.tcl.tk/ Package: ncurses-base Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 452 Maintainer: Ubuntu Developers Architecture: all Source: ncurses Version: 5.7+20100626-0ubuntu1 Provides: ncurses-runtime Conflicts: ncurses, ncurses-runtime Conffiles: /etc/terminfo/README 9d086188afcd9479ae96ff55dd6c1573 Description: basic terminal type definitions This package contains terminfo data files to support the most common types of terminal, including ansi, dumb, linux, rxvt, screen, sun, vt100, vt102, vt220, vt52, and xterm. Homepage: http://invisible-island.net/ncurses/ Original-Maintainer: Craig Small Package: libpopt0 Status: install ok installed Priority: important Section: libs Installed-Size: 508 Maintainer: Ubuntu Developers Architecture: i386 Source: popt Version: 1.16-1 Replaces: popt Depends: libc6 (>= 2.8) Conflicts: libpopt-dev (<= 1.4-1), popt, rpm (<= 4.0.2-3) Description: lib for parsing cmdline parameters Popt was heavily influenced by the getopt() and getopt_long() functions, but it allows more powerful argument expansion. It can parse arbitrary argv[] style arrays and automatically set variables based on command line arguments. It also allows command line arguments to be aliased via configuration files and includes utility functions for parsing arbitrary strings into argv[] arrays using shell-like rules. . This package contains the runtime library and locale data. Original-Maintainer: Paul Martin Homepage: http://rpm5.org/ Package: libpam0g Status: install ok installed Priority: required Section: libs Installed-Size: 224 Maintainer: Ubuntu Core Developers Architecture: i386 Source: pam Version: 1.1.1-4ubuntu2 Replaces: libpam0g-util Depends: libc6 (>= 2.8), debconf (>= 0.5) | debconf-2.0 Suggests: libpam-doc Description: Pluggable Authentication Modules library Contains the C shared library for Linux-PAM, a suite of shared libraries that enable the local system administrator to choose how applications authenticate users. In other words, without rewriting or recompiling a PAM-aware application, it is possible to switch between the authentication mechanism(s) it uses. One may entirely upgrade the local authentication system without touching the applications themselves. Homepage: http://pam.sourceforge.net/ Original-Maintainer: Steve Langasek Package: hpijs Status: install ok installed Priority: optional Section: text Installed-Size: 1712 Maintainer: Ubuntu Core Developers Architecture: i386 Source: hplip Version: 3.10.6-1ubuntu10.2 Replaces: hpijs-ppds (<< 2.6.10+1.6.10-1), hplip-ppds (<< 1.6.10-1) Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libgcc1 (>= 1:4.1.1), libhpmud0 (= 3.10.6-1ubuntu10.2), libjpeg62, libssl0.9.8 (>= 0.9.8m-1), libstdc++6 (>= 4.1.1) Recommends: ghostscript, cups (>= 1.4.0) | cupsddk, foomatic-filters, cups, cups-client Suggests: hplip, hpijs-ppds, hplip-doc Description: HP Linux Printing and Imaging - gs IJS driver (hpijs) This package contains an IJS printer driver for Ghostscript, which adds support for most inkjet printers and some LaserJet printers manufactured by HP. It is also required for HPLIP fax support. . The Debian package of hpijs includes the so-called rss patch, to use pure black ink instead of composite black in printers that don't do color map conversion in firmware. . HPIJS can take advantage of Ghostscript IJS KRGB support when available, to enhance black printing on printers that do color map conversion in firmware and are thus not affected by the old rss patch. . Users of the CUPS printing system are advised to also install the hplip package, and use the hp CUPS backend to send data to the printer. HPLIP supports USB, networked and parallel-port devices, and enables extended HPIJS functionality such as border-less printing. Selecting any hpijs ppd in CUPS will use hpijs automatically. . HPIJS is meant to be used through the foomatic system (see the foomatic-filters package). Homepage: http://hplip.sourceforge.net/ Original-Maintainer: Debian HPIJS and HPLIP maintainers Package: libpci3 Status: install ok installed Priority: standard Section: libs Installed-Size: 120 Maintainer: Ubuntu Developers Architecture: i386 Source: pciutils Version: 1:3.1.7-4ubuntu2 Replaces: libpci2 Provides: libpci2 Depends: libc6 (>= 2.7), zlib1g (>= 1:1.1.4) Conflicts: libpci2 Description: Linux PCI Utilities (shared library) This package contains the libpci shared library files. . The libpci library provides portable access to configuration registers of devices connected to the PCI bus. Original-Maintainer: Anibal Monsalve Salazar Homepage: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml Package: python-gnomeapplet Status: install ok installed Priority: optional Section: python Installed-Size: 136 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-python-desktop Version: 2.30.0-1ubuntu5 Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libbonobo2-0 (>= 2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgnome2-0 (>= 2.17.3), libgnomecanvas2-0 (>= 2.11.1), libgnomeui-0 (>= 2.22.0), libgnomevfs2-0 (>= 1:2.17.90), libgtk2.0-0 (>= 2.8.0), libice6 (>= 1:1.0.0), liborbit2 (>= 1:2.14.10), libpanel-applet2-0 (>= 2.26.0), libpango1.0-0 (>= 1.14.0), libpopt0 (>= 1.16), libsm6, python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), python-pyorbit, python-gtk2 Suggests: gnome-panel Conflicts: python-gnome2-desktop (<< 2.26.0-0ubuntu3) Description: Python bindings for the GNOME panel applet library This package contains a module that allows to write applets for the GNOME panel in Python. Original-Maintainer: Loic Minier Package: capplets-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 2436 Maintainer: Ubuntu Desktop Team Architecture: all Source: gnome-control-center Version: 1:2.32.0-0ubuntu2 Depends: gconf2 (>= 2.28.1-2) Recommends: gnome-control-center (>= 1:2.32.0-0ubuntu2) Breaks: gnome-control-center (<< 1:2.32.0-0ubuntu2) Conffiles: /etc/xdg/autostart/gnome-at-session.desktop e8e49fc1ebc5c771bcbed35085095bb4 /etc/xdg/menus/gnomecc.menu 4ef925eb5795b323ccb25a7fb5a6e185 Description: configuration applets for GNOME - data files This package contains data files (icons, pixmaps, locales files) needed by the configuration applets in the gnome-control-center package. Original-Maintainer: Debian GNOME Maintainers Package: libusb-0.1-4 Status: install ok installed Priority: required Section: libs Installed-Size: 96 Maintainer: Ubuntu Developers Architecture: i386 Source: libusb Version: 2:0.1.12-15ubuntu2 Replaces: libusb0 Depends: libc6 (>= 2.4) Conflicts: libccid (<< 0.9.2-3), libusb0 Description: userspace USB programming library Library for programming USB applications without the knowledge of Linux kernel internals. Homepage: http://www.linux-usb.org/ Original-Maintainer: Aurelien Jarno Package: libpython2.6 Status: install ok installed Priority: optional Section: libs Installed-Size: 2432 Maintainer: Ubuntu Core Developers Architecture: i386 Source: python2.6 Version: 2.6.6-5ubuntu1 Replaces: python2.6 (<< 2.6) Depends: python2.6 (= 2.6.6-5ubuntu1), libc6 (>= 2.4), libssl0.9.8 (>= 0.9.8m-1), zlib1g (>= 1:1.2.0) Description: Shared Python runtime library (version 2.6) Version 2.6 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Original-Maintainer: Matthias Klose Package: libavc1394-0 Status: install ok installed Priority: extra Section: libs Installed-Size: 104 Maintainer: Ubuntu Developers Architecture: i386 Source: libavc1394 Version: 0.5.3-1build4 Depends: libc6 (>= 2.7), libraw1394-11 Description: control IEEE 1394 audio/video devices libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set. It allows you to remote control camcorders and similar devices connected to your computer via an IEEE 1394 (aka Firewire) link. . This package includes the libraries needed to run executables using libavc1394. Original-Maintainer: Daniel Kobras Package: libgpg-error0 Status: install ok installed Priority: important Section: libs Installed-Size: 236 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libgpg-error Version: 1.6-1ubuntu2 Depends: libc6 (>= 2.1.3) Description: library for common error values and messages in GnuPG components Library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. Original-Maintainer: Jose Carlos Garcia Sogo Package: libdbusmenu-glib1 Status: install ok installed Priority: optional Section: libs Installed-Size: 128 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libdbusmenu Version: 0.3.16-0ubuntu1 Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.18.0), libxml2 (>= 2.7.4) Breaks: indicator-messages (<< 0.3.0), indicator-session (<< 0.2.0), libdbusmenu-glib0 Description: library for passing menus over DBus libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains shared libraries to be used by applications. Homepage: https://launchpad.net/dbusmenu Original-Maintainer: The Ayatana Packagers Package: psmisc Status: install ok installed Priority: optional Section: admin Installed-Size: 684 Maintainer: Ubuntu Developers Architecture: i386 Version: 22.11-1 Replaces: procps (<< 1:1.2) Depends: libc6 (>= 2.8), libncurses5 (>= 5.6+20071006-3) Description: utilities that use the proc file system This package contains miscellaneous utilities that use the proc FS: . - fuser: identifies processes that are using files or sockets. - killall: kills processes by name (e.g. "killall -HUP named"). - peekfd: shows the data traveling over a file descriptor. - pstree: shows currently running processes as a tree. - prtstat: print the contents of /proc//stat Original-Maintainer: Craig Small Homepage: http://psmisc.sf.net/ Package: ucf Status: install ok installed Priority: standard Section: utils Installed-Size: 260 Maintainer: Ubuntu Developers Architecture: all Version: 3.0025 Depends: debconf (>= 1.5.19), coreutils (>= 5.91) Conffiles: /etc/ucf.conf 5565b8b26108c49ba575ba452cd69b3e Description: Update Configuration File: preserve user changes to config files. Debian policy mandates that user changes to configuration files must be preserved during package upgrades. The easy way to achieve this behavior is to make the configuration file a 'conffile', in which case dpkg handles the file specially during upgrades, prompting the user as needed. . This is appropriate only if it is possible to distribute a default version that will work for most installations, although some system administrators may choose to modify it. This implies that the default version will be part of the package distribution, and must not be modified by the maintainer scripts during installation (or at any other time). . This script attempts to provide conffile-like handling for files that may not be labelled conffiles, and are not shipped in a Debian package, but handled by the postinst instead. This script allows one to maintain files in /etc, preserving user changes and in general offering the same facilities while upgrading that dpkg normally provides for 'conffiles'. . Additionally, this script provides facilities for transitioning a file that had not been provided with conffile-like protection to come under this schema, and attempts to minimize questions asked at installation time. Indeed, the transitioning facility is better than the one offered by dpkg while transitioning a file from a non-conffile to conffile status. Original-Maintainer: Manoj Srivastava Package: avahi-utils Status: install ok installed Priority: optional Section: net Installed-Size: 180 Maintainer: Ubuntu Core Developers Architecture: i386 Source: avahi Version: 0.6.27-2ubuntu3 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.22), libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libgdbm3 (>= 1.8.3), avahi-daemon Description: Avahi browsing, publishing and discovery utilities Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains several utilities that allow you to interact with the Avahi daemon, including publish, browsing and discovering services. Homepage: http://avahi.org/ Original-Maintainer: Utopia Maintenance Team Package: lftp Status: install ok installed Priority: optional Section: net Installed-Size: 1692 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.0.6-1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgnutls26 (>= 2.7.14-0), libncurses5 (>= 5.6+20071006-3), libreadline6 (>= 6.0), netbase Conffiles: /etc/lftp.conf 20c4f3ff2e666b4e899a5e694330e3c7 Description: Sophisticated command-line FTP/HTTP client programs Lftp is a file retrieving tool that supports FTP, HTTP, FISH, SFTP, HTTPS and FTPS protocols under both IPv4 and IPv6. Lftp has an amazing set of features, while preserving its interface as simple and easy as possible. . The main two advantages over other ftp clients are reliability and ability to perform tasks in background. It will reconnect and reget the file being transferred if the connection broke. You can start a transfer in background and continue browsing on the ftp site. It does this all in one process. When you have started background jobs and feel you are done, you can just exit lftp and it automatically moves to nohup mode and completes the transfers. It has also such nice features as reput and mirror. It can also download a file as soon as possible by using several connections at the same time. . Lftp can also be scriptable, it can be used to mirror sites, it lets you copy files among remote servers (even between FTP and HTTP). It has an extensive online help. It supports bookmarks, and connecting to several ftp/http sites at the same time. . This package also includes lftpget - A simple non-interactive tool for downloading files. Original-Maintainer: Noèl Köthe Homepage: http://lftp.yar.ru/ Package: perl-modules Status: install ok installed Priority: standard Section: perl Installed-Size: 15852 Maintainer: Ubuntu Developers Architecture: all Source: perl Version: 5.10.1-12ubuntu2 Replaces: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, libautodie-perl, libcgi-pm-perl, libcpanplus-perl, libextutils-cbuilder-perl, libextutils-parsexs-perl, libfile-spec-perl, libfile-temp-perl, libi18n-langtags-perl, libio-zlib-perl, liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, libmath-bigint-perl, libmodule-build-perl, libmodule-corelist-perl, libmodule-load-conditional-perl, libmodule-load-perl, libmodule-pluggable-perl, libnet-perl, libnet-ping-perl, libparams-check-perl, libparent-perl, libparse-cpan-meta-perl, libpod-escapes-perl, libpod-parser-perl, libpod-simple-perl, libtest-harness-perl, libtest-simple-perl, libthread-queue-perl, libtime-local-perl, libversion-perl, podlators-perl Provides: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, libautodie-perl, libcgi-pm-perl, libcpanplus-perl, libextutils-cbuilder-perl, libextutils-parsexs-perl, libfile-spec-perl, libfile-temp-perl, libi18n-langtags-perl, libio-zlib-perl, liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, libmath-bigint-perl, libmodule-build-perl, libmodule-corelist-perl, libmodule-load-conditional-perl, libmodule-load-perl, libmodule-pluggable-perl, libnet-perl, libnet-ping-perl, libparams-check-perl, libparent-perl, libparse-cpan-meta-perl, libpod-escapes-perl, libpod-parser-perl, libpod-simple-perl, libtest-harness-perl, libtest-simple-perl, libthread-queue-perl, libtime-local-perl, libversion-perl, podlators-perl Depends: perl (>= 5.10.1-1) Conflicts: libansicolor-perl (<< 1.10-1), libarchive-tar-perl (<< 1.52), libattribute-handlers-perl (<< 0.85), libautodie-perl (<< 2.06.01), libcgi-pm-perl (<< 3.43), libcpanplus-perl (<< 0.88), libextutils-cbuilder-perl (<< 0.2602), libextutils-parsexs-perl (<< 2.2002), libfile-spec-perl (<< 3.30), libfile-temp-perl (<< 0.22), libi18n-langtags-perl (<< 0.35-1), libio-zlib-perl (<< 1.09), liblocale-codes-perl (<< 2.07), liblocale-maketext-perl (<< 1.13), liblocale-maketext-simple-perl (<< 0.18-1), libmath-bigint-perl (<< 1.89), libmodule-build-perl (<< 0.340201), libmodule-corelist-perl (<< 2.18), libmodule-load-conditional-perl (<< 0.30), libmodule-load-perl (<< 0.16), libmodule-pluggable-perl (<< 3.9), libnet-perl (<= 1:1.22), libnet-ping-perl (<< 2.36), libparams-check-perl (<< 0.26-1), libparent-perl (<< 0.221), libparse-cpan-meta-perl (<< 1.39), libpod-escapes-perl (<< 1.04), libpod-parser-perl (<< 1.37), libpod-simple-perl (<< 3.07), libtest-harness-perl (<< 3.17), libtest-simple-perl (<< 0.92), libthread-queue-perl (<< 2.11), libtime-local-perl (<< 1.1901), libversion-perl (<< 1:0.7700), podlators-perl (<= 2.2.2-1) Conffiles: /etc/perl/Net/libnet.cfg fb2946cae573b8ed3d654a180d458733 Description: Core Perl modules Architecture independent Perl modules. These modules are part of Perl and required if the `perl' package is installed. . Note that this package only exists to save archive space and should be considered an internal implementation detail of the `perl' package. Other packages should not depend on `perl-modules' directly, they should use `perl' (which depends on `perl-modules') instead. Original-Maintainer: Niko Tyni Package: bsdutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 192 Maintainer: Ubuntu Core Developers Architecture: i386 Source: util-linux (2.17.2-0ubuntu1.10.10.1) Version: 1:2.17.2-0ubuntu1.10.10.1 Depends: libc6 (>= 2.7) Recommends: bsdmainutils Description: Basic utilities from 4.4BSD-Lite This package contains the bare minimum number of BSD utilities needed to boot a Debian system: logger, renice, script, scriptreplay, and wall. The remaining standard BSD utilities are provided by bsdmainutils. Original-Maintainer: LaMont Jones Package: xserver-xorg-video-apm Status: install ok installed Priority: optional Section: x11 Installed-Size: 204 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:1.2.3-0ubuntu1 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-apm Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.4), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-apm Description: X.Org X server -- APM display driver This package provides the driver for the Alliance Pro Motion family of video cards; specifically, the 6420, 6422, AT24, AT25, and AT3D cards. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-apm driver module. Original-Maintainer: Debian X Strike Force Package: gedit-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 1840 Maintainer: Ubuntu Desktop Team Architecture: all Source: gedit Version: 2.30.3-1ubuntu1 Recommends: gedit Description: official text editor of the GNOME desktop environment (support files) gedit is a text editor which supports most standard editor features, extending this basic functionality with other features not usually found in simple text editors. . This package contains gedit's architecture-independent support files. Homepage: http://www.gnome.org/projects/gedit/ Original-Maintainer: Debian GNOME Maintainers Package: seahorse Status: install ok installed Priority: optional Section: gnome Installed-Size: 2636 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 2.32.0-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.7), libcryptui0 (>= 2.27.5), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libgconf2-4 (>= 2.31.1), libgcr0 (>= 2.26.0), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgnome-keyring0 (>= 2.25.5), libgp11-0 (>= 2.29.4), libgpgme11 (>= 1.2.0), libgtk2.0-0 (>= 2.21.8), liblaunchpad-integration1 (>= 0.1.17), libldap-2.4-2 (>= 2.4.7), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libsoup2.4-1 (>= 2.4.0), gconf2 (>= 2.28.1-2), gnupg (>= 1.4.7) Recommends: openssh-client Suggests: seahorse-plugins Description: GNOME front end for GnuPG Seahorse is a front end for GnuPG - the GNU Privacy Guard program - that integrates to the GNOME desktop. It is a tool for secure communications and data storage. Data encryption and digital signature creation can easily be performed through a GUI and Key Management operations can easily be carried out through an intuitive interface. Original-Maintainer: Jose Carlos Garcia Sogo Package: adium-theme-ubuntu Status: install ok installed Priority: extra Section: gnome Installed-Size: 416 Maintainer: Ubuntu Artwork Team Architecture: all Version: 0.3-0ubuntu1 Description: Adium message style for Ubuntu Adium message style for Ubuntu, to be used in an instant messenger that supports Adium message styles, such as Empathy. Homepage: http://launchpad.net/adium-theme-ubuntu Package: mono-gac Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 176 Maintainer: Ubuntu Developers Architecture: all Source: mono Version: 2.6.7-3ubuntu1 Provides: global-assembly-cache-tool Depends: mono-2.0-gac (= 2.6.7-3ubuntu1) Description: Mono GAC tool Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package pulls in the default GAC (Global Assembly Cache) tool (gacutil) used by Mono to store shared CIL (Common Intermediate Language) libraries. Homepage: http://www.mono-project.com/ Original-Maintainer: Debian Mono Group Package: sensible-utils Status: install ok installed Priority: required Section: utils Installed-Size: 120 Maintainer: Ubuntu Developers Architecture: all Version: 0.0.4ubuntu1 Replaces: debianutils (<= 2.32.3), manpages-pl (<= 20060617-3~) Description: Utilities for sensible alternative selection This package provides a number of small utilities which are used by programs to sensibly select and spawn an appropriate browser, editor, or pager. . The specific utilities included are: select-editor sensible-browser sensible-editor sensible-pager Original-Maintainer: Clint Adams Package: python-mako Status: install ok installed Priority: optional Section: python Installed-Size: 972 Maintainer: Ubuntu Developers Architecture: all Source: mako Version: 0.3.4-2 Depends: python (>= 2.4), python-support (>= 0.90.0), python-markupsafe Suggests: python-beaker (>= 1.1) Enhances: python-pygments, python-pylons, python-turbogears Description: fast and lightweight templating for the Python platform Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics. Original-Maintainer: Piotr Ożarowski Homepage: http://www.makotemplates.org/ Python-Version: 2.6 Package: libgvfscommon0 Status: install ok installed Priority: optional Section: libs Installed-Size: 188 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gvfs Version: 1.6.4-0ubuntu1.1 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.4), libdbus-1-3 (>= 1.1.1), libexpat1 (>= 1.95.8), libglib2.0-0 (>= 2.24.0) Description: userspace virtual filesystem - library gvfs is a userspace virtual filesystem where mount runs as a separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the libgvfscommon library that is used by the backends. Original-Maintainer: Sebastien Bacher Package: hicolor-icon-theme Status: install ok installed Priority: optional Section: misc Installed-Size: 1328 Maintainer: Ubuntu Developers Architecture: all Version: 0.11-1 Description: default fallback theme for FreeDesktop.org icon themes This is the default fallback theme used by implementations of the Freedesktop.org Icon Theme specification. Original-Maintainer: Ross Burton Package: libgdict-1.0-6 Status: install ok installed Priority: optional Section: libs Installed-Size: 268 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-utils Version: 2.31.1-0ubuntu1 Replaces: gnome-utils (<< 2.23.90-1) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.20), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), gnome-utils-common (>= 2.31), gnome-utils-common (<< 2.32) Conflicts: gnome-utils (<< 2.23.90-1) Description: GNOME Dictionary base library - runtime This package contains the library used by the GNOME dictionary utility, and other applications providing similar functionality. Homepage: http://live.gnome.org/GnomeUtils Original-Maintainer: Debian GNOME Maintainers Package: usb-creator-common Status: install ok installed Priority: optional Section: admin Installed-Size: 248 Maintainer: Ubuntu Developers Architecture: all Source: usb-creator Version: 0.2.25 Depends: python, python-support (>= 0.90.0), python-dbus, syslinux, udisks (>= 1.0~), udisks (<< 1.1), genisoimage, mtools, parted, python-debian Conffiles: /etc/dbus-1/system.d/com.ubuntu.USBCreator.conf 82d0571077f52c01413d25af9045bdfd Description: create a startup disk using a CD or disc image (common files) Startup Disk Creator converts a USB key or SD card into a volume from which you can start up and run Ubuntu. You can also store files and settings in any space left over. . The program also works for Debian, or any other Debian-based OS for which you have a CD or .iso image. . This package contains backend engine and common data files used by frontends. Original-Maintainer: usb-creator Hackers Team Package: system-config-printer-gnome Status: install ok installed Priority: optional Section: gnome Installed-Size: 1524 Maintainer: Ubuntu Core Developers Architecture: all Source: system-config-printer Version: 1.2.3+20100723-0ubuntu8.1 Replaces: system-config-printer Depends: python (>= 2.5), python-support (>= 0.90.0), system-config-printer-common, python-gtk2, python-glade2, python-gnome2, python-notify, python-gobject, gnome-icon-theme, python-libxml2 Conflicts: system-config-printer Conffiles: /etc/xdg/autostart/print-applet.desktop 098640787a8f85c312843327c5794dae Description: Printer configuration GUI A CUPS printer configuration tool and status applet. . This package provides the GTK frontend. Original-Maintainer: Otavio Salvador Package: dvd+rw-tools Status: install ok installed Priority: optional Section: utils Installed-Size: 472 Maintainer: Ubuntu Developers Architecture: i386 Version: 7.1-6 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), genisoimage Suggests: cdrskin Description: DVD+-RW/R tools dvd+rw-tools makes it possible to burn DVD images created by dvdauthor or genisoimage to DVD+R, DVD+RW, DVD-R, and DVD-RW disks, replacing cdrecord-proDVD in many cases. . The package contains: . * growisofs to burn DVD images or create a data DVD on the fly * dvd+rw-format to format a DVD+RW * dvd+rw-mediainfo to give details about DVD disks . and some programs to control the write speed and obtain information from DVD-RAM. Original-Maintainer: Optical Media Tools Team Homepage: http://fy.chalmers.se/~appro/linux/DVD+RW/ Package: jockey-common Status: install ok installed Priority: optional Section: admin Installed-Size: 728 Maintainer: Martin Pitt Architecture: all Source: jockey Version: 0.5.10-0ubuntu5.2 Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), python-xdg, python-xkit, python-dbus, python-apt, policykit-1 Recommends: nvidia-common (>= 0.2.15.1), fglrx-modaliases, bcmwl-modaliases Conffiles: /etc/logrotate.d/jockey-common c107621af3824d73d5de3cf36675f1a7 /etc/dbus-1/system.d/com.ubuntu.DeviceDriver.conf da2682593b0d4330c86ef9104d7b3333 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. Python-Version: 2.6 Package: libtelepathy-logger1 Status: install ok installed Priority: optional Section: libs Installed-Size: 212 Maintainer: Ubuntu Developers Architecture: i386 Source: telepathy-logger Version: 0.1.5-1ubuntu1 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.25.14), libsqlite3-0 (>= 3.7.0.1), libtelepathy-glib0 (>= 0.11.5), libxml2 (>= 2.7.4) Description: Telepathy logger service - utility library This package contains a utility library to access Telepathy log files . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Homepage: http://telepathy.freedesktop.org/wiki/ Original-Maintainer: Debian Telepathy maintainers Package: libgtk-vnc-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 280 Maintainer: Ubuntu Core Developers Architecture: i386 Source: gtk-vnc Version: 0.4.1-3ubuntu2 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcrypt11 (>= 1.4.2), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgnutls26 (>= 2.7.14-0), libgpg-error0 (>= 1.6), libgtk2.0-0 (>= 2.21.8), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsasl2-2, libx11-6, zlib1g (>= 1:1.1.4) Description: A VNC viewer widget for GTK+ (runtime libraries) It is built using coroutines, allowing it to be completely asynchronous while remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication extension providing SSL/TLS encryption with x509 certificate authentication. . The core library is written in C and a binding for Python using PyGTK is available. The networking layer supports connections over both IPv4 and IPv6. . This package contains the shared library. Original-Maintainer: Debian Libvirt Maintainers Package: xserver-xorg-video-voodoo Status: install ok installed Priority: optional Section: x11 Installed-Size: 104 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:1.2.4-0ubuntu1 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-voodoo Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.1.3), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-voodoo Description: X.Org X server -- Voodoo display driver This package provides the driver for 3dfx Voodoo1 and Voodoo2 chipsets. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-voodoo driver module. Original-Maintainer: Debian X Strike Force Package: libwbclient0 Status: install ok installed Priority: optional Section: libs Installed-Size: 240 Maintainer: Ubuntu Core Developers Architecture: i386 Source: samba Version: 2:3.5.4~dfsg-1ubuntu8.2 Depends: libc6 (>= 2.8), libtalloc2 (>= 2.0.0) Description: Samba winbind client library Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides a library for client applications that interact via the winbind pipe protocol with a Samba winbind server. Homepage: http://www.samba.org Original-Maintainer: Debian Samba Maintainers Package: install-info Status: install ok installed Priority: important Section: doc Installed-Size: 252 Maintainer: Ubuntu Developers Architecture: i386 Source: texinfo Version: 4.13a.dfsg.1-5ubuntu1 Replaces: texinfo (<< 4.13a.dfsg.1-2) Depends: libc6 (>= 2.4) Conflicts: texinfo (<< 4.13a.dfsg.1-2) Description: Manage installed documentation in info format The install-info utility creates the index of all installed documentation in info format and makes it available to info readers. Original-Maintainer: Debian TeX maintainers Package: libmono-posix2.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 340 Maintainer: Ubuntu Developers Architecture: all Source: mono Version: 2.6.7-3ubuntu1 Replaces: libmono2.0-cil (<< 2.0) Depends: libc6 (>= 2.12) | libc6.1 (>= 2.12) | libc0.1 (>= 2.12), libmono-corlib2.0-cil (>= 2.6.3), libmono-system2.0-cil (>= 2.6.3), mono-runtime (>= 2.4) Description: Mono.Posix library (for CLI 2.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Mono.Posix library for CLI 2.0 that binds many APIs found in glibc or intl. Homepage: http://www.mono-project.com/ Original-Maintainer: Debian Mono Group Package: libxss1 Status: install ok installed Priority: optional Section: libs Installed-Size: 68 Maintainer: Ubuntu Developers Architecture: i386 Source: libxss Version: 1:1.2.0-2 Depends: libc6 (>= 2.1.3), libx11-6, libxext6, x11-common Description: X11 Screen Saver extension library libXss provides an X Window System client interface to the MIT-SCREEN-SAVER extension to the X protocol. . The Screen Saver extension allows clients behaving as screen savers to register themselves with the X server, to better integrate themselves with the running session. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libScrnSaver Original-Maintainer: Debian X Strike Force Package: apport-symptoms Status: install ok installed Priority: optional Section: utils Installed-Size: 68 Maintainer: Ubuntu Developers Architecture: all Version: 0.9 Recommends: apport Description: symptom scripts for apport Apport intercepts program crashes, collects debugging information about the crash and the operating system environment, and sends it to bug trackers in a standardized form. It also offers the user to report a bug about a package, with again collecting as much information about it as possible. . This package extends Apport by some "symptom" scripts, so that bug reporters do not have to guess the correct package, but report problems based on symptoms that they have (like "sound problem"), through an interactive process. Homepage: https://wiki.ubuntu.com/Apport Package: libgweather1 Status: install ok installed Priority: optional Section: libs Installed-Size: 164 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: libgweather Version: 2.30.3-0ubuntu1 Replaces: gnome-applets (<< 2.21.3) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.18.0), libgtk2.0-0 (>= 2.11.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsoup-gnome2.4-1 (>= 2.27.4), libsoup2.4-1 (>= 2.24.3), libxml2 (>= 2.7.4), libgweather-common (>= 2.24.0) Description: GWeather shared library libgweather is a library to access weather information from online services for numerous locations. . This package contains shared libraries. Original-Maintainer: Debian GNOME Maintainers Package: libxkbfile1 Status: install ok installed Priority: optional Section: libs Installed-Size: 200 Maintainer: Ubuntu Developers Architecture: i386 Source: libxkbfile Version: 1:1.0.6-2 Depends: libc6 (>= 2.7), libx11-6 (>= 0) Description: X11 keyboard file manipulation library libxkbfile provides an interface to read and manipulate description files for XKB, the X11 keyboard configuration extension. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libxkbfile Original-Maintainer: Debian X Strike Force Package: lsb-release Status: install ok installed Priority: extra Section: misc Installed-Size: 128 Maintainer: Ubuntu Core Developers Architecture: all Source: lsb Version: 4.0-0ubuntu8 Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11) Recommends: apt Suggests: lsb Description: Linux Standard Base version reporting utility The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . The lsb-release command is a simple tool to help identify the Linux distribution being used and its compliance with the Linux Standard Base. LSB conformance will not be reported unless the required metapackages are installed. . While it is intended for use by LSB packages, this command may also be useful for programmatically distinguishing between a pure Debian installation and derived distributions. Homepage: http://www.linux-foundation.org/en/LSB Original-Maintainer: Chris Lawrence Python-Version: 2.6 Package: libgpod4 Status: install ok installed Priority: optional Section: libs Installed-Size: 508 Maintainer: Ubuntu Developers Architecture: i386 Source: libgpod Version: 0.7.95-1 Depends: libc6 (>= 2.4), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libimobiledevice1 (>= 0.9.7), libplist1 (>= 0.16), libpng12-0 (>= 1.2.13-4), libsqlite3-0 (>= 3.7.2), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.0) Recommends: libgpod-common Conflicts: libgpod4-nogtk Description: library to read and write songs and artwork to an iPod libgpod is a library meant to abstract access to an iPod's content. It provides an easy to use API to retrieve the list of files and playlist stored on an iPod, to modify them and to save them back to the iPod . This package contains the shared library. Original-Maintainer: gtkpod Maintainers Homepage: http://www.gtkpod.org/wiki/Libgpod Package: python-twisted-web Status: install ok installed Priority: optional Section: python Installed-Size: 1928 Maintainer: Ubuntu Developers Architecture: all Source: twisted-web Version: 10.1.0-1 Replaces: python-twisted (<< 2.1), python2.3-twisted-web, python2.4-twisted-web Depends: python2.6, python (>= 2.6.5-10~), python (<< 2.7), python-twisted-core (>= 10.0) Conflicts: python-twisted (<< 2.1), python2.3-twisted-web, python2.4-twisted-web Description: An HTTP protocol implementation together with clients and servers Twisted web is a web server, and also provides basic HTTP client support. You may want to check out Nevow, a templating toolkit designed for twisted.web, and Twisted Web2, the next generation Twisted web server. Original-Maintainer: Matthias Klose Python-Version: 2.6 Package: update-inetd Status: install ok installed Priority: optional Section: admin Installed-Size: 124 Maintainer: Ubuntu Developers Architecture: all Version: 4.36ubuntu0.1 Depends: debconf (>= 0.5) | debconf-2.0, libfile-temp-perl, libfile-copy-recursive-perl Conflicts: netbase (<< 4.27) Description: inetd configuration file updater This package provides a program used by other packages to automatically update /etc/inetd.conf, the configuration file shared by all implementations of the Internet super-server. . Note that xinetd is not supported by this package. Original-Maintainer: Serafeim Zanikolas Package: xdg-user-dirs-gtk Status: install ok installed Priority: optional Section: utils Installed-Size: 476 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 0.8-1ubuntu1 Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.0), xdg-user-dirs Conffiles: /etc/xdg/autostart/user-dirs-update-gtk.desktop 8f850f1b222c211f5fa18827401e789f Description: tool to manage well known user directories (Gtk extension) xdg-user-dirs is a tool to help manage "well known" user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames. . This extension sets the Gtk bookmark file and tracks changes of the locale to notify the user on login about changed directory names. Homepage: http://www.freedesktop.org/wiki/Software/xdg-user-dirs Original-Maintainer: Sebastian Dröge Package: libgudev-1.0-0 Status: install ok installed Priority: important Section: libs Installed-Size: 180 Maintainer: Scott James Remnant Architecture: i386 Source: udev (162-2.2) Version: 1:162-2.2 Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.22.0), libudev0 (>= 147) Description: GObject-based wrapper library for libudev This library makes it much simpler to use libudev from programs already using GObject. It also makes it possible to easily use libudev from other programming languages, such as Javascript, because of GObject introspection support. . This package contains the shared libraries. Homepage: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html Package: ssl-cert Status: install ok installed Priority: optional Section: utils Installed-Size: 112 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.26 Depends: debconf (>= 0.5) | debconf-2.0, openssl (>= 0.9.8g-9), adduser Suggests: openssl-blacklist Description: simple debconf wrapper for OpenSSL This package enables unattended installs of packages that need to create SSL certificates. . It is a simple wrapper for OpenSSL's certificate request utility that feeds it with the correct user variables. Original-Maintainer: Debian Apache Maintainers Package: apport-gtk Status: install ok installed Priority: optional Section: gnome Installed-Size: 220 Maintainer: Martin Pitt Architecture: all Source: apport Version: 1.14.1-0ubuntu8.1 Depends: python (>= 2.4), python-apport (>= 0.80), python-gtk2 (>= 2.12), python-xdg, apport (>= 0.41), procps Recommends: update-notifier, gdb Description: GTK+ frontend for the apport crash report system apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package provides a GTK+ frontend for browsing and handling the crash reports. Homepage: https://wiki.ubuntu.com/Apport Python-Version: all Package: libvala-0.10-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 2840 Maintainer: Ubuntu Developers Architecture: i386 Source: vala Version: 0.10.0-0ubuntu3 Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.25.11-3) Description: C# like language for the GObject system - library Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. . This library contains the parser used by valac. It can be used for building tools arround Vala. Homepage: http://live.gnome.org/Vala/ Original-Maintainer: Maintainers of Vala packages Package: intel-gpu-tools Status: install ok installed Priority: optional Section: x11 Installed-Size: 496 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.0.2+git20100324-0ubuntu1 Depends: libc6 (>= 2.8), libdrm-intel1 (>= 2.4.9), libdrm2 (>= 2.3.1), libpciaccess0 (>= 0.8.0+git20071002) Description: tools for debugging the Intel graphics driver intel-gpu-tools is a package of tools for debugging the Intel graphics driver, including a GPU hang dumping program, performance monitor, and performance microbenchmarks for regression testing the DRM. Homepage: http://www.intellinuxgraphics.org/ Original-Maintainer: Eric Anholt Package: libxml-xpath-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 344 Maintainer: Ubuntu Developers Architecture: all Version: 1.13-7 Depends: perl, libxml-parser-perl Description: Perl module for processing XPath The XML::XPath module implements the W3C's XPath specification. It aims to be completely correct to the letter of the spec, and yet still allow extensions through the use of functions and variables, such as are provided by XSLT and XPointer. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/XML-XPath/ Package: erlang-xmerl Status: install ok installed Priority: optional Section: interpreters Installed-Size: 532 Maintainer: Ubuntu Developers Architecture: i386 Source: erlang Version: 1:13.b.3-dfsg-2ubuntu3 Replaces: erlang (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base-hipe (<< 1:13.b.3-dfsg-2ubuntu3), erlang-dev (<< 1:13.b.3-dfsg-2ubuntu3), erlang-doc-html (>> 1:13.b.3-dfsg-999), erlang-doc-html (<< 1:13.b.3-dfsg), erlang-examples (<< 1:13.b.3-dfsg-2ubuntu3), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:13.b.3-dfsg-2ubuntu3), erlang-src (<< 1:13.b.3-dfsg-2ubuntu3), erlang-x11 (<< 1:13.b.3-dfsg-2ubuntu3) Depends: erlang-base (= 1:13.b.3-dfsg-2ubuntu3) | erlang-base-hipe (= 1:13.b.3-dfsg-2ubuntu3) Suggests: erlang, erlang-manpages, erlang-doc-html Description: Erlang/OTP XML tools The xmerl application contains modules for processing XML. Homepage: http://www.erlang.org/ Original-Maintainer: Debian Erlang Packagers Package: libsamplerate0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1512 Maintainer: Ubuntu Developers Architecture: i386 Source: libsamplerate Version: 0.1.7-3 Depends: libc6 (>= 2.1.3) Description: Audio sample rate conversion library libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion. . libsamplerate currently provides three different sample rate conversion algorithms; zero order hold, linear interpolation and FIR filter interpolation (using filters derived from the mathematical SINC function). The first two algorithms (zero order hold and linear) are included for completeness and are not recommended for any application where high quality sample rate conversion is required. For the FIR/Sinc algorithm, three converters are provided; SRC_SINC_FASTEST, SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY to allow a trade off between conversion speed and conversion quality. . libsamplerate is capable of downsampling to 1/256 of the original sample rate and upsampling to 256 times the original sample rate. It is also capable of time varying conversions for vary speed effects and synchronising of two unlocked sample rates. Original-Maintainer: Erik de Castro Lopo Homepage: http://www.mega-nerd.com/SRC/ Package: xserver-xorg-video-s3virge Status: install ok installed Priority: optional Section: x11 Installed-Size: 152 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:1.10.4-2build2 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-s3virge Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.1.3), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-s3virge Description: X.Org X server -- S3 ViRGE display driver This package provides the driver for the S3 ViRGE and Trio3D family of chipsets. It does not support Trio64 or S3 96x cards; support for these can be found in the xserver-xorg-video-s3 package. Support for S3 Savage chipsets can be found in xserver-xorg-video-savage. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-s3virge driver module. Original-Maintainer: Debian X Strike Force Package: libcanberra-gtk-module Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libcanberra Version: 0.25-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libcanberra-gtk0 (>= 0.2), libcanberra0 (>= 0.2), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.20.0), libltdl7 (>= 2.2.6b), libogg0 (>= 1.0rc3), libpango1.0-0 (>= 1.14.0), libtdb1 (>= 1.0.6), libvorbis0a (>= 1.1.2), libvorbisfile3 (>= 1.1.2), zlib1g (>= 1:1.1.4) Conffiles: /etc/X11/Xsession.d/52libcanberra-gtk-module_add-to-gtk-modules adb2246d890f20fc819d3a75e2449597 Description: translates Gtk+ widgets signals to event sounds A GtkModule which will automatically hook into all kinds of events inside a Gtk+ program and generate sound events from them. Original-Maintainer: Marc-Andre Lureau Package: libc6-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 19104 Maintainer: Ubuntu Core developers Architecture: i386 Source: eglibc Version: 2.12.1-0ubuntu10.1 Provides: libc-dev Depends: libc6 (= 2.12.1-0ubuntu10.1), libc-dev-bin (= 2.12.1-0ubuntu10.1), linux-libc-dev Recommends: gcc | c-compiler Suggests: glibc-doc, manpages-dev Conflicts: binutils (<< 2.20.1-1), binutils-gold (<< 2.20.1-11) Description: Embedded GNU C Library: Development Libraries and Header Files Contains the symlinks, headers, and object files needed to compile and link programs which use the standard C library. Homepage: http://www.eglibc.org Original-Maintainer: GNU Libc Maintainers Package: libnotify1 Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Ubuntu Developers Architecture: i386 Source: libnotify Version: 0.5.0-2ubuntu1 Provides: libnotify1-gtk2.10 Depends: libc6 (>= 2.7), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.18.0) Recommends: notification-daemon Description: sends desktop notifications to a notification daemon A library that sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way. . This package contains the shared library. To actually display the notifications, you need to install the package notification-daemon. Original-Maintainer: Andre Filipe de Assuncao e Brito Package: libssl0.9.8 Status: install ok installed Priority: important Section: libs Installed-Size: 1844 Maintainer: Ubuntu Core Developers Architecture: i386 Source: openssl Version: 0.9.8o-1ubuntu4.3 Depends: libc6 (>= 2.7), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0 Conflicts: libssl, libssl096-dev (<< 0.9.6-2), openssl (<< 0.9.6-2), ssleay (<< 0.9.2b) Description: SSL shared libraries libssl and libcrypto shared libraries needed by programs like apache-ssl, telnet-ssl and openssh. . It is part of the OpenSSL implementation of SSL. Original-Maintainer: Debian OpenSSL Team Package: libnm-util1 Status: install ok installed Priority: optional Section: libs Installed-Size: 376 Maintainer: Ubuntu Core Dev Team Architecture: i386 Source: network-manager Version: 0.8.1+git.20100810t184654.ab580f4-0ubuntu2 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.24.0), libnspr4-0d (>= 4.7.3-0ubuntu1~), libnss3-1d (>= 3.12.2~rc1), libuuid1 (>= 2.16) Breaks: network-manager-gnome (<< 0.7~~), network-manager-kde (<< 1:0.2.3) Description: network management framework (shared library) NetworkManager attempts to keep an active network connection available at all times. It is intended only for the desktop use-case, and is not intended for usage on servers. The point of NetworkManager is to make networking configuration and setup as painless and automatic as possible. If using DHCP, NetworkManager is _intended_ to replace default routes, obtain IP addresses from a DHCP server, and change nameservers whenever it sees fit. . This package contains a convenience library to ease the access to NetworkManager. . Homepage: http://www.gnome.org/projects/NetworkManager/ Original-Maintainer: Riccardo Setti Package: gnome-system-log Status: install ok installed Priority: optional Section: gnome Installed-Size: 2060 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-utils Version: 2.31.1-0ubuntu1 Replaces: gnome-utils (<< 2.30.0-2) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2.20), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), zlib1g (>= 1:1.1.4), gconf2 (>= 2.28.1-2), gnome-utils-common (>= 2.31), gnome-utils-common (<< 2.32) Suggests: yelp Conflicts: gnome-utils (<< 2.30.0-2) Description: system log viewer for GNOME This program displays system log files in a friendly way and allows to filter or search expressions in them. Homepage: http://live.gnome.org/GnomeUtils Original-Maintainer: Debian GNOME Maintainers Package: bzip2 Status: install ok installed Priority: optional Section: utils Installed-Size: 156 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1.0.5-4ubuntu1 Replaces: libbz2 (<< 0.9.5d-3) Depends: libbz2-1.0 (= 1.0.5-4ubuntu1), libc6 (>= 2.4) Suggests: bzip2-doc Description: high-quality block-sorting file compressor - utilities bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Homepage: http://www.bzip.org/ Original-Maintainer: Anibal Monsalve Salazar Package: vim-common Status: install ok installed Priority: important Section: editors Installed-Size: 380 Maintainer: Ubuntu Developers Architecture: i386 Source: vim Version: 2:7.2.330-1ubuntu4 Depends: libc6 (>= 2.4) Recommends: vim | vim-gnome | vim-gtk | vim-lesstif | vim-nox | vim-tiny Conffiles: /etc/vim/vimrc e8793640eb83ade46e2d452bcf62e7e3 Description: Vi IMproved - Common files Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains files shared by all non GUI-enabled vim variants (vim and vim-tiny currently) available in Debian. Examples of such shared files are: manpages, common executables like xxd, and configuration files. Homepage: http://www.vim.org/ Original-Maintainer: Debian Vim Maintainers Package: python-egenix-mxtools Status: install ok installed Priority: optional Section: python Installed-Size: 424 Maintainer: Ubuntu Developers Architecture: i386 Source: egenix-mx-base Version: 3.1.3-4 Replaces: python2.3-egenix-mxtools, python2.4-egenix-mxtools Provides: python2.6-egenix-mxtools Depends: libc6 (>= 2.4), python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11) Suggests: python-egenix-mxtools-dbg, python-egenix-mxtools-doc Conflicts: python2.3-egenix-mxtools, python2.4-egenix-mxtools Description: collection of additional builtins for Python mxTools is a Python extension package that includes a collection of handy functions and objects giving additional functionality to the Python programmer in form of new builtins, extensions to the sys module and several other helpers as part of the package. . The package includes several functions which provide access to Python internals that would otherwise not be available. Original-Maintainer: Joel Rosdahl Python-Version: 2.6 Package: libwavpack1 Status: install ok installed Priority: optional Section: libs Installed-Size: 212 Maintainer: Ubuntu Developers Architecture: i386 Source: wavpack Version: 4.60.1-1 Depends: libc6 (>= 2.4) Description: an audio codec (lossy and lossless) - library WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. Although the technology is loosely based on previous versions of WavPack, the new version 4 format has been designed from the ground up to offer unparalleled performance and functionality. . This package contains the shared libraries necessary to run programs using libwavpack. Original-Maintainer: Debian multimedia packages maintainers Homepage: http://www.wavpack.com Package: computer-janitor Status: install ok installed Priority: optional Section: admin Installed-Size: 324 Maintainer: Ubuntu Developers Architecture: all Version: 2.0.4-0ubuntu1.1 Replaces: system-cleaner Depends: python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), python-apt (>= 0.7.9), update-manager-core (>= 1:0.98.1), python-dbus, dbus, python-argparse (>= 1.1) Conflicts: system-cleaner Conffiles: /etc/computer-janitor.d/default.whitelist 47d0d82244974487b94bbc366db6350b /etc/dbus-1/system.d/com.ubuntu.ComputerJanitor.conf c27b0028fe2a983e3f1d5e99d86683f1 Description: Clean up a system so it's more like a freshly installed one Over time, a computer system tends to get cluttered. For example, software packages that are no longer needed can be uninstalled. When the system is upgraded from release to release, it may miss out on configuration tweaks that freshly installed systems get. . Computer Janitor is an application to fix these kinds of problems. It attempts to find software packages that can be removed, and tweak the system configuration in useful ways. . This is the command line version. Homepage: https://wiki.ubuntu.com/CleanupCruft Original-Maintainer: Julian Andres Klode Package: ttf-thai-tlwg Status: install ok installed Priority: optional Section: fonts Installed-Size: 5456 Maintainer: Ubuntu Developers Architecture: all Source: thaifonts-scalable Version: 1:0.4.14-1 Conffiles: /etc/fonts/conf.avail/89-ttf-thai-tlwg-synthetic.conf 7e82939c77e163abe671ac3053dca08e /etc/fonts/conf.avail/64-ttf-thai-tlwg.conf bee2be8821db064d0eceed6369385bb6 Description: Thai fonts in TrueType format This package provides some free-licensed fonts that are enhanced by developpers from Thai Linux Working Group in TrueType format. Its purpose is to provide the basic font set for Thai free desktops. . It provides fonts from the National Font Project (Kinnari, Garuda, Norasi), UI font from NECTEC (Loma) and several developed by TLWG and its contributors. . Most modern desktop users who want to use Thai language should install this package. Original-Maintainer: Theppitak Karoonboonyanan Homepage: http://linux.thai.net/projects/thaifonts-scalable Package: openssl Status: install ok installed Priority: optional Section: utils Installed-Size: 844 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 0.9.8o-1ubuntu4.3 Depends: libc6 (>= 2.7), libssl0.9.8 (>= 0.9.8m-1), zlib1g (>= 1:1.1.4) Suggests: ca-certificates, openssl-doc Conflicts: ssleay (<< 0.9.2b) Conffiles: /etc/ssl/openssl.cnf 0b1cf9a835b829131d630b7c2fe55f3c Description: Secure Socket Layer (SSL) binary and related cryptographic tools This package contains the openssl binary and related tools. . It is part of the OpenSSL implementation of SSL. . You need it to perform certain cryptographic actions like: - Creation of RSA, DH and DSA key parameters; - Creation of X.509 certificates, CSRs and CRLs; - Calculation of message digests; - Encryption and decryption with ciphers; - SSL/TLS client and server tests; - Handling of S/MIME signed or encrypted mail. Original-Maintainer: Debian OpenSSL Team Package: libgnome2-canvas-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 444 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.002-2build1 Depends: perl (>= 5.10.1-8ubuntu1), perlapi-5.10.1, libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.1.3), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.16.0), libgnomecanvas2-0 (>= 2.11.1), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.14.0), libglib-perl (>= 1.040), libgtk2-perl (>= 1.040) Description: Perl interface to the GNOME canvas library libgnome2-canvas-perl allows a perl developer to use the GNOME Canvas widget with Gtk2-Perl. . The GNOME Canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. . Find out more about GNOME at http://www.gnome.org. . The perl bindings follow the C API very closely, and the C reference documentation should be considered the canonical source: http://developer.gnome.org/doc/API/2.0/libgnomecanvas/index.html . This module is part of gtk2-perl. . To discuss gtk2-perl, ask questions and flame/praise the authors, join gtk-perl-list@gnome.org at lists.gnome.org. . Also have a look at the gtk2-perl website and sourceforge project page, http://gtk2-perl.sourceforge.net Original-Maintainer: Debian Perl Group Homepage: http://gtk2-perl.sourceforge.net/ Package: python-gnupginterface Status: install ok installed Priority: optional Section: python Installed-Size: 140 Maintainer: Ubuntu Developers Architecture: all Source: gnupginterface Version: 0.3.2-9.1 Provides: python2.6-gnupginterface Depends: python-support (>= 0.90.0), gnupg (>= 1.2.1) Description: Python interface to GnuPG (GPG) GnuPGInterface is a Python module to interface with GnuPG. It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means. . This module is based on GnuPG::Interface, a Perl module by the same author. Original-Maintainer: Guilherme de S. Pastore Package: modemmanager Status: install ok installed Priority: optional Section: net Installed-Size: 776 Maintainer: Alexander Sack Architecture: i386 Version: 0.4+git.20100809t153145.be28089-0ubuntu1 Depends: libc6 (>= 2.7), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.86), libglib2.0-0 (>= 2.22.0), libgudev-1.0-0 (>= 147) Recommends: usb-modeswitch Conffiles: /etc/dbus-1/system.d/org.freedesktop.ModemManager.conf a2a61104bf3fc6aef138de420243f06b 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: desktopcouch Status: install ok installed Priority: optional Section: python Installed-Size: 436 Maintainer: Ubuntu Developers Architecture: all Version: 0.6.9b-0ubuntu1 Replaces: python-desktopcouch, python-desktopcouch-records Provides: python-desktopcouch, python-desktopcouch-records Depends: python, python-central (>= 0.6.11), couchdb-bin (>= 0.10.0-0ubuntu3), python-dbus, python-couchdb (>= 0.6), python-twisted-core, python-gobject, python-avahi, python-gtk2, gnome-keyring Recommends: ubuntu-sso-client Conffiles: /etc/xdg/desktop-couch/compulsory-auth.ini d3a26cea1819c0a919d68712517ee7ea Description: A Desktop CouchDB instance Runs an instance of CouchDB with the users session. Includes python library for interacting with database. Homepage: http://launchpad.net/desktopcouch Python-Version: current Package: libglib2.0-data Status: install ok installed Priority: optional Section: libs Installed-Size: 24 Maintainer: Ubuntu Desktop Team Architecture: all Source: glib2.0 Version: 2.26.0-0ubuntu1 Replaces: libglib1.3, libglib1.3-data Depends: libglib2.0-0 (>= 2.26.0-0ubuntu1) Conflicts: libglib1.3-data Description: Common files for GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package is needed for the runtime libraries to display messages in languages other than English. Homepage: http://www.gtk.org/ Original-Maintainer: Loic Minier Package: python-software-properties Status: install ok installed Priority: optional Section: python Installed-Size: 196 Maintainer: Michael Vogt Architecture: all Source: software-properties Version: 0.76.7 Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), python-apt (>= 0.6.20ubuntu16), lsb-release, python-gnupginterface, unattended-upgrades, iso-codes 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. Python-Version: 2.6 Package: libgdk-pixbuf2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 552 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gdk-pixbuf Version: 2.22.0-0ubuntu1 Replaces: libgtk2.0-0 (<< 2.21.3), libgtk2.0-bin (<< 2.21.3) Depends: libc6 (>= 2.11), libglib2.0-0 (>= 2.25.9), libjasper1 (>= 1.900.1), libjpeg62, libpng12-0 (>= 1.2.13-4), libtiff4, libx11-6, zlib1g (>= 1:1.1.4) Breaks: librsvg2-2 (<< 2.26.3-2), libwmf0.2-7 (<< 0.2.8.4-7) Conflicts: libgtk2.0-0 (<< 2.21.3), libgtk2.0-bin (<< 2.21.3) Description: GDK Pixbuf library The Gdk Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) Homepage: http://www.gtk.org/ Package: libical0 Status: install ok installed Priority: optional Section: libs Installed-Size: 604 Maintainer: Ubuntu Developers Architecture: i386 Source: libical Version: 0.44-3 Depends: libc6 (>= 2.7), tzdata Description: iCalendar library implementation in C (runtime) libical is an open source implementation of the IETF's iCalendar calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents. . This package contains the files necessary for running applications that use the libical library. Original-Maintainer: Fathi Boudra Homepage: http://freeassociation.sourceforge.net Package: xorg Status: install ok installed Priority: optional Section: x11 Installed-Size: 36 Maintainer: Ubuntu X-SWAT Architecture: i386 Version: 1:7.5+6ubuntu3 Provides: x-window-system, x-window-system-core Depends: xserver-xorg, libgl1-mesa-glx | libgl1, libgl1-mesa-dri, libglu1-mesa, xfonts-base (>= 1:1.0.0-1), xfonts-100dpi (>= 1:1.0.0-1), xfonts-75dpi (>= 1:1.0.0-1), x11-apps, x11-session-utils, x11-utils, x11-xfs-utils, x11-xkb-utils, x11-xserver-utils, xauth, xinit, xfonts-utils, xkb-data, xorg-docs-core, xterm | x-terminal-emulator, x11-common, xinput Recommends: xfonts-scalable (>= 1:1.0.0-1) Suggests: xorg-docs Description: X.Org X Window System This metapackage provides the components for a standalone workstation running the X Window System. It provides the X libraries, an X server, a set of fonts, and a group of basic X clients and utilities. . Higher level metapackages, such as those for desktop environments, can depend on this package and simplify their dependencies. . It should be noted that a package providing x-window-manager should also be installed to ensure a comfortable X experience. Original-Maintainer: Debian X Strike Force Package: byobu Status: install ok installed Priority: optional Section: misc Installed-Size: 532 Maintainer: Dustin Kirkland Architecture: all Version: 3.5-0ubuntu1 Replaces: byobu-extras (<< 2.17), screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0) Provides: byobu-extras, screen-profiles, screen-profiles-extras Depends: debconf (>= 0.5) | debconf-2.0, screen, gettext-base, python, python-newt (>= 0.52.2-11) Suggests: apport, vim, w3m, po-debconf, update-notifier-common, lsb-release Breaks: byobu-extras (<< 2.17), screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0) Enhances: screen Conffiles: /etc/byobu/socketdir fd572fb479666e2a1690fb76c36e4c36 /etc/byobu/statusrc f0fd9f485c4cb2416c6a0f30ea66558a Description: a set of useful profiles and a profile-switcher for GNU screen byobu includes a set of profiles for the GNU screen window manager. These profiles are quite useful on server machines which are not running a graphical desktop. The 'screen' command provides a number of advanced features are not necessarily exposed in the default profile. These profiles provide features such as status bars, clocks, notifiers (reboot required, updates available), etc. The profile-switcher allows users to quickly switch their .screenrc to any of the available profiles. Homepage: http://launchpad.net/byobu Package: libtelepathy-glib0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1280 Maintainer: Ubuntu Developers Architecture: i386 Source: telepathy-glib Version: 0.12.0-0ubuntu1 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.24.0) Breaks: telepathy-gabble (<< 0.7.9), telepathy-sofiasip (<< 0.5.17) Description: Telepathy framework - GLib library This package contains telepathy-glib, a GLib-based library for Telepathy components. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Homepage: http://telepathy.freedesktop.org/wiki/ Original-Maintainer: Debian Telepathy maintainers Package: ncurses-bin Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 528 Maintainer: Ubuntu Developers Architecture: i386 Source: ncurses Version: 5.7+20100626-0ubuntu1 Pre-Depends: libc6 (>= 2.4), libncurses5 (>= 5.7+20100313) Description: terminal-related programs and man pages This package contains the programs used for manipulating the terminfo database and individual terminfo entries, as well as some programs for resetting terminals and such. Homepage: http://invisible-island.net/ncurses/ Original-Maintainer: Craig Small Package: perl-base Essential: yes Status: install ok installed Priority: required Section: perl Installed-Size: 4512 Maintainer: Ubuntu Developers Architecture: i386 Source: perl Version: 5.10.1-12ubuntu2 Replaces: libperl5.8 (<< 5.8.0-20), libscalar-list-utils-perl, libxsloader-perl, perl (<< 5.10.1-12), perl-modules (<< 5.10.1-1) Provides: libscalar-list-utils-perl, libxsloader-perl, perl5-base, perlapi-5.10.0, perlapi-5.10.1 Pre-Depends: libc6 (>= 2.11), dpkg (>= 1.14.20) Suggests: perl Conflicts: autoconf2.13 (<< 2.13-45), libfile-spec-perl (<< 3.30), libscalar-list-utils-perl (<< 1:1.21), libxsloader-perl (<< 0.10), safe-rm (<< 0.8) Description: minimal Perl system Perl is a scripting language used in many system scripts and utilities. . This package provides a Perl interpreter and the small subset of the standard run-time library required to perform basic tasks. For a full Perl installation, install "perl" (and its dependencies, "perl-modules" and "perl-doc"). Original-Maintainer: Niko Tyni Package: python-egenix-mxdatetime Status: install ok installed Priority: optional Section: python Installed-Size: 384 Maintainer: Ubuntu Developers Architecture: i386 Source: egenix-mx-base Version: 3.1.3-4 Replaces: python2.3-egenix-mxdatetime, python2.4-egenix-mxdatetime Provides: python2.6-egenix-mxdatetime Depends: libc6 (>= 2.4), python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), python-egenix-mxtools Suggests: python-egenix-mxdatetime-dbg, python-egenix-mxdatetime-doc Conflicts: python2.3-egenix-mxdatetime, python2.4-egenix-mxdatetime Description: date and time handling routines for Python mxDateTime is a Python extension package that provides three new objects, DateTime, DateTimeDelta and RelativeDateTime, which let you store and handle date/time values in a much more natural way than by using ticks (seconds since 1970-01-01 00:00:00 UTC), the representation used by Python's time module). . You can add, subtract and even multiply instances, pickle and copy them and convert the results to strings, COM dates, ticks and some other more esoteric values. In addition, there are several convenient constructors and formatters at hand to greatly simplify dealing with dates and times in real-world applications. . In addition to providing an easy-to-use Python interface the package also exports a comfortable C API interface for other extensions to build upon. This is especially interesting for database applications which often have to deal with date/time values (the mxODBC package is one example of an extension using this interface). . mxDateTime can convert between various different date/time storage formats, including COM dates, TJD, MJD, JDN, tuples and, probably most important, strings. . The date/time parser included in mxDateTime is one of the most flexible such parser available for Python. It is constantly being improved to make parsing date/time strings as easy as possible. At the same time, it offers a fully customizable interface which allows selecting valid date/time formats from a range of predefined categories. . There are also special parser and formatter modules for ARPA and ISO date/time formats, which are handy if you work a lot with Internet standards. Original-Maintainer: Joel Rosdahl Python-Version: 2.6 Package: sysv-rc Status: install ok installed Priority: required Section: admin Installed-Size: 288 Maintainer: Ubuntu Core Developers Architecture: all Source: sysvinit Version: 2.87dsf-4ubuntu19 Replaces: file-rc Depends: debconf | debconf-2.0, sysvinit-utils (>= 2.86.ds1-62), insserv (>> 1.12.0-10) Recommends: lsb-base (>= 3.2-14) Suggests: sysv-rc-conf, bum Breaks: initscripts (<< 2.86.ds1-63) Conflicts: file-rc Description: System-V-like runlevel change mechanism This package provides support for the System-V like system for booting, shutting down and changing runlevels, configured through symbolic links in /etc/rc?.d/. Homepage: http://freshmeat.net/projects/sysvinit/ Original-Maintainer: Debian sysvinit maintainers Package: libutempter0 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: i386 Source: libutempter Version: 1.1.5-3 Depends: libc6 (>= 2.4), adduser Description: A privileged helper for utmp/wtmp updates (runtime) The libutempter library provides interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files. . The utempter is a privileged helper used by libutempter library to manipulate utmp and wtmp files. Original-Maintainer: Debian Krap Maintainers Homepage: http://freshmeat.net/projects/libutempter Package: libtimedate-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 248 Maintainer: Ubuntu Developers Architecture: all Version: 1.2000-1 Replaces: timedate Provides: timedate Depends: perl Conflicts: timedate Description: collection of modules to manipulate date/time information TimeDate is a collection of Perl modules useful for manipulating date and time information. Date::Parse can parse absolute date specifications in a wide variety of input formats and many languages (via Date::Language). . This package also includes Date::Format, which can format dates into strings, as well as Time::Zone, which contains miscellaneous time zone functions. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/TimeDate/ Package: apt Status: install ok installed Priority: important Section: admin Installed-Size: 5968 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.8.3ubuntu7 Replaces: manpages-pl (<< 20060617-3~) Provides: libapt-pkg4.10 Depends: libc6 (>= 2.8), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Recommends: ubuntu-keyring, gpg Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt Conflicts: python-apt (<< 0.7.93.2~) Conffiles: /etc/apt/apt.conf.d/01autoremove 11e238fef20cf1b89c79140c7be9c964 /etc/logrotate.d/apt 179f2ed4f85cbaca12fa3d69c2a4a1c3 /etc/cron.daily/apt 38b6e907c45b968bb7e376595faec563 Description: Advanced front-end for dpkg This is Debian's next generation front-end for the dpkg package manager. It provides the apt-get utility and APT dselect method that provides a simpler, safer way to install and upgrade packages. . APT features complete installation ordering, multiple source capability and several other unique features, see the Users Guide in apt-doc. Original-Maintainer: APT Development Team Package: branding-ubuntu Status: install ok installed Priority: optional Section: graphics Installed-Size: 1300 Maintainer: Scott Ritchie Architecture: all Version: 0.4-0ubuntu1 Provides: branding Description: Replacement artwork with Ubuntu branding The branding-ubuntu package is a series of replacement artworks for packages to make them more Ubuntu specific and fit in with the overall theme. Removal of the branding package should cause branded applications to fall back to their default artwork. Homepage: https://wiki.ubuntu.com/branding Package: libusbmuxd1 Status: install ok installed Priority: optional Section: libs Installed-Size: 72 Maintainer: Ubuntu Developers Architecture: i386 Source: usbmuxd Version: 1.0.4-1 Depends: libc6 (>= 2.4) Description: USB multiplexor daemon for iPhone and iPod Touch devices - library usbmuxd, the USB multiplexor daemon, is in charge of coordinating access to iPhone and iPod Touch services over USB. Synchronization and management applications for the iPhone and iPod Touch need this daemon to communicate with such devices concurrently. . This package contains the shared library. Original-Maintainer: Julien Lavergne Homepage: http://marcansoft.com/blog/iphonelinux/usbmuxd/ Package: libndesk-dbus1.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 144 Maintainer: Ubuntu Developers Architecture: all Source: ndesk-dbus Version: 0.6.0-4 Depends: cli-common (>= 0.5.1), libc6 (>= 2.10) | libc6.1 (>= 2.10) | libc0.1 (>= 2.10), libmono-corlib2.0-cil (>= 1.2.2.1), libmono-posix2.0-cil (>= 2.4), libmono-system2.0-cil (>= 2.4.3) Description: CLI implementation of D-Bus ndesk-dbus is a C# implementation of D-Bus. It's often referred to as "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus). . D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package contains the ndesk-dbus library itself. Original-Maintainer: Debian CLI Libraries Team Homepage: http://www.ndesk.org/DBusSharp Package: telepathy-mission-control-5 Status: install ok installed Priority: optional Section: net Installed-Size: 512 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:5.6.0-1 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.24.0), libgnome-keyring0 (>= 2.22.2), libmission-control-plugins0 (= 1:5.6.0-1), libtelepathy-glib0 (>= 0.11.13) Conflicts: telepathy-mission-control Description: management daemon for Telepathy real-time communication framework Telepathy Mission Control 5 is an account manager and channel dispatcher for the Telepathy framework, allowing user interfaces and other clients to share connections to real-time communication services without conflicting. It implements the AccountManager and ChannelDispatcher D-Bus APIs as described by telepathy-spec. . The account manager part stores real time communication account details, connects to the stored accounts on request, and sets the accounts' presence, nickname and avatar according to requests from Telepathy user interfaces and other components. . The channel dispatcher part responds to incoming communication channels (message streams, voice/video calls, file transfers etc.) by dispatching them to suitable user interfaces, and requests outgoing communication channels according to requests from a Telepathy UI. . This is not a compatible replacement for Mission Control 4 (in the telepathy-mission-control package), but they can be installed in parallel. Original-Maintainer: Debian Telepathy maintainers Homepage: http://telepathy.freedesktop.org/wiki/ Package: brasero Status: install ok installed Priority: optional Section: gnome Installed-Size: 544 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.32.0-0ubuntu2.1 Depends: libatk1.0-0 (>= 1.29.3), libbrasero-media1 (= 2.32.0-0ubuntu2.1), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.16), libgstreamer-plugins-base0.10-0 (>= 0.10.12), libgstreamer0.10-0 (>= 0.10.15), libgtk2.0-0 (>= 2.21.8), libice6 (>= 1:1.0.0), liblaunchpad-integration1 (>= 0.1.17), libnautilus-extension1 (>= 2.30), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsm6, libtotem-plparser17 (>= 2.30.1), libunique-1.0-0 (>= 1.0.0), libxml2 (>= 2.7.4), gstreamer0.10-plugins-base (>= 0.10.0), gnome-icon-theme, gvfs, brasero-common (>= 2.32), brasero-common (<< 2.33) Recommends: brasero-cdrkit Suggests: vcdimager, libdvdcss2 Conflicts: nautilus-cd-burner 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 Homepage: http://www.gnome.org/projects/brasero/ Original-Maintainer: Pedro Fragoso Package: openoffice.org-impress Status: install ok installed Priority: optional Section: editors Installed-Size: 2476 Maintainer: Ubuntu Core Developers Architecture: i386 Source: openoffice.org Version: 1:3.2.1-7ubuntu1 Replaces: openoffice.org (<< 1.9), openoffice.org-common (<< 2.0.3+2.0.4m179), openoffice.org-debian-files, openoffice.org2-impress (<< 1:3.2.1-7ubuntu1) Provides: openoffice.org2-impress Depends: openoffice.org-core (= 1:3.2.1-7ubuntu1), openoffice.org-draw (= 1:3.2.1-7ubuntu1), libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libstlport4.6ldbl, ure (>= 1.4.0) Breaks: openoffice.org-presenter-console (<< 1.0.3~) Conflicts: openoffice.org-debian-files, openoffice.org2-impress (<< 1:3.2.1-7ubuntu1) Description: office productivity suite -- presentation OpenOffice.org 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 OpenOffice.org. Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: libmtp8 Status: install ok installed Priority: optional Section: libs Installed-Size: 924 Maintainer: Ubuntu Developers Architecture: i386 Source: libmtp Version: 1.0.3-4 Depends: libc6 (>= 2.4), libusb-0.1-4 (>= 2:0.1.12) Recommends: udev Breaks: udev (<< 0.136-1) Description: Media Transfer Protocol (MTP) library libmtp is a library for communicating with MTP aware devices in POSIX compliant operating systems. It implements MTP Basic, the subset proposed for standardization. . The Media Transfer Protocol (commonly referred to as MTP) is a devised set of custom extensions to support the transfer of music files on USB digital audio players and movie files on USB portable media players. Original-Maintainer: Alessio Treglia Homepage: http://libmtp.sourceforge.net/ Package: libegroupwise1.2-13 Status: install ok installed Priority: optional Section: libs Installed-Size: 324 Maintainer: Ubuntu Developers Architecture: i386 Source: evolution-data-server Version: 2.30.3-2ubuntu2.1 Depends: libc6 (>= 2.3.6-6~), libedataserver1.2-13 (>= 2.30.3), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.18.0), libnspr4-0d (>= 4.7.0~1.9b1), libsoup2.4-1 (>= 2.4.0), libxml2 (>= 2.7.4) Description: Client library for accessing groupwise POA through SOAP interface This package is a client library for accessing groupwise POA through SOAP interface of Evolution. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: ubuntuone-client Status: install ok installed Priority: optional Section: net Installed-Size: 164 Maintainer: Ubuntu Developers Architecture: all Version: 1.4.5-0ubuntu1 Replaces: nautilus-ubuntuone, ubuntuone-oauth-login, ubuntuone-storagefs Depends: gconf2 (>= 2.28.1-2), python, python-ubuntuone-client (= 1.4.5-0ubuntu1), python-configglue, python-apport, ubuntu-sso-client (>= 0.99.4) Suggests: ubuntuone-client-dbg Conflicts: nautilus-ubuntuone, ubuntuone-oauth-login, ubuntuone-storagefs Conffiles: /etc/xdg/autostart/ubuntuone-launch.desktop 5d6e63ff57e52624cd22277e28af3f91 Description: Ubuntu One client Ubuntu One is a suite of on-line services. This package contains the synchronization daemon for the Ubuntu One file sharing service. Homepage: https://one.ubuntu.com Original-Maintainer: Rick McBride Package: libdconf0 Status: install ok installed Priority: optional Section: libs Installed-Size: 176 Maintainer: Ubuntu Developers Architecture: i386 Source: d-conf Version: 0.5-1ubuntu6 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.25.16) Description: Simple key-based configuration system dconf is a simple key-based configuration system. Homepage: http://live.gnome.org/dconf Original-Maintainer: Debian GNOME Maintainers Package: libisc60 Status: install ok installed Priority: standard Section: libs Installed-Size: 384 Maintainer: Ubuntu Core Developers Architecture: i386 Source: bind9 Version: 1:9.7.1.dfsg.P2-2ubuntu0.1 Replaces: libbind0 Depends: libc6 (>= 2.4), libcap2 (>= 2.10), libxml2 (>= 2.7.4) Conflicts: libbind0, libbind9-41 Description: ISC Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libisc shared library used by BIND's daemons and clients. Original-Maintainer: LaMont Jones Package: bluez Status: install ok installed Priority: optional Section: admin Installed-Size: 1256 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.69-0ubuntu2 Replaces: bluez-audio, bluez-input, bluez-network, bluez-serial, bluez-utils (<= 4.9) Depends: libbluetooth3 (>= 4.69), libc6 (>= 2.7), libdbus-1-3 (>= 1.1.1), libglib2.0-0 (>= 2.24.0), libnl1 (>= 1.1), libusb-0.1-4 (>= 2:0.1.12), module-init-tools, makedev | udev, lsb-base, dbus Suggests: python-gobject, python-dbus Conflicts: bluez-utils (<= 3.36-3) Conffiles: /etc/bluetooth/input.conf 4bebcedeed8770b1aea07eefc5c35a52 /etc/bluetooth/audio.conf 69e81d359220790f751bf0580a154057 /etc/bluetooth/network.conf 0c7497c405b963382ff71789d0730abd /etc/bluetooth/serial.conf 5dcc15dd1153ddebbd41612da9b642e5 /etc/bluetooth/main.conf 0c80a83e0f79026a0b8a2741bab5c5e0 /etc/bluetooth/rfcomm.conf 0a87d3eddd29683c1456688907e67b4f /etc/init.d/bluetooth 1df736c3e0128ca0ef623cdc9fdefbce /etc/dbus-1/system.d/bluetooth.conf 48e77efa789f5a01029c325bca1f3dd3 Description: Bluetooth tools and daemons This package contains tools and system daemons for using Bluetooth devices. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Homepage: http://www.bluez.org Original-Maintainer: Debian Bluetooth Maintainers Package: policykit-desktop-privileges Status: install ok installed Priority: optional Section: admin Installed-Size: 56 Maintainer: Ubuntu Core Developers Architecture: all Version: 0.2 Recommends: policykit-1 Description: run common desktop actions without password This package provides a set of PolicyKit privileges which allow Administrators to run common actions without being asked for their password: . * mounting and checking internal disk drives (through udisks) * setting the CPU speed and policy (through the GNOME CPU frequency applet) * setting the time and timezone (through the GNOME clock applet or through KDE) . It does not change privileges for non-Administrators (users who are not in the "admin" group). So this satisfies the typical desktop/laptop use case where the user has full control over the hardware anyway. . This is implemented by shipping a pklocalauthority(8) file. Package: sgml-base Status: install ok installed Priority: optional Section: text Installed-Size: 148 Maintainer: Debian XML/SGML Group Architecture: all Version: 1.26 Depends: perl Suggests: sgml-base-doc Conflicts: sgml-data (<= 0.02), sgmltools-2 (<= 2.0.2-4) Description: SGML infrastructure and SGML catalog file support This package creates the SGML infrastructure directories and provides SGML catalog file support in compliance with the current Debian SGML Policy draft: . * infrastructure directories: - /etc/sgml - /usr/share/sgml/{declaration,dtd,entities,misc,stylesheet} - /usr/share/local/sgml/{declaration,dtd,entities,misc,stylesheet} . * update-catalog(8): tool for maintaining the root SGML catalog file and the package SGML catalog files in the '/etc/sgml' directory Package: libxslt1.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 476 Maintainer: Ubuntu Developers Architecture: i386 Source: libxslt Version: 1.1.26-6 Depends: libc6 (>= 2.4), libgcrypt11 (>= 1.4.2), libxml2 (>= 2.7.4) Description: XSLT 1.0 processing library - runtime library XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT stylesheets. libxslt is a C library which implements XSLT version 1.0. . This package contains the libxslt library used by applications for XSLT transformations. Original-Maintainer: Debian XML/SGML Group Homepage: http://xmlsoft.org/xslt/ Package: libatspi1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 480 Maintainer: Ubuntu Developers Architecture: i386 Source: at-spi Version: 1.31.91-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libbonobo2-0 (>= 2.15.0), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.19.7), liborbit2 (>= 1:2.14.10), libpango1.0-0 (>= 1.14.0), libx11-6 Conflicts: libatspi0 Description: C binding libraries of at-spi for GNOME Accessibility at-spi is the "Assistive Technology Service Provider Interface". . Accessibility is enabling people with disabilities to participate in substantial life activities that include work and the use of services, products, and information. . This package contains the C binding libraries for at-spi. Original-Maintainer: Debian GNOME Maintainers Package: gamin Status: install ok installed Priority: optional Section: admin Installed-Size: 160 Maintainer: Ubuntu Core developers Architecture: i386 Version: 0.1.10-1ubuntu3 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libgamin0 (= 0.1.10-1ubuntu3) Conflicts: fam Conffiles: /etc/gamin/gaminrc 5b53411b4716625a20369a05110a5fd1 Description: File and directory monitoring system Gamin is a file and directory monitoring system which allows applications to detect when a file or a directory has been added, removed or modified by somebody else. . It can be used by desktops like KDE, GNOME or Xfce to have their virtual file systems keep track of changes to files and directories. For example, if a file manager displays a directory to the user, and the user removes one of the files via the command-line, gamin will notify the file manager of this change so that it can update the directory display. . Gamin has been designed as a drop-in replacement for FAM with security and maintainability in mind and can use Linux's advanced inotify service when available. Original-Maintainer: Michael Banck Package: python-brlapi Status: install ok installed Priority: extra Section: python Installed-Size: 232 Maintainer: Ubuntu Developers Architecture: i386 Source: brltty Version: 4.2-3ubuntu1 Depends: libbrlapi0.5, libc6 (>= 2.4), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0) Description: Python bindings for BrlAPI This package provides a Python module to access a braille display. Homepage: http://mielke.cc/brltty/ Original-Maintainer: Debian Accessibility Team Package: gir1.0-glib-2.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 508 Maintainer: Ubuntu Developers Architecture: i386 Source: gobject-introspection Version: 0.9.3-0ubuntu4 Depends: libgirepository1.0-1 (>= 0.9.3), libglib2.0-0 (>= 2.25.13) Conflicts: gobject-introspection-glib-2.0 Description: Introspection data for GLib, GObject, Gio and GModule GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. . GObject Introspection contains tools to generate and handle the introspection data. . This package contains the introspection data for the GLib, GObject, GModule and Gio libraries. Homepage: http://live.gnome.org/GObjectIntrospection Original-Maintainer: Sebastian Dröge Package: pciutils Status: install ok installed Priority: standard Section: admin Installed-Size: 892 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:3.1.7-4ubuntu2 Depends: libc6 (>= 2.7), libpci3 (= 1:3.1.7-4ubuntu2) Suggests: bzip2, wget | curl | lynx Description: Linux PCI Utilities This package contains various utilities for inspecting and setting of devices connected to the PCI bus. Original-Maintainer: Anibal Monsalve Salazar Homepage: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml Package: libdbus-glib-1-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 204 Maintainer: Ubuntu Developers Architecture: i386 Source: dbus-glib Version: 0.88-2 Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.1.1), libglib2.0-0 (>= 2.24.0) Description: simple interprocess messaging system (GLib-based shared library) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides the GLib-based shared library for applications using the GLib interface to D-Bus. . See the dbus description for more information about D-Bus in general. Original-Maintainer: Utopia Maintenance Team Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings Package: libappindicator0.1-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 120 Maintainer: Ubuntu Desktop Team Architecture: all Source: indicator-application Version: 0.2.9-0ubuntu1 Replaces: libappindicator0-cil (<= 0.0.19-0ubuntu4), libappindicator0.0-cil (<= 0.2.0-0ubuntu4) Provides: libappindicator0.0-cil Depends: cli-common (>= 0.5.1), libappindicator1 (>= 0.0.19), libglib2.0-cil (>= 2.12.10), libgtk2.0-cil (>= 2.12.10), libmono-corlib2.0-cil (>= 2.6.3) Conflicts: libappindicator0-cil (<= 0.0.19-0ubuntu4) Description: CLI bindings for libappindicator This package provides the appindicator-sharp assembly that allows CLI (.NET) programs to take menus from applications and place them in the panel. . This package contains assemblies to be used by applications. Homepage: https://launchpad.net/indicator-application Package: gnome-media-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 2464 Maintainer: Ubuntu Desktop Team Architecture: all Source: gnome-media Version: 2.31.6-0ubuntu2 Replaces: gnome-media (<< 2.12.0-4) Depends: gconf2 (>= 2.28.1-2) Recommends: gnome-media Description: GNOME media utilities - common files This package contains the common files and internationalization for the GNOME media utilities. Homepage: http://live.gnome.org/GnomeMedia Original-Maintainer: Debian GNOME Maintainers Package: manpages-dev Status: install ok installed Priority: optional Section: doc Installed-Size: 3240 Maintainer: Ubuntu Core Developers Architecture: all Source: manpages Version: 3.24-1ubuntu1 Replaces: glibc-doc (<< 2.3.6-8) Depends: manpages Suggests: man-browser 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: ubuntu-standard Status: install ok installed Priority: optional Section: metapackages Installed-Size: 60 Maintainer: Matt Zimmerman Architecture: i386 Source: ubuntu-meta Version: 1.207 Depends: at, busybox-static, cpio, cron, dmidecode, dnsutils, dosfstools, ed, file, ftp, hdparm, info, iptables, language-selector-common, logrotate, lshw, lsof, ltrace, man-db, memtest86+, mime-support, parted, pciutils, popularity-contest, psmisc, rsync, strace, time, usbutils, wget Recommends: apparmor-utils, apt-transport-https, bash-completion, command-not-found, friendly-recovery, iputils-tracepath, irqbalance, manpages, mlocate, mtr-tiny, nano, ntfs-3g, openssh-client, plymouth, plymouth-theme-ubuntu-text, ppp, pppconfig, pppoeconf, tcpdump, telnet, ufw, update-manager-core, uuid-runtime, w3m Description: The Ubuntu standard system This package depends on all of the packages in the Ubuntu standard system. This set of packages provides a comfortable command-line Unix-like environment. . It is also used to help ensure proper upgrades, so it is recommended that it not be removed. Package: gnome-panel Status: install ok installed Priority: optional Section: gnome Installed-Size: 1124 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 1:2.30.2-1ubuntu3 Depends: libatk1.0-0 (>= 1.29.3), libbonobo2-0 (>= 2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libcanberra-gtk0 (>= 0.17), libcanberra0 (>= 0.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libecal1.2-7 (>= 2.30.2), libedataserver1.2-13 (>= 2.30.2), libedataserverui1.2-8 (>= 2.30.2), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgnome-desktop-2-17 (>= 1:2.29.92), libgnome-menu2 (>= 2.27.92), libgtk2.0-0 (>= 2.20.0), libgweather1 (>= 2.30.0), libical0 (>= 0.30), libice6 (>= 1:1.0.0), liborbit2 (>= 1:2.14.10), libpanel-applet2-0 (>= 2.26.0), libpango1.0-0 (>= 1.18.0), libpolkit-gobject-1-0 (>= 0.94), librsvg2-2 (>= 2.26.0), libsm6, libwnck22 (>= 1:2.22), libx11-6, libxrandr2 (>= 2:1.2.99.3), gnome-panel-data (>= 1:2.30), gnome-panel-data (<< 1:2.31), gnome-desktop-data (>= 2.10.0-1), gnome-control-center (>= 1:2.8.2-3), gnome-menus (>= 2.16.1), gnome-about (>= 2.10.0-1), python, python-gnome2, python-gconf, policykit-1-gnome Recommends: gnome-applets (>= 2.12.1-1), gnome-session (>= 2.26), evolution-data-server, gnome-icon-theme (>= 2.24), alacarte, gvfs, indicator-applet Suggests: yelp, gnome2-user-guide, gnome-terminal | x-terminal-emulator, nautilus, evolution, epiphany-browser, menu-xdg (>= 0.2) Breaks: gnome-control-center (<< 2.26), gnome-power-manager (<< 2.26), gnome-session (<< 2.26) Description: launcher and docking facility for GNOME The GNOME Panel is an essential part of the GNOME Desktop, providing toolbar-like “panels” which can be attached to the sides of your desktop. They are used to launch applications and embed a number of other functions, such as quick launch icons, the clock, the notification area, volume controls and the battery charge indicator, and utilities ranging from weather forecast to system monitoring. Original-Maintainer: Guilherme de S. Pastore Package: libxres1 Status: install ok installed Priority: optional Section: libs Installed-Size: 68 Maintainer: Ubuntu Developers Architecture: i386 Source: libxres Version: 2:1.0.4-1 Depends: libc6 (>= 2.1.3), libx11-6, libxext6, x11-common Description: X11 Resource extension library libXRes provides an X Window System client interface to the Resource extension to the X protocol. . The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps, et al). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXRes Original-Maintainer: Debian X Strike Force Package: python-launchpad-integration Status: install ok installed Priority: optional Section: python Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: i386 Source: launchpad-integration Version: 0.1.38 Provides: python2.6-launchpad-integration Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.2), liblaunchpad-integration1 (>= 0.1.17), python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11) Recommends: launchpad-integration Suggests: python-launchpad-integration-dbg Description: library for launchpad integration The launchpad-integration tools provide an easy way to set menu items, for an application using BonoboUI, pointing to the launchpad pages about a package. Users can get information about the used application here, translate it, ... . This package contains the python bindings of the shared library. Original-Maintainer: Sebastien Bacher Python-Version: 2.6 Package: telepathy-gabble Status: install ok installed Priority: optional Section: net Installed-Size: 1544 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.10.0-1 Provides: telepathy-connection-manager Depends: libc6 (>= 2.7), libdbus-1-3 (>= 1.1.1), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.24.0), libgnutls26 (>= 2.7.14-0), libnice0 (>= 0.0.11), libsoup2.4-1 (>= 2.4.0), libsqlite3-0 (>= 3.7.2), libtelepathy-glib0 (>= 0.12.0), libuuid1 (>= 2.16), libxml2 (>= 2.7.4) Breaks: telepathy-mission-control-5 (<< 1:5.5) Description: Jabber/XMPP connection manager Gabble is a Jabber/XMPP connection manager for the Telepathy framework, currently supporting single user chats, multi user chats and voice/video calls. Install this package to use Telepathy instant messaging clients with Jabber/XMPP servers, including Google Talk. Original-Maintainer: Debian Telepathy maintainers Homepage: http://telepathy.freedesktop.org/wiki/ Package: grub-common Status: install ok installed Priority: optional Section: admin Installed-Size: 3352 Maintainer: Ubuntu Developers Architecture: i386 Source: grub2 Version: 1.98+20100804-5ubuntu3 Replaces: grub-coreboot (<< 1.97+20091114-1), grub-efi (<< 1.96+20080831-1), grub-efi-amd64 (<< 1.98+20100527-1), grub-efi-ia32 (<< 1.98+20100527-1), grub-ieee1275 (<< 1.98+20100527-1), grub-linuxbios (<< 1.96+20080831-1), grub-pc (<< 1.98+20100527-1), grub-yeeloong (<< 1.98+20100527-1) Depends: base-files (>= 4.0.1~), dpkg (>= 1.15.4) | install-info | dpkg (<= 1.14.25), lsb-base (>= 3.0-6), libc6 (>= 2.8), libdevmapper1.02.1 (>= 2:1.02.36), libfreetype6 (>= 2.2.1), zlib1g (>= 1:1.1.4), gettext-base Recommends: os-prober (>= 1.33) Suggests: multiboot-doc, grub-emu, xorriso (>= 0.5.6.pl00) Breaks: lupin-support (<< 0.30) Conflicts: grub-doc (<< 0.97-29ubuntu60), grub-legacy-doc (<< 0.97-29ubuntu60), mdadm (<< 2.6.7-2) Conffiles: /etc/pm/sleep.d/10_grub-common bc63b0c6613e95979446d17a88875d6a /etc/grub.d/00_header a14f82fe45145de2eef3fd1d300c7096 /etc/grub.d/30_os-prober cbe0d603e7807f363918b50cc923977d /etc/grub.d/40_custom babe7de352fe18de5a238569cf4b8a11 /etc/grub.d/41_custom 50fe323bbb00abdf77271f8e87dc175c /etc/grub.d/10_linux 274799fca5a9017a338c41bad0b6ae7e /etc/grub.d/20_linux_xen 714e15bc8950cbed15964091171212b2 /etc/grub.d/README be58f42dfe74feb6eeb98c6a843c743f /etc/init.d/grub-common f5078cf9df66751dec9ae8f7baf4a0c2 Description: GRand Unified Bootloader, version 2 (common files) This package contains common files shared by the distinct flavours of GRUB. Homepage: http://www.gnu.org/software/grub/ Original-Maintainer: GRUB Maintainers Package: libgc1c2 Status: install ok installed Priority: standard Section: libs Installed-Size: 248 Maintainer: Ubuntu Developers Architecture: i386 Source: libgc Version: 1:6.8-1.2ubuntu2 Replaces: libgc1 Depends: libc6 (>= 2.11), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Conflicts: libgc1 Description: conservative garbage collector for C and C++ Boehm's GC is a garbage collecting storage allocator that is intended to be used as a plug-in replacement for C's malloc. Original-Maintainer: Ryan Murray Package: mtools Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 440 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.0.12-1 Depends: libc6 (>= 2.7), dpkg (>= 1.15.4) | install-info Suggests: floppyd Conffiles: /etc/mtools.conf 659bb18a4490dcb17ad0b0139c2fb654 Description: Tools for manipulating MSDOS files Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them. It supports Win'95 style long file names, OS/2 Xdf disks, ZIP/JAZ disks and 2m disks (store up to 1992kB on a high density 3 1/2 disk). . Also included in this package are commands to eject and manipulate the write/password protection control of Zip disks. Original-Maintainer: Anibal Monsalve Salazar Homepage: http://www.mtools.linux.lu/ Package: pxljr Status: install ok installed Priority: optional Section: text Installed-Size: 172 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.1-0ubuntu7 Depends: libc6 (>= 2.4), libjpeg62, foomatic-filters (>= 4.0.0~bzr156), cups, cups-client Description: Driver for HP's Color LaserJet 35xx/36xx color laser printers HP's Color LaserJets 35xx and 36xx are supported by HP's HPIJS driver (part of HPLIP), but HPIJS supports only the lowest quality level of the three which are available under Windows. This driver which is not developed at HP but by a independent developer supports all modes and so provided the highest printout quality for these printers. . Home Page: http://sourceforge.net/projects/hp-pxl-jetready/ Original-Maintainer: Till Kamppeter Package: gedit Status: install ok installed Priority: optional Section: gnome Installed-Size: 1868 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.30.3-1ubuntu1 Replaces: gedit-common (<< 2.16.2-3) Depends: gconf2 (>= 2.28.1-2), python (>= 2.5), python-support (>= 0.90.0), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libenchant1c2a (>= 1.6), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.20.0), libgtksourceview2.0-0 (>= 2.10.0), libice6 (>= 1:1.0.0), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), libpython2.6 (>= 2.6), libsm6, libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), gedit-common (>= 2.30), gedit-common (<< 2.31), python-gtksourceview2 (>= 2.9.2), python-gobject (>= 2.15.4), python-gtk2 (>= 2.12.0), iso-codes Recommends: zenity, python-gnome2 Breaks: seahorse (<< 2.24), seahorse-plugins (<< 2.26) Conflicts: gedit-common (<= 2.10.5-1) Description: official text editor of the GNOME desktop environment gedit is a text editor which supports most standard editor features, extending this basic functionality with other features not usually found in simple text editors. gedit is a graphical application which supports editing multiple text files in one window (known sometimes as tabs or MDI). . gedit fully supports international text through its use of the Unicode UTF-8 encoding in edited files. Its core feature set includes syntax highlighting of source code, auto indentation and printing and print preview support. . gedit is also extensible through its plugin system, which currently includes support for spell checking, comparing files, viewing CVS ChangeLogs, and adjusting indentation levels. Homepage: http://www.gnome.org/projects/gedit/ Original-Maintainer: Debian GNOME Maintainers Package: libgnomeui-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 652 Maintainer: Ubuntu Developers Architecture: i386 Source: libgnomeui Version: 2.24.4-0ubuntu1 Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libbonobo2-0 (>= 2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglade2-0 (>= 1:2.6.1), libglib2.0-0 (>= 2.24.0), libgnome-keyring0 (>= 2.20.3), libgnome2-0 (>= 2.17.3), libgnomecanvas2-0 (>= 2.11.1), libgnomevfs2-0 (>= 1:2.17.90), libgtk2.0-0 (>= 2.14), libice6 (>= 1:1.0.0), liborbit2 (>= 1:2.14.10), libpango1.0-0 (>= 1.17.5), libpng12-0 (>= 1.2.13-4), libpopt0 (>= 1.16), libsm6, libx11-6, libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4), libgnomeui-common (>= 2.24), libgnomeui-common (<< 2.25) Suggests: gnome-icon-theme Description: The GNOME libraries (User Interface) - runtime files This package contains the shared library for the base GNOME library functions (User Interface functions). Original-Maintainer: Josselin Mouette Package: pulseaudio-module-gconf Status: install ok installed Priority: optional Section: sound Installed-Size: 136 Maintainer: Ubuntu Core Developers Architecture: i386 Source: pulseaudio Version: 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1 Depends: libc6 (>= 2.4), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.16.0), libpulse0 (= 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1), pulseaudio Description: GConf module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to store additional configuration in GConf. . The module is called module-gconf. Homepage: http://www.pulseaudio.org Original-Maintainer: Pulseaudio maintenance team Package: mtr-tiny Status: install ok installed Priority: standard Section: net Installed-Size: 112 Maintainer: Ubuntu Developers Architecture: i386 Source: mtr Version: 0.75-2build1 Replaces: mtr Depends: libc6 (>= 2.4), libncurses5 (>= 5.6+20071006-3) Conflicts: mtr, suidmanager (<< 0.50) Description: Full screen ncurses traceroute tool mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. . As mtr starts, it investigates the network connection between the host mtr runs on and a user-specified destination host. After it determines the address of each network hop between the machines, it sends a sequence ICMP ECHO requests to each one to determine the quality of the link to each machine. As it does this, it prints running statistics about each machine. . mtr-tiny is compiled without support for X and conserves disk space. Original-Maintainer: Robert Woodcock Package: xserver-xorg-core Status: install ok installed Priority: optional Section: x11 Installed-Size: 3712 Maintainer: Ubuntu X-SWAT Architecture: i386 Source: xorg-server Version: 2:1.9.0-0ubuntu7.3 Provides: xorg-input-abi-11.0, xorg-video-abi-8.0, xserver Depends: xserver-common (>= 2:1.9.0-0ubuntu7.3), xserver-xorg, udev (>= 149), libc6 (>= 2.7), libdrm2 (>= 2.3.1), libgcrypt11 (>= 1.4.2), libpciaccess0 (>= 0.10.7), libpixman-1-0 (>= 0.15.16), libudev0 (>= 147), libxau6, libxdmcp6, libxfont1 (>= 1:1.4.2) Recommends: libgl1-mesa-dri (>= 7.1~rc1) Suggests: xfonts-100dpi | xfonts-75dpi, xfonts-scalable Breaks: xserver-xorg-input-joystick (<= 1:1.5.0-3), xserver-xorg-input-synaptics (<= 1.2.2-1ubuntu4), xserver-xorg-input-tslib (<= 0.0.6-3), xserver-xorg-input-vmmouse (<= 1:12.6.5-4ubuntu2), xserver-xorg-input-wacom (<< 0.7.8), xserver-xorg-video, xserver-xorg-video-1.0, xserver-xorg-video-1.9, xserver-xorg-video-2, xserver-xorg-video-4, xserver-xorg-video-5, xserver-xorg-video-6, xserver-xorg-video-cyrix (<= 1:1.1.0-8), xserver-xorg-video-dummy (<= 1:0.3.3-2build1), xserver-xorg-video-glamo (<= 0.0.0+20091108.git9918e082-1), xserver-xorg-video-glide (<= 1.0.3-2), xserver-xorg-video-i810 (<< 2:2.4), xserver-xorg-video-imstt (<= 1:1.1.0-7), xserver-xorg-video-newport (<= 1:0.2.1-4ubuntu1), xserver-xorg-video-nsc (<= 1:2.8.3-4), xserver-xorg-video-psb (<= 0.2.1-1ubuntu3), xserver-xorg-video-radeonhd (<= 1.3.0-2), xserver-xorg-video-sunbw2 (<= 1:1.1.0-5), xserver-xorg-video-tga (<= 1:1.1.0-9ubuntu1), xserver-xorg-video-unichrome (<= 1:0.2.6.99-0ubuntu1), xserver-xorg-video-v4l (<< 1:0.2.0-4ubuntu1), xserver-xorg-video-vga (<= 1:4.1.0-8) Conflicts: xserver-xorg-input, xserver-xorg-input-2, xserver-xorg-input-2.1, xserver-xorg-input-4, xserver-xorg-input-7 Description: Xorg X server - core server The Xorg X server is an X server for several architectures and operating systems, which is derived from the XFree86 4.x series of X servers. . The Xorg server supports most modern graphics hardware from most vendors, and supersedes all XFree86 X servers. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Original-Maintainer: Debian X Strike Force Package: librdf0 Status: install ok installed Priority: optional Section: libs Installed-Size: 312 Maintainer: Ubuntu Developers Architecture: i386 Source: redland Version: 1.0.10-2 Depends: libc6 (>= 2.4), libdb4.8, libraptor1 (>= 1.4.19), librasqal2 (>= 0.9.18) Suggests: librdf-storage-postgresql, librdf-storage-mysql, librdf-storage-sqlite, redland-utils Description: Redland Resource Description Framework (RDF) library Redland is a library that provides a high-level interface for RDF (Resource Description Framework) implemented in an object-based API. It is modular and supports different RDF/XML parsers, storage mechanisms and other elements. Redland is designed for applications developers to provide RDF support in their applications as well as for RDF developers to experiment with the technology. . This package includes the core file-based storages. To get database backed storages, the librdf-storage-postgresql, librdf-storage-mysql or librdf-storage-sqlite packages should be installed. Original-Maintainer: Dave Beckett Homepage: http://librdf.org/ Package: libk5crypto3 Status: install ok installed Priority: standard Section: libs Installed-Size: 240 Maintainer: Ubuntu Core Developers Architecture: i386 Source: krb5 Version: 1.8.1+dfsg-5ubuntu0.2 Replaces: libkrb53 (<< 1.6.dfsg.4~beta1-7) Depends: libc6 (>= 2.4), libkeyutils1, libkrb5support0 (>= 1.7dfsg~beta2) Suggests: krb5-doc, krb5-user Breaks: libgssapi-krb5-2 (<= 1.8~aa), libkrb5-3 (<= 1.8~aa) Description: MIT Kerberos runtime libraries - Crypto Library Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime cryptography libraries used by applications and Kerberos clients. Homepage: http://web.mit.edu/kerberos/ Original-Maintainer: Sam Hartman Package: dnsmasq-base Status: install ok installed Priority: optional Section: net Installed-Size: 732 Maintainer: Ubuntu Developers Architecture: i386 Source: dnsmasq Version: 2.55-1 Depends: libc6 (>= 2.11), libdbus-1-3 (>= 1.1.1), libidn11 (>= 1.13) Conflicts: dnsmasq (<< 2.41) Description: A small caching DNS proxy and DHCP/TFTP server This package contains the dnsmasq executable and documentation, but not the infrastructure required to run it as a system daemon. For that, install the dnsmasq package. Original-Maintainer: Simon Kelley Package: bc Status: install ok installed Priority: standard Section: math Installed-Size: 308 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.06.95-2 Depends: libc6 (>= 2.4), libncurses5 (>= 5.6+20071006-3), libreadline6, dpkg (>= 1.15.4) | install-info Description: The GNU bc arbitrary precision calculator language GNU bc is an interactive algebraic language with arbitrary precision which follows the POSIX 1003.2 draft standard, with several extensions including multi-character variable names, an `else' statement and full Boolean expressions. GNU bc does not require the separate GNU dc program. Home page: http://directory.fsf.org/GNU/bc.html Original-Maintainer: John G. Hasler Package: libgupnp-igd-1.0-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 104 Maintainer: Ubuntu Developers Architecture: i386 Source: gupnp-igd Version: 0.1.7-2 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libgssdp-1.0-2 (>= 0.7.2), libgupnp-1.0-3 (>= 0.13.2), libsoup2.4-1 (>= 2.4.0), libxml2 (>= 2.6.27) Description: library to handle UPnP IGD port mapping A GObject-based API for controling UPnP Internet Gateway Devices port mapping. Original-Maintainer: Laurent Bigonville Homepage: http://www.gupnp.org/ Package: libdigest-sha1-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 108 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.13-1 Depends: perl (>= 5.10.1-12ubuntu2), perlapi-5.10.1, libc6 (>= 2.4) Description: NIST SHA-1 message digest algorithm The Digest::SHA1 module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 160-bit "fingerprint" or "message digest" of the input. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/Digest-SHA1/ Package: netbase Status: install ok installed Priority: important Section: admin Installed-Size: 100 Maintainer: Ubuntu Core Developers Architecture: all Version: 4.35ubuntu3 Depends: lsb-base (>= 3.0-6), upstart-job Recommends: ifupdown Conflicts: inetutils-inetd (<< 2:1.4.3+20060719-3), openbsd-inetd (<< 0.20050402-3) Conffiles: /etc/protocols 3aaa310b088fa84233d7fb2e358d4d29 /etc/rpc f0b6f6352bf886623adc04183120f83b /etc/services b6a26fbe90d859f7c8600d5941262921 /etc/init.d/networking db7e515f04f04f54708b5ea862585c31 Description: Basic TCP/IP networking system This package provides the necessary infrastructure for basic TCP/IP based networking. Original-Maintainer: Marco d'Itri Package: libart2.0-cil Status: install ok installed Priority: optional Section: libs Installed-Size: 268 Maintainer: Ubuntu Core Developers Architecture: all Source: gnome-sharp2 Version: 2.24.1-6ubuntu1 Replaces: gtk-sharp2-gapi (<< 2.10.0-1), libart2.24-cil, libgnome2.0-cil (<< 2.16.0-4) Depends: cli-common (>= 0.5.1), libart-2.0-2 (>= 2.3.18), libglib2.0-cil (>= 2.12.9), libmono-corlib2.0-cil (>= 1.2.2.1) Suggests: monodoc-gtk2.0-manual Conflicts: libart2.24-cil Description: CLI binding for libart 2.3 This package provides the art-sharp assembly that allows CLI (.NET) programs to use the libart library 2.3. . GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.20 platform libraries. . This package contains the art-sharp assembly itself. Homepage: http://www.mono-project.com/GtkSharp Original-Maintainer: Debian CLI Libraries Team Package: libmagic1 Status: install ok installed Priority: standard Section: libs Installed-Size: 2560 Maintainer: Ubuntu Developers Architecture: i386 Source: file Version: 5.03-5ubuntu1 Depends: libc6 (>= 2.8), zlib1g (>= 1:1.1.4) Suggests: file Description: File type determination library using "magic" numbers This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. Homepage: http://www.darwinsys.com/file/ Original-Maintainer: Daniel Baumann Package: libdrm2 Status: install ok installed Priority: optional Section: libs Installed-Size: 116 Maintainer: Ubuntu X-SWAT Architecture: i386 Source: libdrm Version: 2.4.21-1ubuntu2.1 Depends: libc6 (>= 2.7) Description: Userspace interface to kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the runtime environment for libdrm. Original-Maintainer: Debian X Strike Force Package: python-indicate Status: install ok installed Priority: optional Section: python Installed-Size: 132 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: libindicate Version: 0.4.4-0ubuntu2 Provides: python2.6-indicate Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libdbusmenu-glib1 (>= 0.3.12), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.12.0), libindicate-gtk2 (>= 0.2.2), libindicate4 (= 0.4.4-0ubuntu2), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libpython2.6 (>= 2.6), python-gobject (>= 2.15.2), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0) Description: Python bindings for libindicate A small library for applications to raise "flags" on DBus for other components of the desktop to pick up and visualize. . This package provides Python bindings so that you can use libindicate from a Python program. Homepage: https://launchpad.net/libindicate Original-Maintainer: The Ayatana Packagers Python-Version: 2.6 Package: gnome-mime-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 4388 Maintainer: Ubuntu Core Developers Architecture: all Version: 2.18.0-1 Conffiles: /etc/gnome-vfs-mime-magic 0d63596f36fdb27f8e09116ddab72c1a Description: base MIME and Application database for GNOME. This module contains the base MIME and Application database for GNOME. It is meant to be accessed through the MIME functions in GnomeVFS. Original-Maintainer: Debian GNOME Maintainers Package: libtotem-plparser17 Status: install ok installed Priority: optional Section: libs Installed-Size: 192 Maintainer: Ubuntu Developers Architecture: i386 Source: totem-pl-parser Version: 2.30.3-0ubuntu1 Replaces: libtotem-plparser10, libtotem-plparser12 Depends: libc6 (>= 2.8), libglib2.0-0 (>= 2.24.0), libgmime-2.4-2 (>= 2.4.11), libsoup-gnome2.4-1 (>= 2.27.4), libsoup2.4-1 (>= 2.29.5), libxml2 (>= 2.7.4) Description: Totem Playlist Parser library - runtime files totem-pl-parser is a simple GObject-based library to parse a host of playlist formats, as well as save those. . This package contains the shared library. Original-Maintainer: Debian GNOME Maintainers Package: whiptail Status: install ok installed Priority: important Section: utils Installed-Size: 100 Maintainer: Ubuntu Developers Architecture: i386 Source: newt Version: 0.52.11-1 Replaces: newt0.10, newt0.21 (<< 0.21-4), whiptail-utf8 Provides: whiptail-provider, whiptail-utf8 Depends: libc6 (>= 2.4), libnewt0.52 (>= 0.52.11), libpopt0 (>= 1.16), libslang2 (>= 2.0.7-1) Conflicts: whiptail-provider Description: Displays user-friendly dialog boxes from shell scripts Whiptail is a "dialog" replacement using newt instead of ncurses. It provides a method of displaying several different types of dialog boxes from shell scripts. This allows a developer of a script to interact with the user in a much friendlier manner. Original-Maintainer: Alastair McKinstry Homepage: https://fedorahosted.org/newt/ Package: xserver-xorg-video-openchrome Status: install ok installed Priority: optional Section: x11 Installed-Size: 540 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:0.2.904+svn842-0ubuntu1 Replaces: libchromexvmc1, libchromexvmcpro1 Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.4), libdrm2 (>= 2.3.1), libx11-6, libxext6, libxv1, libxvmc1, xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: libchromexvmc1, libchromexvmcpro1 Description: X.Org X server -- VIA display driver OpenChrome is a project for the development of free and open-source drivers for the VIA UniChrome video chipsets. . Originally called the 'snapshot' release, since it was a snapshot of an experimental branch of the unichrome cvs code, this is a continued development of the open source unichrome driver (from http://unichrome.sf.net) which also incorporates support for the unichrome-pro chipsets. . Support for hardware acceleration (XvMC) for all chipsets has subsequently been ripped out of the unichrome.sf.net driver. Therefore your only option if you wish to make use of the acceleration features of your VIA chip with free and open-source drivers is to use this version of the driver. Homepage: http://www.openchrome.org Original-Maintainer: Debian X Strike Force Package: cups-client Status: install ok installed Priority: optional Section: net Installed-Size: 472 Maintainer: Ubuntu Developers Architecture: i386 Source: cups Version: 1.4.4-6ubuntu2.3 Depends: libc6 (>= 2.4), libcups2 (>= 1.4.0), libcupsimage2 (>= 1.4.0), zlib1g (>= 1:1.2.3.3.dfsg), cups-common (>= 1.4.4), adduser Suggests: cups, kdeprint, gtklp, cups-pt, xpp, cups-bsd Conflicts: lprng 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: ntfs-3g Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 296 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1:2010.8.8-0ubuntu1 Depends: libc6 (>= 2.4), libfuse2 (>= 2.8.1), libntfs-3g79, initramfs-tools Pre-Depends: fuse-utils Description: read-write NTFS driver for FUSE The ntfs-3g driver is an open source, GPL licensed, third generation Linux NTFS driver which was implemented by the Linux-NTFS project. It provides full read-write access to NTFS, excluding access to encrypted files, writing compressed files, changing file ownership, access right. . Technically it's based on and a major improvement to the third generation Linux NTFS driver, ntfsmount. The improvements includes functionality, quality and performance enhancements. . ntfs-3g is based on FUSE (userspace filesystem framework for Linux), thus you will have to prepare fuse kernel module to be able to use it. . Fuse is available in any recent kernel. No need to prepare a kernel module if you are already running Debian Etch kernel or newer. Homepage: http://www.ntfs-3g.org/ Original-Maintainer: Adam Cécile (Le_Vert) Package: libpulse-mainloop-glib0 Status: install ok installed Priority: optional Section: sound Installed-Size: 120 Maintainer: Ubuntu Core Developers Architecture: i386 Source: pulseaudio Version: 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1 Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.16.0), libpulse0 (= 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1) Description: PulseAudio client libraries (glib support) PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . Client libraries used by applications that access a PulseAudio sound server via PulseAudio's native interface. . This package adds support for glib2 client applications. Homepage: http://www.pulseaudio.org Original-Maintainer: Pulseaudio maintenance team Package: libxapian15 Status: install ok installed Priority: important Section: libs Installed-Size: 1644 Maintainer: Ubuntu Developers Architecture: i386 Source: xapian-core Version: 1.0.20-2 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Suggests: xapian-tools Conflicts: libxapian2 Description: Search engine library This package contains the core Xapian runtime library. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. Original-Maintainer: Olly Betts Homepage: http://xapian.org/ Package: libsepol1 Status: install ok installed Priority: required Section: libs Installed-Size: 300 Maintainer: Ubuntu Developers Architecture: i386 Source: libsepol Version: 2.0.41-1 Depends: libc6 (>= 2.4) Description: SELinux library for manipulating binary security policies Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement®, Role-based Access Control, and Multi-level Security. . libsepol provides an API for the manipulation of SELinux binary policies. It is used by checkpolicy (the policy compiler) and similar tools, as well as by programs like load_policy that need to perform specific transformations on binary policies such as customizing policy boolean settings. Original-Maintainer: Manoj Srivastava Package: libisccc60 Status: install ok installed Priority: optional Section: libs Installed-Size: 92 Maintainer: Ubuntu Core Developers Architecture: i386 Source: bind9 Version: 1:9.7.1.dfsg.P2-2ubuntu0.1 Replaces: libbind0 Depends: libc6 (>= 2.4), libcap2 (>= 2.10), libisc60, libxml2 (>= 2.6.27) Conflicts: libbind0, libbind9-41 Description: Command Channel Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libisccc shared library used by BIND's daemons and clients, particularly rndc. Original-Maintainer: LaMont Jones Package: libaspell15 Status: install ok installed Priority: optional Section: libs Installed-Size: 2340 Maintainer: Ubuntu Developers Architecture: i386 Source: aspell Version: 0.60.6-4ubuntu1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary Suggests: aspell Conflicts: aspell-bin (<< 0.60.3-2), aspell6-dictionary Description: GNU Aspell spell-checker runtime library These are the runtime parts of the Aspell and pspell spell-checking toolkits, needed by applications that use the toolkits at runtime. . For a standalone spell-checker, install aspell as well. Homepage: http://aspell.net/ Original-Maintainer: Brian Nelson Package: dmidecode Status: install ok installed Priority: important Section: utils Installed-Size: 180 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.9-1.2 Depends: libc6 (>= 2.4) Conflicts: lm-sensors (<< 2.8.1-2) Description: Dump Desktop Management Interface data The Desktop Management Interface provides a standardized description of a computer's hardware, including characteristics such as BIOS serial number and hardware connectors. dmidecode provides a dump of the DMI data available from the BIOS. It is used as a back-end tool by other hardware detection programs. Original-Maintainer: Petter Reinholdtsen Package: libgtkmm-2.4-1c2a Status: install ok installed Priority: optional Section: libs Installed-Size: 4060 Maintainer: Ubuntu Developers Architecture: i386 Source: gtkmm2.4 Version: 1:2.20.3-1 Replaces: libgtkmm-2.4-1, libgtkmm-2.4-1c2 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libcairomm-1.0-1 (>= 1.6.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.23.5), libglibmm-2.4-1c2a (>= 2.24.0), libgtk2.0-0 (>= 2.20.0), libpango1.0-0 (>= 1.14.0), libpangomm-1.4-1 (>= 2.26.0), libpng12-0 (>= 1.2.13-4), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.1.1), libx11-6, zlib1g (>= 1:1.1.4) Conflicts: libgtkmm-2.4-1, libgtkmm-2.4-1c2 Description: C++ wrappers for GTK+ (shared libraries) Gtkmm is a C++ interface for the popular GUI library GTK+, API version 2.4. Gtkmm provides a convenient interface for C++ programmers to create graphical user interfaces with GTK+'s flexible OO framework. Highlights include type safe callbacks, widgets extensible using inheritance and over 180 classes that can be freely combined to quickly create complex user interfaces. . This package contains shared libraries. Original-Maintainer: Deng Xiyue Homepage: http://www.gtkmm.org/ Package: apt-transport-https Status: install ok installed Priority: optional Section: admin Installed-Size: 160 Maintainer: Ubuntu Developers Architecture: i386 Source: apt Version: 0.8.3ubuntu7 Depends: libapt-pkg4.10, libc6 (>= 2.4), libcurl3-gnutls (>= 7.16.2-1), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Description: APT https transport This package contains a APT https transport. It makes it possible to use 'deb https://foo distro main' lines in the sources.list. Original-Maintainer: APT Development Team Package: libgdu-gtk0 Status: install ok installed Priority: optional Section: libs Installed-Size: 364 Maintainer: Ubuntu Developers Architecture: i386 Source: gnome-disk-utility Version: 2.30.1-2 Depends: libatasmart4 (>= 0.13), libatk1.0-0 (>= 1.29.3), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libavahi-ui0 (>= 0.6.21), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.22.0), libgnome-keyring0 (>= 2.22.2), libgtk2.0-0 (>= 2.18.0), libpango1.0-0 (>= 1.18.0), zlib1g (>= 1:1.1.4) Description: GTK+ standard dialog library for libgdu The gdu-gtk library provides GTK+ standard dialogs for handling media operations, like entering secrets for encrypted drives or confirmation dialogs for erasing a partition. . This package contains shared libraries to be used by applications. Original-Maintainer: Utopia Maintenance Team Homepage: http://git.gnome.org/cgit/gnome-disk-utility/ Package: libpam-modules Status: install ok installed Priority: required Section: admin Installed-Size: 1100 Maintainer: Ubuntu Core Developers Architecture: i386 Source: pam Version: 1.1.1-4ubuntu2 Replaces: libpam-umask, libpam0g-util Provides: libpam-mkhomedir, libpam-motd, libpam-umask Depends: base-files (>= 5.0.0ubuntu6) Pre-Depends: libc6 (>= 2.8), libdb4.8, libpam0g (>= 1.1.0), libselinux1 (>= 2.0.85), debconf (>= 0.5) | debconf-2.0 Conflicts: libpam-mkhomedir, libpam-motd, libpam-umask Conffiles: /etc/security/access.conf 13ec4d189f0ed9acf3433977a53d446b /etc/security/group.conf 5a6bd21801df034da8d64b407470e8f6 /etc/security/limits.conf cbacdff4aa5f51749f191b32754946cb /etc/security/namespace.conf c600fa5899cfb3198a01dfba2bf281f3 /etc/security/namespace.init 114e73ed5f40956527286e6213d305bc /etc/security/pam_env.conf ed3f430e418ad366ddb23307a8755249 /etc/security/sepermit.conf d41c74654734a5c069a37bfc02f0a6d4 /etc/security/time.conf c23fcbb29dda6c1499e6a5e5ade0265e Description: Pluggable Authentication Modules for PAM This package completes the set of modules for PAM. It includes the pam_unix_*.so module as well as some specialty modules. Homepage: http://pam.sourceforge.net/ Original-Maintainer: Steve Langasek Package: xserver-xorg-video-vmware Status: install ok installed Priority: optional Section: x11 Installed-Size: 140 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:11.0.1-2build1 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-vmware Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.4), libdrm2 (>= 2.3.1), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-vmware Description: X.Org X server -- VMware display driver This package provides the driver for VMware client sessions, i.e. if Linux is running inside a VMware session. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-vmware driver module. Original-Maintainer: Debian X Strike Force Package: tzdata Status: install ok installed Priority: required Section: libs Installed-Size: 6276 Maintainer: Ubuntu Developers Architecture: all Version: 2010o-0ubuntu0.10.10 Replaces: libc0.1, libc0.3, libc6, libc6.1 Provides: tzdata-squeeze Depends: debconf (>= 0.5) | debconf-2.0 Description: time zone and daylight-saving time data This package contains data required for the implementation of standard local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. Original-Maintainer: GNU Libc Maintainers Package: libgnomecanvas2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 268 Maintainer: Ubuntu Developers Architecture: i386 Source: libgnomecanvas Version: 2.30.2-0ubuntu1 Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libgail18 (>= 1.18.0), libgdk-pixbuf2.0-0 (>= 2.21.6), libglade2-0 (>= 1:2.6.1), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.8.17), libpango1.0-0 (>= 1.14.0), libgnomecanvas2-common (>= 2.30), libgnomecanvas2-common (<< 2.31) Conflicts: libgnome2-canvas-perl (<< 1.002-1+b1) Description: A powerful object-oriented display - runtime files The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. Original-Maintainer: Ondřej Surý Package: avahi-autoipd Status: install ok installed Priority: optional Section: net Installed-Size: 188 Maintainer: Ubuntu Core Developers Architecture: i386 Source: avahi Version: 0.6.27-2ubuntu3 Depends: libc6 (>= 2.4), libdaemon0 (>= 0.10), adduser Recommends: dhcp3-client, iproute Conflicts: zeroconf Conffiles: /etc/network/if-up.d/avahi-autoipd b55c04be44d114919e1d9ae6b7c5e8d1 /etc/network/if-down.d/avahi-autoipd b4db602401adc4b8019f6a0ba1a599f8 /etc/avahi/avahi-autoipd.action 883986521495563bcbc34a4e3f8a5512 /etc/dhcp3/dhclient-enter-hooks.d/avahi-autoipd 2a5be4d37a91789eb96df082adcbcc83 /etc/dhcp3/dhclient-exit-hooks.d/zzz_avahi-autoipd be96f910115ec349e527bd7165ec2250 Description: Avahi IPv4LL network address configuration daemon Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This tool implements IPv4LL, "Dynamic Configuration of IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for automatic IP address configuration from the link-local 169.254.0.0/16 range without the need for a central server. It is primarily intended to be used in ad-hoc networks which lack a DHCP server. Homepage: http://avahi.org/ Original-Maintainer: Utopia Maintenance Team Package: libavahi-glib1 Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Ubuntu Core Developers Architecture: i386 Source: avahi Version: 0.6.27-2ubuntu3 Depends: libavahi-common3 (>= 0.6.16), libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.16.0) Description: Avahi glib integration library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains the interface to integrate the Avahi libraries into a GLIB main loop application, including GTK+ applications. Homepage: http://avahi.org/ Original-Maintainer: Utopia Maintenance Team Package: libudev0 Status: install ok installed Priority: important Section: admin Installed-Size: 200 Maintainer: Scott James Remnant Architecture: i386 Source: udev Version: 162-2.2 Depends: libc6 (>= 2.4) Description: udev library libudev provides a set of functions for accessing the udev database and querying sysfs. Homepage: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html Package: python Status: install ok installed Priority: important Section: python Installed-Size: 752 Maintainer: Ubuntu Developers Architecture: all Source: python-defaults Version: 2.6.6-2ubuntu2 Replaces: python-dev (<< 2.6.5-2) Provides: python-ctypes, python-email, python-wsgiref Depends: python2.6 (>= 2.6.6-1~), python-minimal (= 2.6.6-2ubuntu2) Suggests: python-doc (= 2.6.6-2ubuntu2), python-tk (= 2.6.6-2ubuntu2), python-profiler (= 2.6.6-2ubuntu2) Breaks: python-bz2 (<< 1.1-8), python-csv (<< 1.0-4), python-email (<< 2.5.5-3) Conflicts: python-central (<< 0.5.5) Description: interactive high-level object-oriented language (default version) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on Debian's default Python version (currently v2.6). Original-Maintainer: Matthias Klose Homepage: http://www.python.org/ Package: obex-data-server Status: install ok installed Priority: optional Section: admin Installed-Size: 288 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.4.5-1build1 Depends: libbluetooth3 (>= 4.40), libc6 (>= 2.7), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.16.0), libgomp1 (>= 4.2.1), libmagickcore3 (>= 7:6.6.2.6), libmagickwand3 (>= 7:6.6.2.6), libopenobex1, libusb-0.1-4 (>= 2:0.1.12) Recommends: python, python-dbus, python-gobject Conffiles: /etc/obex-data-server/capability.xml 3d427ce2283eb582158048896ec3cfcb /etc/obex-data-server/imaging_capabilities.xml 0a887ca2727603bdc4c97f0e16b63333 Description: D-Bus service for OBEX client and server side functionality obex-data-server is a D-Bus service providing high-level OBEX client and server side functionality (currently supports OPP and FTP profiles and Bluetooth transport). Original-Maintainer: Filippo Giunchedi Homepage: http://wiki.muiline.com/obex-data-server Package: python-apport Status: install ok installed Priority: optional Section: python Installed-Size: 700 Maintainer: Martin Pitt Architecture: all Source: apport Version: 1.14.1-0ubuntu8.1 Replaces: python-apport-utils Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), python-apt, python-problem-report (>= 0.94), python-launchpadlib (>= 1.5.7) Conflicts: python-apport-utils Conffiles: /etc/apport/blacklist.d/README.blacklist c2ed1eb9a17ec2550747b4960cf4b73c /etc/apport/crashdb.conf 82a466b2c2653367f0e782f7510967c9 Description: apport crash report handling library This Python package provides high-level functions for creating and handling apport crash reports: . * Query available and new reports. * Add OS, packaging, and process runtime information to a report. * Various frontend utility functions. * Python hook to generate crash reports when Python scripts fail. Homepage: https://wiki.ubuntu.com/Apport Python-Version: 2.6 Package: rhythmbox-plugins Status: install ok installed Priority: optional Section: gnome Installed-Size: 1852 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: rhythmbox Version: 0.13.1-0ubuntu6 Replaces: rhythmbox (<< 0.12.6-4) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libdbusmenu-glib1 (>= 0.3.12), libdmapsharing2, libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.6), libgnome-keyring0 (>= 2.20.3), libgnome-media0, libgpod4 (>= 0.6.0), libgstreamer-plugins-base0.10-0 (>= 0.10.20), libgstreamer0.10-0 (>= 0.10.20), libgtk2.0-0 (>= 2.20.0), libgudev-1.0-0 (>= 147), libindicate4 (>= 0.3.3), liblaunchpad-integration1 (>= 0.1.17), liblircclient0, libmtp8 (>= 0.3.1), libmusicbrainz4c2a (>= 2.1.5), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsoup-gnome2.4-1 (>= 2.27.4), libsoup2.4-1 (>= 2.26.0), libtotem-plparser17 (>= 2.30.1), libusb-0.1-4 (>= 2:0.1.12), libvala-0.10-0 (>= 0.10.0), libxml2 (>= 2.6.27), rhythmbox (= 0.13.1-0ubuntu6), zlib1g (>= 1:1.1.4), python (>= 2.3), python-support (>= 0.90.0) Recommends: python-webkit, python-mako Conflicts: rhythmbox (<< 0.12.6-4) Description: plugins for rhythmbox music player Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). Originally inspired by Apple's iTunes, the current version also supports Internet Radio, iPod integration and generic portable audio player support, Audio CD burning, Audio CD playback, music sharing, and Podcasts. . This package contains the following plugins: - Cover art - Audio CD Player - Last.fm - Context Panel - DAAP Music Sharing - FM Radio - Portable Players - IM Status - Portable Players - iPod - Internet Radio - Jamendo - Song Lyrics - Magnatune Store - Media Player Keys - Portable Players - MTP - Power Manager - Python Console - LIRC - Status Icon - Visualization - Browser plugin to integrate Rhythmbox with itunes - Nautilus Send-to - Replay Gain Original-Maintainer: Loic Minier Package: libfontconfig1 Status: install ok installed Priority: optional Section: libs Installed-Size: 420 Maintainer: Ubuntu Core developers Architecture: i386 Source: fontconfig Version: 2.8.0-2ubuntu1 Provides: libfontconfig Depends: libc6 (>= 2.7), libexpat1 (>= 1.95.8), libfreetype6 (>= 2.2.1), zlib1g (>= 1:1.1.4), fontconfig-config (= 2.8.0-2ubuntu1) Description: generic font configuration library - runtime Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the runtime library needed to launch applications using fontconfig. Original-Maintainer: Keith Packard Package: xserver-xorg-input-wacom Status: install ok installed Priority: optional Section: x11 Installed-Size: 288 Maintainer: Ubuntu X-SWAT Architecture: i386 Source: xf86-input-wacom Version: 1:0.10.8-0ubuntu1 Replaces: wacom-tools (<< 0.10.0) Provides: xorg-driver-input, xserver-xorg-input-11 Depends: xorg-input-abi-11.0, xserver-xorg-core (>= 2:1.8.99.904), libc6 (>= 2.7), libx11-6, libxi6 (>= 2:1.2.0) Suggests: xinput Conflicts: wacom-tools (<< 0.10.0) Description: X.Org X server -- Wacom input driver This package provides the X.Org driver for Wacom tablet devices. Homepage: http://linuxwacom.sf.net Original-Maintainer: Ron Lee Package: libgnome-window-settings1 Status: install ok installed Priority: optional Section: libs Installed-Size: 160 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-control-center Version: 1:2.32.0-0ubuntu2 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.17.4), libgnome-desktop-2-17 (>= 1:2.29.92), libgnome-menu2 (>= 2.27.92), libgtk2.0-0 (>= 2.20.0), libice6 (>= 1:1.0.0), libpango1.0-0 (>= 1.17), libpng12-0 (>= 1.2.13-4), libsm6, libstartup-notification0 (>= 0.10), libx11-6, libxml2 (>= 2.6.27) Description: Utility library for getting window manager settings This package contains the libwindow-settings library, which is used by the GNOME window managers. Original-Maintainer: Debian GNOME Maintainers Package: ifupdown Status: install ok installed Priority: important Section: admin Installed-Size: 256 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 0.6.10ubuntu3.1 Replaces: netbase (<< 4.00) Depends: net-tools, libc6 (>= 2.7), upstart-job, lsb-base Suggests: iproute, dhcp3-client | dhcp-client, ppp Conflicts: dhcp-client (<< 3.0) Conffiles: /etc/network/if-up.d/upstart 1508668168bca783524789c4c87e28e2 /etc/network/if-down.d/upstart be2d7ca79c30064a88777f8c6c1d19fe /etc/init/network-interface-security.conf 04449b8f4a377f06cab083dce987ae95 /etc/init/network-interface.conf af7f31fee8f6192cae0518454ac2154b /etc/init/networking.conf 8af8451b188d626e6e7ea92c90d7d64f Description: high level tools to configure network interfaces This package provides the tools ifup and ifdown which may be used to configure (or, respectively, deconfigure) network interfaces based on interface definitions in the file /etc/network/interfaces. Original-Maintainer: Anthony Towns Package: syslinux-common Status: install ok installed Priority: optional Section: utils Installed-Size: 3128 Maintainer: Ubuntu Developers Architecture: all Source: syslinux Version: 2:4.01+dfsg-3ubuntu1 Replaces: syslinux Recommends: libcrypt-passwdmd5-perl, libdigest-sha1-perl Conflicts: syslinux (<< 2:4.00) Description: collection of boot loaders (common files) SYSLINUX is a collection of boot loaders which operates off Linux ext2/3/4 or btrfs filesystems, MS-DOS FAT filesystems, network servers using PXE firmware, or from CD-ROMs. . This package contains common files. Homepage: http://syslinux.zytor.com/ Original-Maintainer: Debian Syslinux Maintainers Package: ssh-askpass-gnome Status: install ok installed Priority: optional Section: gnome Installed-Size: 140 Maintainer: Colin Watson Architecture: i386 Source: openssh Version: 1:5.5p1-4ubuntu5 Replaces: ssh (<< 1:3.5p1-3) Provides: ssh-askpass Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.0), libx11-6, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5 Description: interactive X program to prompt users for a passphrase for ssh-add This has been split out of the main openssh-client package so that openssh-client does not need to depend on GTK+. . You probably want the ssh-askpass package instead, but this is provided to add to your choice and/or confusion. Homepage: http://www.openssh.org/ Original-Maintainer: Debian OpenSSH Maintainers Package: libxxf86dga1 Status: install ok installed Priority: optional Section: libs Installed-Size: 80 Maintainer: Ubuntu Developers Architecture: i386 Source: libxxf86dga Version: 2:1.1.1-2 Depends: libc6 (>= 2.3.4), libx11-6, libxext6, x11-common Description: X11 Direct Graphics Access extension library libXxf86dga provides the XFree86-DGA extension, which allows direct graphics access to a framebuffer-like region, and also allows relative mouse reporting, et al. It is mainly used by games and emulators for games. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga Original-Maintainer: Debian X Strike Force Package: libglade2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 172 Maintainer: Ubuntu Developers Architecture: i386 Source: libglade2 Version: 1:2.6.4-1build1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.14.0), libxml2 (>= 2.7.4) Description: library to load .glade files at runtime This library allows to load externally stored user interfaces into programs. This allows alteration of the interface without recompilation of the program. . The interfaces can also be edited with GLADE. Original-Maintainer: Andreas Rottmann Package: libxext6 Status: install ok installed Priority: optional Section: libs Installed-Size: 136 Maintainer: Ubuntu Developers Architecture: i386 Source: libxext Version: 2:1.1.2-1 Depends: libc6 (>= 2.4), libx11-6 Description: X11 miscellaneous extension library libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Original-Maintainer: Debian X Strike Force Package: gnome-accessibility-themes Status: install ok installed Priority: optional Section: gnome Installed-Size: 1428 Maintainer: Ubuntu Desktop Team Architecture: all Source: gnome-themes Version: 2.32.0-0ubuntu1 Depends: gtk2-engines (>= 1:2.15.3), librsvg2-common Description: accessibility themes for the GNOME desktop This package contains some high accessibility themes for the GNOME desktop environment, designed for the visually impaired. . This package contains the High Contrast Inverse theme. Original-Maintainer: Josselin Mouette Package: libgconf2-4 Status: install ok installed Priority: optional Section: libs Installed-Size: 484 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gconf Version: 2.31.91-0ubuntu3.1 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.25.16), libldap-2.4-2 (>= 2.4.7), liborbit2 (>= 1:2.14.10), libxml2 (>= 2.7.4), gconf2-common (>= 2.31), gconf2-common (<< 2.32) Conflicts: libbonobo2-0 (<< 2.24) Description: GNOME configuration database system (shared libraries) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains the shared libraries and the GConf daemon. Homepage: http://projects.gnome.org/gconf/ Original-Maintainer: Josselin Mouette Package: libusb-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 112 Maintainer: Ubuntu Developers Architecture: i386 Source: libusb-1.0 Version: 2:1.0.8-2 Depends: libc6 (>= 2.8) Description: userspace USB programming library Library for programming USB applications without the knowledge of Linux kernel internals. Original-Maintainer: Aurelien Jarno Homepage: http://www.linux-usb.org/ Package: xterm Status: install ok installed Priority: optional Section: x11 Installed-Size: 1288 Maintainer: Ubuntu X-SWAT Architecture: i386 Version: 261-1ubuntu3 Provides: x-terminal-emulator Depends: xbitmaps, libc6 (>= 2.11), libfontconfig1 (>= 2.8.0), libice6 (>= 1:1.0.0), libncurses5 (>= 5.7+20100313), libutempter0 (>= 1.1.5), libx11-6, libxaw7, libxft2 (>> 2.1.1), libxmu6, libxt6 Recommends: x11-utils | xutils Suggests: xfonts-cyrillic Conffiles: /etc/X11/app-defaults/KOI8RXTerm e904665737663827da6ff9b9651910df /etc/X11/app-defaults/KOI8RXTerm-color d2d26270262950b81921694506281cfe /etc/X11/app-defaults/UXTerm 420d7404a359b3b74a24d415d1a53254 /etc/X11/app-defaults/UXTerm-color 446ecb44b3bec790d5c7ac8582ef6ca5 /etc/X11/app-defaults/XTerm ce20ed0543c1f71081aa71806d1d20b0 /etc/X11/app-defaults/XTerm-color 0ceac6d8b2f3e33be29edddb64394d96 Description: X terminal emulator xterm is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that cannot use the window system directly. This version implements ISO/ANSI colors and most of the control sequences used by DEC VT220 terminals. . This package provides four commands: xterm, which is the traditional terminal emulator; uxterm, which is a wrapper around xterm that is intelligent about locale settings (especially those which use the UTF-8 character encoding), but which requires the luit program from the x11-utils package; koi8rxterm, a wrapper similar to uxterm for locales that use the KOI8-R character set; and lxterm, a simple wrapper that chooses which of the previous commands to execute based on the user's locale settings. . A complete list of control sequences supported by the X terminal emulator is provided in /usr/share/doc/xterm. . The xterm program uses bitmap images provided by the xbitmaps package. . Those interested in using koi8rxterm will likely want to install the xfonts-cyrillic package as well. Homepage: http://invisible-island.net/xterm/xterm.html Original-Maintainer: Debian X Strike Force Package: libogg0 Status: install ok installed Priority: optional Section: libs Installed-Size: 80 Maintainer: Ubuntu Developers Architecture: i386 Source: libogg Version: 1.2.0~dfsg-1 Depends: libc6 (>= 2.1.3) Description: Ogg bitstream library Libogg is a library for manipulating ogg bitstreams. It handles both making ogg bitstreams and getting packets from ogg bitstreams. Original-Maintainer: Ron Lee Homepage: http://xiph.org/ogg/ Package: xserver-xorg-video-radeon Status: install ok installed Priority: optional Section: x11 Installed-Size: 1232 Maintainer: Ubuntu Developers Architecture: i386 Source: xserver-xorg-video-ati Version: 1:6.13.1-1ubuntu5 Replaces: xserver-xorg-video-ati (<= 1:6.8.191-1) Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.7), libdrm-radeon1 (>= 2.4.17), libdrm2 (>= 2.4.16), libpciaccess0 (>= 0.10.2), libpixman-1-0, libudev0 (>= 147), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.905-1ubuntu3) Suggests: firmware-linux Description: X.Org X server -- AMD/ATI Radeon display driver This package provides the 'radeon' driver for the AMD/ATI Radeon, FireGL, FireMV, FirePro and FireStream series. . Note that this is not the same as the ATI-provided, binary-only, 'fglrx' driver, which provides additional 3D functionality for some newer Radeon cards, but is not supported. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-ati driver module. Original-Maintainer: Debian X Strike Force Package: x11-session-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 292 Maintainer: Ubuntu Developers Architecture: i386 Version: 7.5+1 Replaces: smproxy, xbase-clients (<= 1:7.2.ds2-3), xsm (<= 1:1.0.1-1), xutils (<= 1:7.1.ds.3-1) Depends: libc6 (>= 2.7), libice6 (>= 1:1.0.0), libsm6, libx11-6, libxaw7, libxmu6, libxt6, cpp Pre-Depends: x11-common (>= 1:7.0.0) Conflicts: smproxy, xsm (<= 1:1.0.1-1) Conffiles: /etc/X11/app-defaults/XSm 34f161c4cba12ff40099e12b40e511d3 Description: X session utilities This package provides the X session manager and related tools: - rstart; - smproxy, a session manager proxy for X clients that do not use the X session manager protocol; - xsm, a session manager for X sessions; Installation of an rsh or ssh daemon (server) is necessary if rstartd is to be used, and installation of an rsh or ssh client is necessary if rstart is to be used. Original-Maintainer: Debian X Strike Force Package: libcolamd2.7.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: i386 Source: suitesparse Version: 1:3.4.0-2ubuntu1 Depends: libc6 (>= 2.1.3) Description: column approximate minimum degree ordering library for sparse matrices Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . COLAMD column approximate minimum degree ordering Homepage: http://www.cise.ufl.edu/research/sparse/SuiteSparse/ Original-Maintainer: Maintainer: Debian Science Maintainers Package: libpurple0 Status: install ok installed Priority: optional Section: net Installed-Size: 4932 Maintainer: Ubuntu Developers Architecture: i386 Source: pidgin Version: 1:2.7.3-1ubuntu3.2 Replaces: pidgin (<< 2.1.1-2), pidgin-data (<< 2.4.0-1) Depends: 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), libgadu3 (>= 1:1.8.0+r592), libglib2.0-0 (>= 2.24.0), libgstfarsight0.10-0 (>= 0.0.3), libgstreamer-plugins-base0.10-0 (>= 0.10.0), libgstreamer0.10-0 (>= 0.10.15), libidn11 (>= 1.13), libmeanwhile1 (>= 1.0.2), libnspr4-0d (>= 4.7.3-0ubuntu1~), libnss3-1d (>= 3.12.2~rc1), libperl5.10 (>= 5.10.1), libsasl2-2, libsilc-1.1-2 (>= 1.1.3), libsilcclient-1.1-3 (>= 1.1.3), libxml2 (>= 2.7.4), libzephyr4, perl (>= 5.10.1-12ubuntu2), perlapi-5.10.1, libsasl2-modules Recommends: ca-certificates, libpurple-bin Suggests: tcl8.4 (>= 8.4.16), tk8.4 (>= 8.4.16) Conflicts: pidgin (<< 2.1.1-2), pidgin-data (<< 2.4.0-1) 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, SILC, SIMPLE, QQ, MySpaceIM, and MXit. . Some extra packages are suggested to use increased functionality: * tcl8.4, tk8.4: - Support for writing plugins with Tcl/Tk Homepage: http://www.pidgin.im Original-Maintainer: Ari Pollak Package: libsgutils2-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 208 Maintainer: Ubuntu Developers Architecture: i386 Source: sg3-utils Version: 1.29-1 Replaces: libsgutils2 Depends: libc6 (>= 2.7) Suggests: sg3-utils Conflicts: libsgutils2 Description: utilities for devices using the SCSI command set (shared libraries) Most OSes have SCSI pass-through interfaces that enable user space programs to send SCSI commands to a device and fetch the response. With SCSI to ATA Translation (SAT) many ATA disks now can process SCSI commands. Typically each utility in this package implements one SCSI command. See the draft standards at www.t10.org for SCSI command definitions plus SAT. ATA commands are defined in the draft standards at www.t13.org . For a mapping between supported SCSI and ATA commands and utility names in this package see the COVERAGE file . Shared library used by the utilities in the sg3-utils package. Original-Maintainer: Ritesh Raj Sarraf Homepage: http://sg.danny.cz/sg/ Package: hunspell-en-us Status: install ok installed Priority: optional Section: text Installed-Size: 768 Maintainer: Ubuntu Core Developers Architecture: all Version: 20070829-4ubuntu1 Replaces: myspell-en-us, openoffice.org-spellcheck-en-us Provides: hunspell-dictionary, hunspell-dictionary-en Depends: dictionaries-common (>= 0.10) Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2) Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), myspell-en-us, openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), thunderbird (<< 2.0.0.1+0dfsg-0) Description: English_american dictionary for hunspell This is the English_american dictionary for use with the hunspell spellchecker Original-Maintainer: Rene Engelhard Package: gvfs-backends Status: install ok installed Priority: optional Section: libs Installed-Size: 2160 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gvfs Version: 1.6.4-0ubuntu1.1 Depends: libarchive1 (>= 2.2.3), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libbluetooth3 (>= 4.40), libc6 (>= 2.7), libcdio-cdda0, libcdio-paranoia0, libcdio10, libdbus-1-3 (>= 1.1.1), libdbus-glib-1-2 (>= 0.78), libexpat1 (>= 1.95.8), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.24.0), libgnome-keyring0 (>= 2.20.3), libgphoto2-2 (>= 2.4.3), libgphoto2-port0 (>= 2.4.3), libgudev-1.0-0 (>= 147), libgvfscommon0 (>= 1.1.7), libimobiledevice1 (>= 0.9.7), libplist1 (>= 0.13), libsmbclient (>= 2:3.3.1), libsoup-gnome2.4-1 (>= 2.27.4), libsoup2.4-1 (>= 2.26.1), libxml2 (>= 2.7.4), gvfs (= 1.6.4-0ubuntu1.1) Recommends: obex-data-server Description: userspace virtual filesystem - backends gvfs is a userspace virtual filesystem where mount runs as a separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the afc, archive, burn, cdda, dav, dnssd, ftp, gphoto2, http, network, obexftp, sftp, smb and smb-browse backends. Original-Maintainer: Sebastien Bacher Package: libpurple-bin Status: install ok installed Priority: optional Section: net Installed-Size: 116 Maintainer: Ubuntu Developers Architecture: all Source: pidgin Version: 1:2.7.3-1ubuntu3.2 Replaces: pidgin (<< 2.1.1-2), pidgin-data (<< 2.4.0-1) Depends: python, python-dbus Conflicts: pidgin (<< 2.1.1-2), pidgin-data (<< 2.4.0-1) 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, Homepage: http://www.pidgin.im Original-Maintainer: Ari Pollak Package: erlang-base Status: install ok installed Priority: optional Section: interpreters Installed-Size: 7304 Maintainer: Ubuntu Developers Architecture: i386 Source: erlang Version: 1:13.b.3-dfsg-2ubuntu3 Replaces: erlang (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base-hipe, erlang-dev (<< 1:13.b.3-dfsg-2ubuntu3), erlang-doc-html (>> 1:13.b.3-dfsg-999), erlang-doc-html (<< 1:13.b.3-dfsg), erlang-examples (<< 1:13.b.3-dfsg-2ubuntu3), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:13.b.3-dfsg-2ubuntu3), erlang-src (<< 1:13.b.3-dfsg-2ubuntu3), erlang-x11 (<< 1:13.b.3-dfsg-2ubuntu3) Provides: erlang-abi-13.a Depends: procps, libc6 (>= 2.7), libncurses5 (>= 5.7+20100313) Recommends: libsctp1 (>= 1.0.11+dfsg), erlang-crypto (= 1:13.b.3-dfsg-2ubuntu3), erlang-syntax-tools (= 1:13.b.3-dfsg-2ubuntu3) Suggests: erlang-tools (= 1:13.b.3-dfsg-2ubuntu3), erlang, erlang-manpages, erlang-doc-html Conflicts: erlang (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base-hipe, erlang-doc-html (>> 1:13.b.3-dfsg-999), erlang-doc-html (<< 1:13.b.3-dfsg), erlang-manpages (<= 1:11.b.1-2) Description: Erlang/OTP virtual machine and base applications This package contains the Erlang/OTP runtime implementation, which is configured and built without HiPE support (compiles to byte-code only), and minimal set of Erlang applications: compiler - compiles Erlang code to byte-code; erts - the Erlang runtime system application; kernel - code necessary to run the Erlang runtime system itself; sasl - the system architecture support libraries application; stdlib - modules for manipulating lists, strings, files etc. Homepage: http://www.erlang.org/ Original-Maintainer: Debian Erlang Packagers Package: libbonobo2-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 376 Maintainer: Ubuntu Developers Architecture: all Source: libbonobo Version: 2.32.0-0ubuntu1 Replaces: bonobo-activation (<< 1:2.4) Conflicts: bonobo-activation (<< 1:2.4) Conffiles: /etc/bonobo-activation/bonobo-activation-config.xml 6ccbdf532ae9b7c605f4129ae1d050da Description: Bonobo CORBA interfaces library -- support files Bonobo is a set of language and system independent CORBA interfaces for creating reusable components, controls and creating compound documents. . The Bonobo distribution includes a Gtk+ based implementation of the Bonobo interfaces, enabling developers to create reusable components and applications that can be used to form more complex documents. . This package contains the support files needed by the Bonobo library. Original-Maintainer: Debian GNOME Maintainers Package: libxrender1 Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Ubuntu Developers Architecture: i386 Source: libxrender Version: 1:0.9.6-1 Depends: libc6 (>= 2.1.3), libx11-6 Description: X Rendering Extension client library The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tessellation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. The Xrender library exposes this extension to X clients. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrender Original-Maintainer: Debian X Strike Force Package: mountall Status: install ok installed Priority: required Section: admin Installed-Size: 228 Maintainer: Scott James Remnant Architecture: i386 Version: 2.19 Replaces: upstart (<< 0.6.3-2) Depends: makedev, udev, plymouth, coreutils (>= 7.1), libc6 (>= 2.9), libdbus-1-3 (>= 1.2.16), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0), libplymouth2 (>= 0.8.1-3), libudev0 (>= 151) Breaks: policycoreutils (<< 2.0.69-2ubuntu4), usplash (<< 0.5.47) Conffiles: /etc/init/mountall.conf 4ecc1e75cf68705e15e5e3106066223a /etc/init/mountall-net.conf feff70cd7006f6763e24263d381940f3 /etc/init/mountall-reboot.conf 43e3c229085a13005b0681a49b2bef51 /etc/init/mountall-shell.conf aa05af89db3de044d1cd7f6971b46d9f /etc/init/mounted-dev.conf 0c983df7da8b456ea38068e39f2f2a1e /etc/init/mounted-varrun.conf 50e6a43127a8bd67542074f03f28a246 /etc/init/mounted-tmp.conf b049fee4d7c235355555a004befe4633 Description: filesystem mounting tool mountall mounts filesystems when the underlying block devices are ready, or when network interfaces come up, checking the filesystems first. Package: libkpathsea5 Status: install ok installed Priority: optional Section: libs Installed-Size: 244 Maintainer: Ubuntu Developers Architecture: i386 Source: texlive-bin Version: 2009-7 Depends: libc6 (>= 2.4) Description: TeX Live: path search library for TeX (runtime part) This package contains the runtime part of the Kpathsea[rch] library, which implements generic path searching, configuration, and TeX-specific file searching. Original-Maintainer: Debian TeX Maintainers Homepage: http://www.tug.org/texlive Package: libgnome2-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 1060 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.042-2build1 Depends: perl (>= 5.10.1-8ubuntu1), perlapi-5.10.1, libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libbonobo2-0 (>= 2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.1.3), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.27.0), libglib2.0-0 (>= 2.16.0), libgnome2-0 (>= 2.17.3), libgnomecanvas2-0 (>= 2.11.1), libgnomeui-0 (>= 2.22.0), libgnomevfs2-0 (>= 1:2.17.90), libgtk2.0-0 (>= 2.8.0), libice6 (>= 1:1.0.0), liborbit2 (>= 1:2.14.10), libpango1.0-0 (>= 1.14.0), libpopt0 (>= 1.15), libsm6, libglib-perl (>= 1.040), libgtk2-perl (>= 1.00), libgnome2-canvas-perl (>= 1.00), libgnome2-vfs-perl (>= 1.00) Description: Perl interface to the GNOME libraries libgnome2-perl allows to write programs with a GNOME user interface in Perl. . GNOME is a project to build a complete, user-friendly desktop based entirely on free software. . Find out more about GNOME at http://www.gnome.org. . The perl bindings follow the C API very closely, and the C reference documentation should be considered the canonical source: http://developer.gnome.org/doc/API/2.0/libgnome/index.html . This module is part of gtk2-perl. . To discuss gtk2-perl, ask questions and flame/praise the authors, join gtk-perl-list@gnome.org at lists.gnome.org. . Also have a look at the gtk2-perl website and sourceforge project page, http://gtk2-perl.sourceforge.net Original-Maintainer: Debian Perl Group Homepage: http://gtk2-perl.sourceforge.net/ Package: xulrunner-1.9.2 Status: install ok installed Priority: optional Section: devel Installed-Size: 24212 Maintainer: Ubuntu Mozilla Team Architecture: i386 Version: 1.9.2.13+build3+nobinonly-0ubuntu0.10.10.1 Depends: libasound2 (>> 1.0.22), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.11), libcairo2 (>= 1.6.0), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.18.0), libhunspell-1.2-0 (>= 1.2.11), libidl0, libnspr4-0d (>= 4.7.3-0ubuntu1~), libnss3-1d (>= 3.12.6), libpango1.0-0 (>= 1.14.0), libpixman-1-0 (>= 0.11.2), libpng12-0 (>= 1.2.13-4), libsqlite3-0 (>= 3.7.2), libstartup-notification0 (>= 0.10), libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxrender1, libxt6, zlib1g (>= 1:1.1.4) Conflicts: j2re1.4 Conffiles: /etc/gre.d/1.9.2.13.system.conf 61ef16883acfbd2f8c14c4b22d223010 /etc/xulrunner-1.9.2/system-greprefs.js 642a123b1851af9635a071cd47f31bea Description: XUL + XPCOM application runner XULRunner is a single "gecko runtime" that can be used to bootstrap multiple XUL + XPCOM applications that are as rich as Firefox and Thunderbird. . XUL is Mozilla's XML based User Interface language that lets you build feature-rich cross platform applications. These applications are easily customized with alternative text, graphics and layout so that they can be readily branded or localized for various markets. Web developers already familiar with Dynamic HTML (DHTML) will learn XUL quickly and can start building applications right away. . XPCOM is a cross platform component model. It has multiple language bindings and IDL descriptions so programmers can plug their custom functionality into the framework and connect it with other components. Homepage: http://developer.mozilla.org/en/docs/XULRunner Package: transmission-common Status: install ok installed Priority: optional Section: net Installed-Size: 592 Maintainer: Ubuntu Core Developers Architecture: all Source: transmission Version: 2.04-0ubuntu2 Replaces: transmission-gtk (<= 1.73-1) Breaks: transmission-gtk (<= 1.73-1) Description: lightweight BitTorrent client (common files) Transmission is a simple BitTorrent client. It features a very simple, intuitive interface (gui and command-line) on top on an efficient, cross-platform back-end. . This package contains the common files for the different transmission versions. Homepage: http://www.transmissionbt.com/ Original-Maintainer: Leo Costela Package: libmagickwand3 Status: install ok installed Priority: optional Section: libs Installed-Size: 1224 Maintainer: Ubuntu Core Developers Architecture: i386 Source: imagemagick Version: 7:6.6.2.6-1ubuntu1.1 Depends: libbz2-1.0, libc6 (>= 2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.12.0), libgomp1 (>= 4.2.1), libice6 (>= 1:1.0.0), libjpeg62, liblcms1 (>= 1.15-1), liblqr-1-0 (>= 0.1.0), libltdl7 (>= 2.2.6b), libmagickcore3 (>= 7:6.6.2.6), libsm6, libtiff4, libx11-6, libxext6, libxt6, zlib1g (>= 1:1.1.4) Description: image manipulation library The MagickWand API is the recommended interface between the C programming language and the ImageMagick image processing libraries. Unlike the MagickCore C API, MagickWand uses only a few opaque types. Accessors are available to set or get important wand properties. . This package contains the C libraries needed to run executables that make use of MagickWand. Homepage: http://www.imagemagick.org/ Original-Maintainer: ImageMagick Packaging Team Package: libgcr0 Status: install ok installed Priority: optional Section: libs Installed-Size: 356 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-keyring Version: 2.92.92.is.2.31.91-0ubuntu4.1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcrypt11 (>= 1.4.2), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.18.0), libgp11-0 (>= 2.26), libgtk2.0-0 (>= 2.18.0), libpango1.0-0 (>= 1.18.0), libpng12-0 (>= 1.2.13-4) Description: Library for Crypto UI related task - runtime GCR is a library for crypto UI and related tasks. . This package contains the shared libraries needed to run programs built against the GCR library. Original-Maintainer: Josselin Mouette Package: libc-dev-bin Status: install ok installed Priority: optional Section: libdevel Installed-Size: 360 Maintainer: Ubuntu Core developers Architecture: i386 Source: eglibc Version: 2.12.1-0ubuntu10.1 Replaces: libc0.1-dev, libc0.3-dev, libc6-dev, libc6.1-dev Depends: libc6 (>> 2.12), libc6 (<< 2.13) Recommends: manpages-dev Description: Embedded GNU C Library: Development binaries This package contains utility programs related to the GNU C Library development package. Homepage: http://www.eglibc.org Original-Maintainer: GNU Libc Maintainers Package: libgtop2-7 Status: install ok installed Priority: optional Section: libs Installed-Size: 136 Maintainer: Ubuntu Developers Architecture: i386 Source: libgtop2 Version: 2.28.1-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libxau6, libgtop2-common (>= 2.28.1-1) Description: gtop system monitoring library (shared) The gtop library reads information about processes and the state of the system. It is used by the GNOME desktop environment. . This package contains the shared library. Original-Maintainer: Sebastien Bacher Package: dbus Status: install ok installed Priority: optional Section: devel Installed-Size: 604 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1.4.0-0ubuntu1.1 Replaces: dbus-1-utils (<< 1.0.2-5) Depends: libc6 (>= 2.10), libdbus-1-3 (>= 1.0.2), libexpat1 (>= 1.95.8), libselinux1 (>= 1.32), upstart-job, adduser, lsb-base (>= 3.2-14), upstart (>= 0.6.3-6) Recommends: consolekit (>= 0.2.3-3ubuntu2) Suggests: dbus-x11 Breaks: dbus-1-utils (<< 1.0.2-5) Conffiles: /etc/init/dbus.conf 354f802b65fd2ada471950aeab6009bf /etc/default/dbus 0d0f25a2f993509c857eb262f6e22015 /etc/dbus-1/session.conf aa815e24fb0e075d1ae336154fc8a655 /etc/dbus-1/system.conf 1fde393fffa265b901ad261a1fd61764 Description: simple interprocess messaging system D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . D-Bus supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-Bus also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. . It comes with several bindings, including GLib, Python, Qt and Java. . This package contains the D-Bus daemon and related utilities. . The client-side library can be found in the libdbus-1-3 package, as it is no longer contained in this package. Homepage: http://dbus.freedesktop.org/ Original-Maintainer: Utopia Maintenance Team Package: dhcp3-client Status: install ok installed Priority: important Section: net Installed-Size: 672 Maintainer: Ubuntu Core Developers Architecture: i386 Source: dhcp3 Version: 3.1.3-2ubuntu6 Depends: debianutils (>= 2.8.2), dhcp3-common (= 3.1.3-2ubuntu6), libc6 (>= 2.7), debconf (>= 0.5) | debconf-2.0 Suggests: resolvconf, avahi-autoipd, apparmor Conflicts: dhcp-client (<< 3.0), samba-common (<< 3.0.0beta1-2) Conffiles: /etc/dhcp3/dhclient-enter-hooks.d/debug 23cdc0f2053ca58ee7ba5926af1296bc /etc/dhcp3/dhclient-exit-hooks.d/debug 34b179df34a6ac20dbb07542f33c8104 /etc/dhcp3/dhclient-exit-hooks.d/rfc3442-classless-routes 2b19910493f3865aaf46634ebdd0343e /etc/dhcp3/dhclient.conf 5e012287a1dcf058b3fea4c5bf0bd95a /etc/apparmor.d/sbin.dhclient3 cf9ca23c29a37ae32da3389a9f450e6c Description: DHCP client This is the client from version 3 of the Internet Software Consortium's implementation of DHCP. For more information visit http://www.isc.org. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. If your machine depends on DHCP (especially likely if it's a workstation on a large network, or a laptop, or attached to a cable modem), keep this or another DHCP client installed. . Extra documentation can be found in the package dhcp3-common. Original-Maintainer: Andrew Pollock Package: xserver-xorg-video-savage Status: install ok installed Priority: optional Section: x11 Installed-Size: 220 Maintainer: Ubuntu X-SWAT Architecture: i386 Version: 1:2.3.1-2ubuntu2 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-savage Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.3.4), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-savage Description: X.Org X server -- Savage display driver This package provides the driver for the S3/VIA Savage/ProSavage/Twister family of chipsets. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-savage driver module. Orig-Maintainer: Debian X Strike Force Package: xserver-xorg-video-fbdev Status: install ok installed Priority: optional Section: x11 Installed-Size: 96 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:0.4.2-2ubuntu2 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-fbdev Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.1.3), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-fbdev Description: X.Org X server -- fbdev display driver This package provides the driver for the Linux framebuffer device (aka 'fbdev'). . More information about X.Org can be found at: . This package is built from the X.org xf86-video-fbdev driver module. Original-Maintainer: Debian X Strike Force Package: libgoocanvas-common Status: install ok installed Priority: optional Section: libs Installed-Size: 136 Maintainer: Ubuntu Developers Architecture: all Source: goocanvas Version: 0.15-1 Description: translations for goocanvas GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library for drawing. It has a model/view split, and uses interfaces for canvas items and views, so you can easily turn any application object into canvas items. . This package contains the translations Original-Maintainer: Jose Carlos Garcia Sogo Homepage: http://live.gnome.org/GooCanvas Package: libxfont1 Status: install ok installed Priority: optional Section: libs Installed-Size: 308 Maintainer: Ubuntu Developers Architecture: i386 Source: libxfont Version: 1:1.4.2-1 Depends: libbz2-1.0, libc6 (>= 2.4), libfontenc1, libfreetype6 (>= 2.2.1), zlib1g (>= 1:1.1.4) Conflicts: xprint (<< 2:1.6.0-1) Description: X11 font rasterisation library libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfont Original-Maintainer: Debian X Strike Force Package: software-center Status: install ok installed Priority: optional Section: gnome Installed-Size: 1988 Maintainer: Michael Vogt Architecture: all Version: 3.0.7 Replaces: gnome-app-install, software-store Provides: gnome-app-install, software-store Depends: python, python-central (>= 0.6.11), gconf2 (>= 2.28.1-2), app-install-data (>= 0.4.0), humanity-icon-theme, gnome-menus, python-xapian, python-apt (>= 0.7.93.1), python-aptdaemon (>= 0.31+bzr493), python-aptdaemon-gtk, python-debian (>= 0.1.15), python-dbus, policykit-1, policykit-1-gnome | policykit-1-kde, python-gtk2, python-webkit, python-xdg, python-gconf, python-gmenu, aptdaemon (>= 0.31), python-lazr.restfulclient, ubuntu-sso-client (>= 0.99.6) Recommends: lsb-release, python-launchpad-integration, apt-xapian-index (>= 0.38ubuntu1), update-notifier, software-properties-gtk, sessioninstaller Suggests: python-launchpadlib Conflicts: gnome-app-install (<< 1), software-store Conffiles: /etc/dbus-1/system.d/com.ubuntu.SoftwareCenter.conf d5c450e6bccfcb8177943516e8beb673 /etc/firefox/pref/software-center.js c0cf96b2a34bf59f0138fda25f7421b2 Description: Utility for browsing, installing, and removing applications The Ubuntu Software Center lets you browse and install thousands of free applications available for Ubuntu. You can view available applications by category, or search quickly by name or description. You can also examine the applications already installed, and remove those you no longer need. . To install or remove software using the Center, you need administrator access on the computer. Homepage: https://launchpad.net/software-center Python-Version: current Package: libenchant1c2a Status: install ok installed Priority: optional Section: libs Installed-Size: 296 Maintainer: Ubuntu Developers Architecture: i386 Source: enchant Version: 1.6.0-1 Replaces: libenchant-dev (<< 1.1.1++cvs.2003.11.08), libenchant1, libenchant1c2 Depends: libaspell15 (>= 0.60), libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.24.0), libhunspell-1.2-0 (>= 1.2.11), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Suggests: libenchant-voikko Conflicts: libenchant1, libenchant1c2 Description: a wrapper library for various spell checker engines Enchant is a generic spell checking library which uses existing spell checker engines such as ispell, aspell and myspell as its backends. . Enchant steps in to provide uniformity and conformity on top of these libraries, and implement certain features that may be lacking in any individual provider library. . This package contains shared library and program. Original-Maintainer: Debian QA Group Homepage: http://www.abisource.com/projects/enchant/ Package: pinyin-database Status: install ok installed Priority: optional Section: utils Installed-Size: 60760 Maintainer: Ubuntu Developers Architecture: all Version: 1.2.99-3 Pre-Depends: dpkg (>= 1.13.25) Description: PinYin database used by ibus-pinyin This package provide pinyin-database-.tar.bz2 which is required when compile ibus-pinyin. Original-Maintainer: LI Daobing Homepage: http://code.google.com/p/ibus Package: libthai0 Status: install ok installed Priority: optional Section: libs Installed-Size: 108 Maintainer: Ubuntu Developers Architecture: i386 Source: libthai Version: 0.1.14-2 Depends: libc6 (>= 2.4), libdatrie1 (>= 0.2.0), libthai-data (>= 0.1.10) Conflicts: libdatrie0 (<< 0.1.4) Enhances: kdelibs5 Description: Thai language support library LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. . This package contains the shared libraries needed to run programs that use the LibThai library. Original-Maintainer: Theppitak Karoonboonyanan Homepage: http://libthai.sourceforge.net/ Package: usb-modeswitch Status: install ok installed Priority: extra Section: comm Installed-Size: 172 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.1.4-1 Depends: libc6 (>= 2.4), libusb-0.1-4 (>= 2:0.1.12), tcl | tclsh, usb-modeswitch-data (>= 20100127) Suggests: comgt, wvdial Conffiles: /etc/usb_modeswitch.conf 9a7057b0e85b523d54a30c9742899e9c Description: mode switching tool for controlling "flip flop" USB devices Several new USB devices have their proprietary Windows drivers onboard, especially WAN dongles. When plugged in for the first time, they act like a flash storage and start installing the driver from there. If the driver is already installed, the storage device vanishes and a new device, such as an USB modem, shows up. This is called the "ZeroCD" feature. . On Debian, this is not needed, since the driver is included as a Linux kernel module, such as "usbserial". However, the device still shows up as "usb-storage" by default. usb-modeswitch solves that issue by sending the command which actually performs the switching of the device from "usb-storage" to "usbserial". . This package contains the binaries and the brother scripts. Original-Maintainer: Didier Raboud Homepage: http://www.draisberghof.de/usb_modeswitch/ Package: gnome-nettool Status: install ok installed Priority: optional Section: gnome Installed-Size: 688 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.31.6-0ubuntu1 Replaces: gnome-network (<= 1.99.5) Depends: libc6 (>= 2.7), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.20.0), libgtop2-7 (>= 2.23.2), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), dnsutils, net-tools, iputils-ping | ping, iputils-tracepath, whois Suggests: gnome-system-tools Conflicts: gnome-network (<= 1.99.5) Description: network information tool for GNOME GNOME Nettool is a network information tool which provides user interfaces for some of the most common command line network tools including: * ifconfig * ping * netstat * tracepath * port scanning * DNS lookup * finger * whois Homepage: http://projects.gnome.org/gnome-network/ Original-Maintainer: Debian GNOME Maintainers Package: ttf-ubuntu-font-family Status: install ok installed Priority: optional Section: fonts Installed-Size: 1444 Maintainer: Ubuntu Developers Architecture: all Source: ubuntu-font-family-sources Version: 0.69+ufl-0ubuntu1 Replaces: ubuntu-private-fonts, ubuntu-private-nda-fonts Provides: ubuntu-private-fonts, ubuntu-private-nda-fonts Depends: defoma Conflicts: ubuntu-private-fonts, ubuntu-private-nda-fonts Description: Ubuntu Font Family, sans-serif typeface hinted for clarity The Ubuntu Font Family are a set of matching new libre/open fonts in development during 2010--2011. The development is being funded by Canonical Ltd on behalf the wider Free Software community and the Ubuntu project. The technical font design work and implementation is being undertaken by Dalton Maag. . Both the final font Truetype/OpenType files and the design files used to produce the font family are distributed under an open licence and you are expressly encouraged to experiment, modify, share and improve. Original-Maintainer: Paul Sladen Homepage: http://font.ubuntu.com/ Package: libecal1.2-7 Status: install ok installed Priority: optional Section: libs Installed-Size: 360 Maintainer: Ubuntu Developers Architecture: i386 Source: evolution-data-server Version: 2.30.3-2ubuntu2.1 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libedataserver1.2-13 (>= 2.30.3), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.24.0), libical0 (>= 0.42), libxml2 (>= 2.6.27) Description: Client library for evolution calendars Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package is a client library for evolution calendar. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: diffutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 1336 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:3.0-1 Replaces: diff Pre-Depends: libc6 (>= 2.4) Suggests: diffutils-doc, wdiff Description: File comparison utilities The diffutils package provides the diff, diff3, sdiff, and cmp programs. . `diff' shows differences between two files, or each corresponding file in two directories. `cmp' shows the offsets and line numbers where two files differ. `cmp' can also show all the characters that differ between the two files, side by side. `diff3' shows differences among three files. `sdiff' merges two files interactively. . The set of differences produced by `diff' can be used to distribute updates to text files (such as program source code) to other people. This method is especially useful when the differences are small compared to the complete files. Given `diff' output, the `patch' program can update, or "patch", a copy of the file. Original-Maintainer: Santiago Vila Homepage: http://www.gnu.org/software/diffutils/ Package: aspell-en Status: install ok installed Priority: optional Section: text Installed-Size: 548 Maintainer: Ubuntu Core Developers Architecture: all Version: 6.0-0-5.1ubuntu3 Provides: aspell-dictionary Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) Description: English dictionary for GNU Aspell This package contains all the required files to add support for English language to the GNU Aspell spell checker. . American, British and Canadian spellings are included. Original-Maintainer: Brian Nelson Package: libxvmc1 Status: install ok installed Priority: optional Section: libs Installed-Size: 100 Maintainer: Ubuntu Developers Architecture: i386 Source: libxvmc Version: 2:1.0.5-1ubuntu1 Depends: libc6 (>= 2.4), libx11-6, libxext6, libxv1, x11-common Description: X11 Video extension library libXvMC provides an X Window System client interface to the XVideo-MotionCompensation extension to the X protocol. . The XVideo-MotionCompensation extension allows for further accelerated drawing of videos. Video data may be sent at earlier stages of the decoding pipeline than raw YUV data. At the moment, driver support for XvMC is poor to non-existent. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXvMC Original-Maintainer: Debian X Strike Force Package: libgstreamer-plugins-base0.10-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 928 Maintainer: Ubuntu Developers Architecture: i386 Source: gst-plugins-base0.10 Version: 0.10.30-2 Replaces: gobject-introspection-repository (<< 0.6.5-2) Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.24.0), libgstreamer0.10-0 (>= 0.10.30), iso-codes Suggests: libvisual-0.4-plugins, gstreamer-codec-install | gnome-codec-install Conflicts: gstreamer0.10-pulseaudio (<< 0.10.16-4), totem-gstreamer (<= 2.17.92-0ubuntu1) Description: GStreamer libraries from the "base" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains libraries from the "base" set, an essential exemplary set of elements. Original-Maintainer: Maintainers of GStreamer packages Homepage: http://gstreamer.freedesktop.org Package: libgtk2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 5148 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gtk+2.0 Version: 2.22.0-0ubuntu1 Provides: gtk2.0-binver-2.10.0 Depends: libgtk2.0-common, libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.6.4-6.1), libcups2 (>= 1.4.0), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcrypt11 (>= 1.4.2), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.16), libgnutls26 (>= 2.7.14-0), libgssapi-krb5-2 (>= 1.6.dfsg.2), libpango1.0-0 (>= 1.22.0), libpng12-0 (>= 1.2.13-4), libx11-6, libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxi6, libxinerama1, libxrandr2 (>= 2:1.2.99.3), libxrender1, zlib1g (>= 1:1.1.4), shared-mime-info Recommends: hicolor-icon-theme, libgtk2.0-bin Suggests: librsvg2-common, gvfs Conflicts: appmenu-gtk (<< 0.1.3) Conffiles: /etc/gtk-2.0/im-multipress.conf c358838e1789c1d4e6da7f525fc922cf Description: The GTK+ graphical user interface library The GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, the GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the shared libraries. Homepage: http://www.gtk.org/ Original-Maintainer: Sebastien Bacher Package: libatasmart4 Status: install ok installed Priority: optional Section: libs Installed-Size: 116 Maintainer: Ubuntu Developers Architecture: i386 Source: libatasmart Version: 0.17+git20100219-2 Depends: libc6 (>= 2.8), libudev0 (>= 147) Description: ATA S.M.A.R.T. reading and parsing library A small and lightweight parser library for ATA S.M.A.R.T. hard disk health monitoring. . This package contains the shared library. Original-Maintainer: Utopia Maintenance Team Homepage: http://0pointer.de/blog/projects/being-smart.html Package: libslp1 Status: install ok installed Priority: optional Section: libs Installed-Size: 160 Maintainer: Ubuntu Developers Architecture: i386 Source: openslp-dfsg Version: 1.2.1-7.7 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.4) Suggests: slpd (= 1.2.1-7.7), openslp-doc (= 1.2.1-7.7) Description: OpenSLP libraries Service Location Protocol is an IETF standard protocol that is used to discover/advertise services on the network. You can use SLP for anything from locating a suitable printer on your floor to discovering what LDAP directories are available in your organization. This package provides the OpenSLP run-time library package that is linked to SLP aware applications. This library implements RFC 2614 - An API for Service Location. Unless there is a SLP DA in the network, you must install the slpd package to be able to advertise the services. Original-Maintainer: Ganesan Rajagopal Homepage: http://www.openslp.org/ Package: doc-base Status: install ok installed Priority: optional Section: doc Installed-Size: 492 Maintainer: Ubuntu Developers Architecture: all Version: 0.9.5 Depends: perl, libuuid-perl, dpkg (>= 1.14.17), libmldbm-perl Suggests: dhelp | dwww | doc-central | yelp | khelpcenter4, rarian-compat Conflicts: dhelp (<< 0.6.7), dwww (<< 1.10.13~) Conffiles: /etc/doc-base/documents/README efd9c153645bd3e0653eb5b0fbeda91f Description: utilities to manage online documentation This package contains utilities to manage documentation installed on a Debian system. It generates a database of document metadata, which other packages such as dwww, dhelp, doc-central, and rarian-compat can use to provide a catalog of available documentation. . For additional information see the Debian doc-base Manual included in this package. Original-Maintainer: Robert Luberda Package: libpolkit-agent-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 140 Maintainer: Ubuntu Developers Architecture: i386 Source: policykit-1 Version: 0.96-2ubuntu1 Depends: libc6 (>= 2.3.6-6~), libeggdbus-1-0 (>= 0.5), libexpat1 (>= 1.95.8), libglib2.0-0 (>= 2.21.4), libpolkit-gobject-1-0 (>= 0.94) Description: PolicyKit Authentication Agent API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for accessing the authentication agent. Original-Maintainer: Utopia Maintenance Team Homepage: http://hal.freedesktop.org/docs/PolicyKit/ Package: libtag1-vanilla Status: install ok installed Priority: optional Section: libs Installed-Size: 744 Maintainer: Ubuntu Developers Architecture: i386 Source: taglib Version: 1.6.3-1 Replaces: libtag1c2a (<< 1.5-5) Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Conflicts: libtag-extras0, libtag1-rusxmms Description: TagLib Audio Meta-Data Library (Vanilla flavour) TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files. . This is the runtime package for programs that use the TagLib Audio Meta-Data Library. This package contains original and unpatched flavour of the library. Original-Maintainer: Modestas Vainius Homepage: http://developer.kde.org/~wheeler/taglib.html Package: xserver-xorg-input-evdev Status: install ok installed Priority: optional Section: x11 Installed-Size: 176 Maintainer: Ubuntu X-SWAT Architecture: i386 Version: 1:2.3.2-6ubuntu3.1 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-input-gevdev Provides: xserver-xorg-input-11 Depends: libc6 (>= 2.7), libutouch-grail1 (>= 1.0.10), xorg-input-abi-11.0, xserver-xorg-core (>= 2:1.9.0-0ubuntu7.2) Conflicts: xserver-xorg-input-gevdev Description: X.Org X server -- evdev input driver This package provides the driver for input devices using evdev, the Linux kernel's event delivery mechanism. This driver allows for multiple keyboards and mice to be treated as separate input devices. . More information about X.Org can be found at: . This package is built from the X.org xf86-input-evdev driver module. Original-Maintainer: Debian X Strike Force Package: libgnomevfs2-common Status: install ok installed Priority: optional Section: libs Installed-Size: 3408 Maintainer: Ubuntu Developers Architecture: all Source: gnome-vfs Version: 1:2.24.3-1ubuntu1 Depends: gconf2 (>= 2.28.1), gnome-mime-data, shared-mime-info Conflicts: gnome-panel (<< 2.10.0), libgnomevfs2-0 (<< 2.12.2-4), libgnomevfs2-extra (<< 1:2.16.3-6) Conffiles: /etc/gnome-vfs-2.0/modules/default-modules.conf 9e000c342ab81598a412ed1d15976c45 Description: GNOME Virtual File System (common files) GNOME VFS is the GNOME virtual file system. It is the foundation of the Nautilus file manager. It provides a modular architecture and ships with several modules that implement support for local files, http, ftp and others. It provides an URI-based API, a backend supporting asynchronous file operations, a MIME type manipulation library and other features. . This package contains the documentation, data files and locales. Original-Maintainer: Josselin Mouette Package: openoffice.org-style-galaxy Status: install ok installed Priority: optional Section: editors Installed-Size: 5904 Maintainer: Ubuntu Core Developers Architecture: all Source: openoffice.org Version: 1:3.2.1-7ubuntu1 Replaces: openoffice.org-common (<< 2.1~m190), openoffice.org-style-andromeda, openoffice.org-style-default Provides: openoffice.org-style, openoffice.org-style-default Depends: openoffice.org-core (>= 1:3.2.0~beta) Conflicts: openoffice.org-style-default Description: office productivity suite -- Galaxy (Default) symbol style OpenOffice.org 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 OpenOffice.org option menu. Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: libebook1.2-9 Status: install ok installed Priority: optional Section: libs Installed-Size: 312 Maintainer: Ubuntu Developers Architecture: i386 Source: evolution-data-server Version: 2.30.3-2ubuntu2.1 Depends: libc6 (>= 2.4), libcamel1.2-14 (>= 2.30.3), libcamel1.2-14 (<< 2.31), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libedataserver1.2-13 (>= 2.30.3), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.24.0), libxml2 (>= 2.7.4) Description: Client library for evolution address books This package is a client library for evolution addressbooks. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: gconf2-common Status: install ok installed Priority: optional Section: libs Installed-Size: 204 Maintainer: Ubuntu Desktop Team Architecture: all Source: gconf Version: 2.31.91-0ubuntu3.1 Replaces: gconf2 (<< 2.12.0-2) Depends: dbus, ucf Conffiles: /etc/gconf/2/evoldap.conf 17f55bd791cfb244e5a46e810107f364 /etc/X11/Xsession.d/70gconfd_path-on-session 1a553c6c2f10c57c9ca6d65ed83323b6 Description: GNOME configuration database system (common files) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains the default configuration and localization files. Homepage: http://projects.gnome.org/gconf/ Original-Maintainer: Josselin Mouette Package: libsnmp-base Status: install ok installed Priority: optional Section: libs Installed-Size: 896 Maintainer: Ubuntu Core Developers Architecture: all Source: net-snmp Version: 5.4.3~dfsg-1ubuntu3 Replaces: libsnmp-dev (<< 5.4~dfsg), libsnmp9-dev (<< 5.4~dfsg) Suggests: snmp-mibs-downloader Conflicts: libsnmp-dev (<< 5.4~dfsg), libsnmp9-dev (<< 5.4~dfsg) Description: SNMP (Simple Network Management Protocol) MIBs and documentation The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . This package includes documentation and MIBs (Management Information Bases) for the SNMP libraries, agents and applications. MIBs contain a formal description of the data that can be managed using SNMP. and applications. Homepage: http://net-snmp.sourceforge.net/ Original-Maintainer: Net-SNMP Packaging Team Package: libsctp1 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: i386 Source: lksctp-tools Version: 1.0.11+dfsg-1 Depends: libc6 (>= 2.4) Recommends: lksctp-tools Description: user-space access to Linux Kernel SCTP - shared library This library is part of the LKSCTP project for the Linux Kernel SCTP reference implementation. . This package is intended to supplement the Linux Kernel SCTP reference implementation now available in the Linux kernel source tree in versions 2.5.36 respectively 2.4.24 and following. . SCTP (Stream Control Transmission Protocol) is a message oriented, reliable transport protocol, with congestion control, support for transparent multi-homing, and multiple ordered streams of messages. RFC2960 defines the core protocol. Original-Maintainer: Michael Biebl Homepage: http://lksctp.sf.net/ Package: linux-libc-dev Status: install ok installed Priority: optional Section: devel Installed-Size: 4300 Maintainer: Ubuntu Kernel Team Architecture: i386 Source: linux (2.6.35-25.44) Version: 2.6.35-1025.44 Replaces: dvb-dev (<< 1.0.1-6), libc6-dev (<< 2.3.2.ds1-6), libc6.1-dev (<< 2.3.2.ds1-6), libdrm-dev, linux-kernel-headers Provides: linux-kernel-headers Conflicts: amd64-libs-dev (<= 1.1), dvb-dev (<< 1.0.1-6), libc6-dev (<< 2.3.2.ds1-6), libc6.1-dev (<< 2.3.2.ds1-6), linux-kernel-headers Description: Linux Kernel Headers for development This package provides headers from the Linux kernel. These headers are used by the installed headers for GNU glibc and other system libraries. They are NOT meant to be used to build third-party modules for your kernel. Use linux-headers-* packages for that. Package: libthai-data Status: install ok installed Priority: optional Section: libs Installed-Size: 596 Maintainer: Ubuntu Developers Architecture: all Source: libthai Version: 0.1.14-2 Conflicts: libthai0 (<< 0.1.10) Description: Data files for Thai language support library Data needed by LibThai library. It is usually automatically installed. Original-Maintainer: Theppitak Karoonboonyanan Homepage: http://libthai.sourceforge.net/ Package: ttf-takao-pgothic Status: install ok installed Priority: optional Section: fonts Installed-Size: 6200 Maintainer: Ubuntu Core Developers Architecture: all Source: ttf-takao Version: 003.02.01-2ubuntu1 Provides: ttf-japanese-gothic Description: Japanese TrueType font set, Takao P Gothic Font Takao Fonts are Japanese gothic and mincho scalable fonts. They are suitable for both display and printing. This package provides them in TrueType format. . Takao Fonts are based on IPA Fonts and IPAex Fonts. Takao's purpose is to make it possible to maintain and release the fonts by the community with changing their names. . This package includes Takao P Gothic. Homepage: https://launchpad.net/takao-fonts Original-Maintainer: Debian Fonts Task Force Package: evolution-data-server Status: install ok installed Priority: optional Section: gnome Installed-Size: 1540 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.30.3-2ubuntu2.1 Replaces: evolution-data-server1.2 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.11), libcairo2 (>= 1.2.4), libcamel1.2-14 (>= 2.30.3), libcomerr2 (>= 1.01), libdb4.8, libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libebackend1.2-0 (>= 2.30.3), libebook1.2-9 (>= 2.30.3), libecal1.2-7 (>= 2.30.3), libedata-book1.2-2 (>= 2.30.3), libedata-cal1.2-7 (>= 2.30.3), libedataserver1.2-13 (>= 2.30.3), libegroupwise1.2-13 (>= 2.30.3), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdata-google1.2-1 (>= 2.30.3), libgdata1.2-1 (>= 2.30.3), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgssapi-krb5-2 (>= 1.6.dfsg.2), libgtk2.0-0 (>= 2.18.0), libgweather1 (>= 2.30.0), libical0 (>= 0.42), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), libnspr4-0d (>= 4.7.3-0ubuntu1~), libnss3-1d (>= 3.12.2~rc1), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsoup2.4-1 (>= 2.24.3), libsqlite3-0 (>= 3.7.2), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), evolution-data-server-common (= 2.30.3-2ubuntu2.1) Suggests: evolution (>= 2.6.1), evolution-data-server-dbg (= 2.30.3-2ubuntu2.1) Conflicts: evolution (<< 2.25.90) Description: evolution database backend server The data server, called "Evolution Data Server" is responsible for managing mail, calendar, addressbook, tasks and memo information. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: libxpm4 Status: install ok installed Priority: optional Section: libs Installed-Size: 124 Maintainer: Ubuntu Developers Architecture: i386 Source: libxpm Version: 1:3.5.8-1 Depends: libc6 (>= 2.7), libx11-6 Description: X11 pixmap library libXpm provides support and common operation for the XPM pixmap format, which is commonly used in legacy X applications. XPM is an extension of the monochrome XBM bitmap specificied in the X protocol. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXpm Original-Maintainer: Debian X Strike Force Package: python-pexpect Status: install ok installed Priority: optional Section: python Installed-Size: 680 Maintainer: Ubuntu Developers Architecture: all Source: pexpect Version: 2.3-1build1 Replaces: python2.3-pexpect, python2.4-pexpect Provides: python2.6-pexpect Depends: python, python-central (>= 0.6.11) Conflicts: python2.3-pexpect, python2.4-pexpect Description: Python module for automating interactive applications Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands. Original-Maintainer: Ganesan Rajagopal Python-Version: all Package: gnome-keyring Status: install ok installed Priority: optional Section: gnome Installed-Size: 2772 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.92.92.is.2.31.91-0ubuntu4.1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.1.1), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcr0 (>= 2.31.91), libgcrypt11 (>= 1.4.2), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgp11-0 (>= 2.29.90), libgtk2.0-0 (>= 2.20.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), dbus-x11 Pre-Depends: dpkg (>= 1.15.7.2) Recommends: libpam-gnome-keyring Breaks: libgnome-keyring0 (<< 2.29) Conffiles: /etc/xdg/autostart/gnome-keyring-pkcs11.desktop 5048536b1988121b15f353ab7e7ebeac /etc/xdg/autostart/gnome-keyring-secrets.desktop 7e194788bd7fbcdd6f558fc467b2de18 /etc/xdg/autostart/gnome-keyring-ssh.desktop f731aa90d72736cd886278cd6e95f254 Description: GNOME keyring services (daemon and tools) gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. . The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends. Original-Maintainer: Josselin Mouette Package: libpanel-applet2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 192 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-panel Version: 1:2.30.2-1ubuntu3 Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libbonobo2-0 (>= 2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.18.0), libgnome2-0 (>= 2.17.3), libgnomecanvas2-0 (>= 2.11.1), libgtk2.0-0 (>= 2.20.0), liborbit2 (>= 1:2.14.10), libpango1.0-0 (>= 1.15.4), libpopt0 (>= 1.16), libx11-6, libxau6 Description: library for GNOME Panel applets This library is used by GNOME Panel applets. Original-Maintainer: Guilherme de S. Pastore Package: libtdb1 Status: install ok installed Priority: optional Section: libs Installed-Size: 116 Maintainer: Ubuntu Developers Architecture: i386 Source: tdb Version: 1.2.1-2 Depends: libc6 (>= 2.4) Description: Trivial Database - shared library This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the shared library file. Original-Maintainer: Jelmer Vernooij Homepage: http://tdb.samba.org/ Python-Version: all Package: python-protobuf Status: install ok installed Priority: extra Section: python Installed-Size: 360 Maintainer: Ubuntu Core Developers Architecture: all Source: protobuf Version: 2.3.0-2ubuntu1 Provides: python2.6-protobuf Depends: python (>= 2.4), python-support (>= 0.90.0) Recommends: protobuf-compiler Description: Python bindings for protocol buffers Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the Python bindings for the protocol buffers. You will need the protoc tool (in the protobuf-compiler package) to compile your definition to Python classes, and then the modules in this package will allow you to use those classes in your programs. Homepage: http://code.google.com/p/protobuf/ Original-Maintainer: Iustin Pop Package: tar Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 704 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.23-2ubuntu1 Replaces: cpio (<< 2.4.2-39) Pre-Depends: libc6 (>= 2.8) Suggests: bzip2, ncompress Conflicts: cpio (<= 2.4.2-38) Conffiles: /etc/rmt 3c58b7cd13da1085eff0acc6a00f43c7 Description: GNU version of the tar archiving utility Tar is a program for packaging a set of files as a single archive in tar format. The function it performs is conceptually similar to cpio, and to things like PKZIP in the DOS world. It is heavily used by the Debian package management system, and is useful for performing system backups and exchanging sets of files with others. Original-Maintainer: Bdale Garbee Package: libimobiledevice1 Status: install ok installed Priority: optional Section: libs Installed-Size: 144 Maintainer: Ubuntu Developers Architecture: i386 Source: libimobiledevice Version: 1.0.1-1 Replaces: libiphone0 Depends: libc6 (>= 2.8), libgcrypt11 (>= 1.4.2), libglib2.0-0 (>= 2.14.1), libgnutls26 (>= 2.7.14-0), libplist1 (>= 0.16), libtasn1-3 (>= 1.6-0), libusbmuxd1 (>= 1.0.0), usbmuxd Conflicts: libiphone0 Description: Library for communicating with the iPhone and iPod Touch libimobiledevice is a library that talks the native Apple USB protocols that the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does not depends on using any existing libraries from Apple. Original-Maintainer: Julien Lavergne Homepage: http://matt.colyer.name/projects/iphone-linux/ Package: rhythmbox Status: install ok installed Priority: optional Section: gnome Installed-Size: 3544 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 0.13.1-0ubuntu6 Depends: gconf2 (>= 2.28.1-2), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.6), libgnome-media0, libgstreamer-plugins-base0.10-0 (>= 0.10.26), libgstreamer0.10-0 (>= 0.10.20), libgtk2.0-0 (>= 2.21.8), libgudev-1.0-0 (>= 147), libice6 (>= 1:1.0.0), liblaunchpad-integration1 (>= 0.1.17), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libpython2.6 (>= 2.6), libsm6, libsoup-gnome2.4-1 (>= 2.27.4), libsoup2.4-1 (>= 2.26.0), libtotem-plparser17 (>= 2.30.1), libudev0 (>= 147), libwebkit-1.0-2 (>= 1.1.14), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), dbus, gstreamer0.10-plugins-base (>= 0.10.20), gstreamer0.10-plugins-good (>= 0.10.7), gstreamer0.10-alsa | gstreamer0.10-audiosink, python-gnome2 (>= 2.18), python-gtk2 (>= 2.10), gnome-icon-theme, gstreamer0.10-x, python-gst0.10, media-player-info Recommends: yelp, avahi-daemon, notification-daemon, gvfs-backends, rhythmbox-plugins, rhythmbox-plugin-cdrecorder Suggests: gstreamer0.10-plugins-bad, gnome-codec-install, gnome-control-center, gstreamer0.10-plugins-ugly, brasero, rhythmbox-plugin-coherence Breaks: gvfs (<< 1.4.1-6) Conflicts: gnome-control-center (<< 2.15.90) Description: music player and organizer for GNOME Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). Originally inspired by Apple's iTunes, the current version also supports Internet Radio, iPod integration and generic portable audio player support, Audio CD burning, Audio CD playback, music sharing, and Podcasts. Original-Maintainer: Loic Minier Package: file Status: install ok installed Priority: standard Section: utils Installed-Size: 144 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.03-5ubuntu1 Depends: libc6 (>= 2.4), libmagic1 (= 5.03-5ubuntu1), zlib1g (>= 1:1.1.4) Conffiles: /etc/magic 272913026300e7ae9b5e2d51f138e674 /etc/magic.mime 272913026300e7ae9b5e2d51f138e674 Description: Determines file type using "magic" numbers File tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic number tests, and language tests. The first test that succeeds causes the file type to be printed. . Starting with version 4, the file command is not much more than a wrapper around the "magic" library. Homepage: http://www.darwinsys.com/file/ Original-Maintainer: Daniel Baumann Package: ibus-pinyin Status: install ok installed Priority: optional Section: utils Installed-Size: 1048 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.3.10-1 Depends: ibus-pinyin-db-open-phrase (= 1.3.10-1) | ibus-pinyin-db-android (= 1.3.10-1), python, python-support (>= 0.90.0), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.16.0), libibus2 (>= 1.3.4), liblua5.1-0, libopencc1 (>= 0.1.0), libsqlite3-0 (>= 3.7.2), libstdc++6 (>= 4.4.0), libuuid1 (>= 2.16), ibus (>= 1.2.99) Description: pinyin engine for ibus ibus-pinyin is a im engine for Chinese, based on ibus. . this package provide one input method: * pinyin: pinyin input method. . for more information on pinyin input method, check http://en.wikipedia.org/wiki/Pinyin_method . Original-Maintainer: IME Packaging Team Homepage: http://code.google.com/p/ibus Package: ttf-liberation Status: install ok installed Priority: optional Section: fonts Installed-Size: 1724 Maintainer: Ubuntu Developers Architecture: all Version: 1.05.2.20091019-4 Description: Fonts with the same metrics as Times, Arial and Courier A set of serif, sans-serif and monospaced fonts from Red Hat with exactly the same metrics as the (non-free) Microsoft Times, Arial and Courier fonts, which implies those fonts can serve as a drop-in replacement. The font family is named Liberation. Original-Maintainer: Debian Fonts Task Force Homepage: https://fedorahosted.org/liberation-fonts/ Package: indicator-applet Status: install ok installed Priority: optional Section: gnome Installed-Size: 156 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 0.4.6-0ubuntu1 Provides: indicator-renderer Depends: libatk1.0-0 (>= 1.29.3), libbonobo2-0 (>= 2.15.0), libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.22.0), libgtk2.0-0 (>= 2.18.0), libindicator1, libpanel-applet2-0 (>= 2.26.0), libx11-6, gnome-panel Recommends: indicator-messages, indicator-sound, indicator-application Conffiles: /etc/apport/crashdb.conf.d/indicator-applet-crashdb.conf de3b748927335bee1451974c1b543368 Description: GNOME panel indicator applet indicator-applet is an applet to display information from various applications consistently in the GNOME panel. . Currently this includes support for messaging applications in the indicator-messages package. Homepage: https://launchpad.net/indicator-applet Package: gcc-4.4 Status: install ok installed Priority: optional Section: devel Installed-Size: 4896 Maintainer: Ubuntu Core developers Architecture: i386 Version: 4.4.4-14ubuntu5 Provides: c-compiler Depends: gcc-4.4-base (= 4.4.4-14ubuntu5), cpp-4.4 (= 4.4.4-14ubuntu5), binutils (>= 2.20.1-14~), libgcc1 (>= 1:4.4.4-14ubuntu5), libgomp1 (>= 4.4.4-14ubuntu5), libc6 (>= 2.11) Recommends: libc6-dev (>= 2.5) Suggests: gcc-4.4-multilib, libmudflap0-4.4-dev (>= 4.4.4-14ubuntu5), gcc-4.4-doc (>= 4.4.4-8), gcc-4.4-locales (>= 4.4.4-8), libgcc1-dbg, libgomp1-dbg, libmudflap0-dbg, libcloog-ppl0 (>= 0.15.9-2~), libppl-c2, libppl7 Description: The GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: python-gdbm Status: install ok installed Priority: optional Section: python Installed-Size: 112 Maintainer: Ubuntu Developers Architecture: i386 Source: python-stdlib-extensions Version: 2.6.6-0ubuntu1 Replaces: python2.3-gdbm, python2.4-gdbm, python2.6 (<< 2.6.1-0ubuntu6) Provides: python2.6-gdbm, python2.7-gdbm Depends: python (>= 2.6), python (<< 2.8), libc6 (>= 2.4), libgdbm3 (>= 1.8.3) Suggests: python-gdbm-dbg Conflicts: python2.3-gdbm, python2.4-gdbm Description: GNU dbm database support for Python GNU dbm database module for Python. Install this if you want to create or read GNU dbm database files with Python. Original-Maintainer: Matthias Klose Python-Version: 2.6, 2.7 Package: liburi-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 392 Maintainer: Ubuntu Developers Architecture: all Version: 1.54-1 Depends: perl, libmime-base64-perl, libnet-perl Suggests: libwww-perl Description: module to manipulate and access URI strings URI is a collection of Perl modules that represent and manipulate Uniform Resource Identifier (URI) references as specified in RFC 2396. . URI objects can be used to access and manipulate the various components that make up these strings. There are also methods to combine URIs in various ways. . The URI class replaces the URI::URL class that used to be distributed with libwww-perl. This package also includes an emulation of the old URI::URL interface, which implements both the old and the new interface. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/URI/ Package: libnl1 Status: install ok installed Priority: optional Section: libs Installed-Size: 368 Maintainer: Ubuntu Developers Architecture: i386 Source: libnl Version: 1.1-5build1 Replaces: libnl1-pre6, libnl1-pre8 Depends: libc6 (>= 2.8) Conflicts: libnl1-pre6, libnl1-pre8 Description: library for dealing with netlink sockets This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. Original-Maintainer: Michael Biebl Homepage: http://people.suug.ch/~tgr/libnl/ Package: gnome-dictionary Status: install ok installed Priority: optional Section: gnome Installed-Size: 2724 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-utils Version: 2.31.1-0ubuntu1 Replaces: gnome-utils (<< 2.30.0-2) Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libbonobo2-0 (>= 2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdict-1.0-6 (>= 2.23.90), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgnome2-0 (>= 2.17.3), libgnomecanvas2-0 (>= 2.11.1), libgtk2.0-0 (>= 2.20), liblaunchpad-integration1 (>= 0.1.17), liborbit2 (>= 1:2.14.10), libpanel-applet2-0 (>= 2.26.0), libpango1.0-0 (>= 1.14.0), libpopt0 (>= 1.16), gconf2 (>= 2.28.1-2), gnome-utils-common (>= 2.31), gnome-utils-common (<< 2.32) Conflicts: gnome-utils (<< 2.30.0-2) Description: GNOME dictionary application This program can look for the definition or translation of a word in existing databases over the Internet . It also contains a GNOME panel applet for that effect. Homepage: http://live.gnome.org/GnomeUtils Original-Maintainer: Debian GNOME Maintainers Package: libdrm-radeon1 Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Ubuntu X-SWAT Architecture: i386 Source: libdrm Version: 2.4.21-1ubuntu2.1 Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.3) Description: Userspace interface to radeon-specific kernel DRM services -- runtime This library implements the userspace interface to the radeon-specific kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Original-Maintainer: Debian X Strike Force Package: totem Status: install ok installed Priority: optional Section: video Installed-Size: 1504 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.32.0-0ubuntu1 Replaces: totem-common (<< 2.28.1-1), totem-gstreamer (<< 2.27.1), totem-xine (<< 2.27.1) Provides: totem-gstreamer, totem-xine Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.16), libgstreamer-plugins-base0.10-0 (>= 0.10.30), libgstreamer0.10-0 (>= 0.10.30), libgtk2.0-0 (>= 2.21.8), libice6 (>= 1:1.0.0), liblaunchpad-integration1 (>= 0.1.17), libnautilus-extension1 (>= 2.30), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libpython2.6 (>= 2.6), libsm6, libtotem-plparser17 (>= 2.30.1), libunique-1.0-0 (>= 1.0.0), libx11-6, libxml2 (>= 2.6.27), libxrandr2, libxtst6, libxxf86vm1, zlib1g (>= 1:1.1.4), gstreamer0.10-plugins-base (>= 0.10.30), gstreamer0.10-alsa | gstreamer0.10-audiosink, gstreamer0.10-plugins-good (>= 0.10.7), gstreamer0.10-x, gnome-icon-theme (>= 2.15.90), totem-common (>= 2.32), totem-common (<< 2.33) Recommends: totem-mozilla (>= 2.32.0-0ubuntu1), totem-plugins (>= 2.32.0-0ubuntu1) Suggests: gnome-codec-install, gstreamer0.10-pulseaudio (>= 0.10.16-5), gstreamer0.10-plugins-ugly, gstreamer0.10-plugins-bad, gstreamer0.10-ffmpeg Conflicts: gnome-control-center (<< 2.15.90), totem (<< 0.99.12-2), totem-gstreamer (<< 2.27.1), totem-mozilla (<< 2.20.0-3), totem-xine (<< 2.27.1) Description: A simple media player for the GNOME desktop based on GStreamer Totem is a simple yet featureful media player for GNOME which can read a large number of file formats. It features : . * Shoutcast, m3u, asx, SMIL and ra playlists support * DVD (with menus), VCD and Digital CD (with CDDB) playback * TV-Out configuration with optional resolution switching * 4.0, 5.0, 5.1 and stereo audio output * Full-screen mode (move your mouse and you get nice controls) with Xinerama, dual-head and RandR support * Aspect ratio toggling, scaling based on the video's original size * Full keyboard control * Simple playlist with repeat mode and saving feature * GNOME, Nautilus and GIO integration * Screenshot of the current movie * Brightness and Contrast control * Visualisation plugin when playing audio-only files * Video thumbnailer for nautilus * Nautilus properties page * Works on remote displays * DVD, VCD and OGG/OGM subtitles with automatic language selection * Extensible with plugins Homepage: http://www.gnome.org/projects/totem/ Original-Maintainer: Sebastien Bacher Package: libfont-afm-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 120 Maintainer: Ubuntu MOTU Developers Architecture: all Version: 1.20-1 Depends: perl (>= 5.6.0-16) Description: Font::AFM - Interface to Adobe Font Metrics files This module implements the Font::AFM class. Objects of this class are initialised from an AFM-file and allows you to obtain information about the font and the metrics of the various glyphs in the font. . All measurements in AFM files are given in terms of units equal to 1/1000 of the scale factor of the font being used. To compute actual sizes in a document, these amounts should be multiplied by (scale factor of font)/1000. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/Font-AFM/ Package: libdecoration0 Status: install ok installed Priority: optional Section: x11 Installed-Size: 132 Maintainer: Ubuntu Core Developers Architecture: i386 Source: compiz Version: 1:0.8.6-0ubuntu9.1 Depends: libc6 (>= 2.4), libx11-6, libxrender1 Description: Compiz window decoration library The window decoration library is responsible for drawing the window borders and title bar of windows managed by Compiz. It is used by window decorators like gtk-window-decorator and kde-window-decorator. Original-Maintainer: Debian X Strike Force Package: compiz-plugins Status: install ok installed Priority: optional Section: x11 Installed-Size: 2604 Maintainer: Ubuntu Core Developers Architecture: i386 Source: compiz Version: 1:0.8.6-0ubuntu9.1 Replaces: compiz-gnome (<< 1:0.8.4-4ubuntu1) Depends: compiz-core (= 1:0.8.6-0ubuntu9.1), libc6 (>= 2.8), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdecoration0 (>= 0.8.4), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.12.0), libglu1-mesa | libglu1, libpng12-0 (>= 1.2.13-4), librsvg2-2 (>= 2.26.0), libx11-6, libxml2 (>= 2.7.4), libxrender1, gconf2 (>= 2.28.1-2) Description: OpenGL window and compositing manager - plugins Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This package contains the standard plugins that come with compiz. Compiz without these plugins is not very useful. Original-Maintainer: Debian X Strike Force Package: firefox-branding Status: install ok installed Priority: optional Section: web Installed-Size: 328 Maintainer: Ubuntu Mozilla Team Architecture: i386 Source: firefox Version: 3.6.13+build3+nobinonly-0ubuntu0.10.10.1 Replaces: kubuntu-firefox-installer Provides: abrowser-branding Depends: firefox (= 3.6.13+build3+nobinonly-0ubuntu0.10.10.1) Conflicts: abrowser-branding Description: Package that ships the firefox branding This package ships the Firefox branding bits. If you remove this package your user experience will become that of the abrowser. Package: indicator-session Status: install ok installed Priority: optional Section: gnome Installed-Size: 384 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 0.2.10-0ubuntu3 Replaces: indicator-sus Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libdbusmenu-glib1 (>= 0.3.12), libdbusmenu-gtk1 (>= 0.3.12), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.18.0), libgtk2.0-0 (>= 2.16.0), libindicator1, libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), gconf2 (>= 2.28.1-2), upower Recommends: indicator-applet (>= 0.2) | indicator-renderer Suggests: gdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Description: An indicator showing session management, status and user switching. . This indicator is designed to be placed on the right side of a panel and give the user easy control for changing their instant message status. Switching to another user. Starting a guest session. Or controlling the status of their own session. . It requires some way to be hosted into a panel. For the GNOME Panel the appropriate package is indicator-applet-session. Homepage: https://launchpad.net/indicator-session Package: vinagre Status: install ok installed Priority: optional Section: gnome Installed-Size: 1740 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.30.2-1ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libavahi-common3 (>= 0.6.16), libavahi-gobject0 (>= 0.6.22), libavahi-ui0 (>= 0.6.21), libbonobo2-0 (>= 2.15.0), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgnome-keyring0 (>= 2.20.3), libgtk-vnc-1.0-0 (>= 0.4.1), libgtk2.0-0 (>= 2.18.0), liblaunchpad-integration1 (>= 0.1.17), libpanel-applet2-0 (>= 2.26.0), libpango1.0-0 (>= 1.14.0), libtelepathy-glib0 (>= 0.9.0), libvte9 (>= 1:0.24.0), libx11-6, libxml2 (>= 2.7.4), gconf2 (>= 2.28.1-2) Description: remote desktop client for the GNOME Desktop Vinagre is a remote desktop client integrated into the GNOME Desktop. . With Vinagre you can have several connections open simultaneously, bookmark your servers thanks to the Favorites support, store the passwords in the GNOME keyring, and browse the network to look for VNC servers. . Supported protocols are VNC and SSH. Homepage: http://www.gnome.org/projects/vinagre/ Original-Maintainer: Emilio Pozuelo Monfort Package: libgtkhtml-editor-common Status: install ok installed Priority: optional Section: libs Installed-Size: 416 Maintainer: Ubuntu Developers Architecture: all Source: gtkhtml3.14 Version: 1:3.30.3-1ubuntu1 Replaces: gtkhtml3.14 Conflicts: gtkhtml3.14 Description: HTML rendering/editing library - editor widget data GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the editor widget data. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: nautilus-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 1128 Maintainer: Ubuntu Desktop Team Architecture: all Source: nautilus Version: 1:2.32.0-0ubuntu1.3 Depends: gconf2 (>= 2.28.1-2) Recommends: nautilus Conflicts: nautilus (<< 2.14.1-3) Description: data files for nautilus Nautilus is the official file manager and graphical shell for the GNOME desktop. . This package contains pictures, localization files and other data needed by nautilus. Homepage: http://www.gnome.org/projects/nautilus/ Original-Maintainer: Josselin Mouette Package: libdns66 Status: install ok installed Priority: standard Section: libs Installed-Size: 1584 Maintainer: Ubuntu Core Developers Architecture: i386 Source: bind9 Version: 1:9.7.1.dfsg.P2-2ubuntu0.1 Replaces: libbind0 Depends: libc6 (>= 2.4), libcap2 (>= 2.10), libgeoip1 (>= 1.4.7~beta5+dfsg), libgssapi-krb5-2 (>= 1.8+dfsg), libisc60, libssl0.9.8 (>= 0.9.8m-1), libxml2 (>= 2.6.27) Conflicts: libbind0, libbind9-41 Description: DNS Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libdns shared library used by BIND's daemons and clients. Original-Maintainer: LaMont Jones Package: foo2zjs Status: install ok installed Priority: optional Section: text Installed-Size: 5892 Maintainer: Ubuntu Developers Architecture: i386 Version: 20100728-0ubuntu1 Depends: libc6 (>= 2.7), libcups2 (>= 1.4.0), mscompress, foomatic-filters (>= 4.0.0~bzr156), cups, cups-client Recommends: foomatic-db-engine, wget Suggests: psutils, hannah-foo2zjs, tix, tk8.4 Breaks: udev (<< 136-1) Description: Support for printing to ZjStream-based printers foo2zjs is an open source printer driver for printers that use the Zenographics ZjStream wire protocol for their print data, such as the Minolta magicolor 2200/2300/2430 DL, Minolta Color PageWorks/Pro L and HP LaserJet 1000/1005/1018/1020/1022. These printers are often erroneously referred to as "winprinters" or "GDI printers". . The foomatic-db-engine package is recommended to simplify configuring this printer driver. The psutils package is needed to enable n-up printing support. Homepage: http://foo2zjs.rkkda.com/ Original-Maintainer: Debian Foo2zjs Maintainers Package: librpc-xml-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 904 Maintainer: Ubuntu Developers Architecture: all Version: 0.73-1 Depends: perl, libwww-perl (>= 5.834), libxml-parser-perl (>= 2.31) | libxml-libxml-perl (>= 1.70) Suggests: libapache2-mod-perl2 Description: Perl module implementation of XML-RPC The RPC::XML package is an implementation of XML-RPC. The module provides classes for sample client and server implementations, a server designed as an Apache location-handler, and a suite of data-manipulation classes that are used by them. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/RPC-XML/ Package: netcat-openbsd Status: install ok installed Priority: optional Section: net Installed-Size: 164 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.89-3ubuntu2 Replaces: netcat (<< 1.10-35) Provides: netcat Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.12.0) Conflicts: netcat (<< 1.10-35) Description: TCP/IP swiss army knife A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. . This package contains the OpenBSD rewrite of netcat, including support for IPv6, proxies, and Unix sockets. Original-Maintainer: Decklin Foster Package: libfribidi0 Status: install ok installed Priority: optional Section: libs Installed-Size: 192 Maintainer: Ubuntu Developers Architecture: i386 Source: fribidi Version: 0.19.2-1 Depends: libc6 (>= 2.4) Description: Free Implementation of the Unicode BiDi algorithm FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages. This package contains the shared libraries. Original-Maintainer: Debian Hebrew Packaging Team Homepage: http://www.fribidi.org/ Package: zlib1g Status: install ok installed Priority: required Section: libs Installed-Size: 164 Maintainer: Ubuntu Developers Architecture: i386 Source: zlib Version: 1:1.2.3.4.dfsg-3ubuntu1 Provides: libz1 Depends: libc6 (>= 2.4) Conflicts: zlib1 (<= 1:1.0.4-7) Description: compression library - runtime zlib is a library implementing the deflate compression method found in gzip and PKZIP. This package includes the shared library. Homepage: http://zlib.net/ Original-Maintainer: Mark Brown Package: gnome-sudoku Status: install ok installed Priority: optional Section: games Installed-Size: 4356 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-games Version: 1:2.32.0-0ubuntu1 Replaces: gnome-games (<< 1:2.27.5-0ubuntu2), gnome-games-data (<< 1:2.27.5-0ubuntu2) Depends: python (>= 2.5), python-support (>= 0.90.0), gnome-games-common (>= 1:2.32.0-0ubuntu1), python-gtk2 (>= 2.10.0), python-launchpad-integration Conflicts: gnome-games (<< 1:2.27.5-0ubuntu2), gnome-games-data (<< 1:2.27.5-0ubuntu2) Description: Sudoku number puzzle Fit numbers into a grid without repeating numbers in rows, columns or boxes. Homepage: http://www.gnome.org/projects/gnome-games/ Original-Maintainer: Josselin Mouette Package: ibus-pinyin-db-open-phrase Status: install ok installed Priority: optional Section: utils Installed-Size: 40 Maintainer: Ubuntu Developers Architecture: all Source: ibus-pinyin Version: 1.3.10-1 Depends: pinyin-database (>= 1.2.99-3~), pinyin-database (<< 1.2.100) Description: pinyin engine for ibus, open-phrase database ibus-pinyin is a im engine for Chinese, based on ibus. . this package provide one input method: * pinyin: pinyin input method. . for more information on pinyin input method, check http://en.wikipedia.org/wiki/Pinyin_method . . This package contains the open-phrase data files used by ibus-pinyin. Original-Maintainer: IME Packaging Team Homepage: http://code.google.com/p/ibus Package: libindicate-gtk2 Status: install ok installed Priority: optional Section: libs Installed-Size: 64 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: libindicate Version: 0.4.4-0ubuntu2 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libdbusmenu-glib1 (>= 0.3.12), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.12.0), libindicate4 (>= 0.3.3), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4) Description: library for raising indicators via DBus - GTK bindings A small library for applications to raise "flags" on DBus for other components of the desktop to pick up and visualize. . This package contains shared libraries to be used by applications. Homepage: https://launchpad.net/libindicate Original-Maintainer: The Ayatana Packagers Package: xserver-xorg Status: install ok installed Priority: optional Section: x11 Installed-Size: 180 Maintainer: Ubuntu X-SWAT Architecture: i386 Source: xorg Version: 1:7.5+6ubuntu3 Replaces: x11-common (<< 1:7.3+11), xserver-common (<< 7) Depends: xserver-xorg-core (>= 2:1.8.99.905), xserver-xorg-video-all | xserver-xorg-video-8, xserver-xorg-input-all | xserver-xorg-input-11, xserver-xorg-input-evdev, libc6 (>= 2.7), xkb-data (>= 1.4), x11-xkb-utils, console-setup Recommends: libgl1-mesa-dri Conflicts: x11-common (<< 1:7.3+11), xserver-common (<< 7), xserver-xfree86 (<< 6.8.2.dfsg.1-1) Description: the X.Org X server This package depends on the full suite of the server and drivers for the X.Org X server. It does not provide the actual server itself. Original-Maintainer: Debian X Strike Force Package: bogofilter Status: install ok installed Priority: optional Section: mail Installed-Size: 20 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.2.2-1ubuntu1 Depends: bogofilter-common, bogofilter-bdb | bogofilter-db Description: a fast Bayesian spam filter (dummy package) This package implements a fast Bayesian spam filter along the lines suggested by Paul Graham in his article "A Plan For Spam". . This version substantially improves on Paul's proposal by doing smarter lexical analysis. In particular, hostnames and IP addresses are retained as recognition features rather than broken up. Various kinds of MTA cruft such as dates and message-IDs are discarded so as not to bloat the word lists. Original-Maintainer: Serafeim Zanikolas Package: libespeak1 Status: install ok installed Priority: optional Section: libs Installed-Size: 296 Maintainer: Ubuntu Developers Architecture: i386 Source: espeak Version: 1.44.05~really-1.44.04-0ubuntu1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libportaudio2 (>= 19+svn20100220), libstdc++6 (>= 4.1.1), espeak-data (= 1.44.05~really-1.44.04-0ubuntu1) Description: A multi-lingual software speech synthesizer: shared library eSpeak is a software speech synthesizer for English, and some other languages. This package contains the espeak program in a shared library. Homepage: http://espeak.sourceforge.net/ Original-Maintainer: Debian Accessibility Team Package: python-gnomecanvas Status: install ok installed Priority: optional Section: python Installed-Size: 152 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-python Version: 2.28.1-1ubuntu2 Replaces: python-gnome2 (<< 2.16.0-0ubuntu3) Provides: python2.6-gnomecanvas Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.16.0), libgnomecanvas2-0 (>= 2.11.1), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.14.0), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0) Conflicts: python-gnome2 (<< 2.16.0-0ubuntu3) Description: Python bindings for gnomecanvas (debug extension) This archive contains modules that allow you to write programs that use the GnomeCanvas library in Python. Homepage: http://www.pygtk.org/ Original-Maintainer: Sebastien Bacher Package: python-xkit Status: install ok installed Priority: optional Section: python Installed-Size: 188 Maintainer: Ubuntu Developers Architecture: all Source: x-kit Version: 0.4.2.2 Depends: python, python-central (>= 0.6.11) Description: library for the manipulation of the xorg.conf X-Kit is library for the manipulation of the xorg.conf. Original-Maintainer: Alberto Milone (tseliot) Python-Version: all Package: libbonobo2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 728 Maintainer: Ubuntu Developers Architecture: i386 Source: libbonobo Version: 2.32.0-0ubuntu1 Replaces: libbonobo-activation4 (<< 1:2.4), libbonobo2-common (<< 2.20.3-1) Depends: libbonobo2-common (= 2.32.0-0ubuntu1), libc6 (>= 2.4), libglib2.0-0 (>= 2.25.14), liborbit2 (>= 1:2.14.10), libxml2 (>= 2.7.4) Recommends: dbus-x11 Suggests: libbonobo2-bin Conflicts: libbonobo-activation4 (<< 1:2.4), nautilus (<< 2.2.4-5) Description: Bonobo CORBA interfaces library Bonobo is a set of language and system independent CORBA interfaces for creating reusable components, controls and creating compound documents. . The Bonobo distribution includes a Gtk+ based implementation of the Bonobo interfaces, enabling developers to create reusable components and applications that can be used to form more complex documents. . This package contains the shared libraries. Original-Maintainer: Debian GNOME Maintainers Package: libmailtools-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 320 Maintainer: Ubuntu Developers Architecture: all Version: 2.06-1 Replaces: mailtools (<= 1.15-1) Provides: libmail-perl, mailtools Depends: perl, libnet-perl, libtimedate-perl Conflicts: mailtools (<= 1.15-1) Description: Manipulate email in perl programs This is a set of perl modules which provide an easy interface to manipulating email in an object-oriented fashion. Original-Maintainer: Anibal Monsalve Salazar Homepage: http://search.cpan.org/dist/MailTools/ Package: libburn4 Status: install ok installed Priority: optional Section: libs Installed-Size: 300 Maintainer: Ubuntu Developers Architecture: i386 Source: libburn Version: 0.8.0.pl00-2 Depends: libc6 (>= 2.7) Description: library to provide CD/DVD writing functions libburn is a library for reading, mastering and writing optical discs. For now this means CD-R, CD-RW, DVD-RAM, DVD+RW, DVD+R, DVD+R/DL, DVD-RW, DVD-R, BD-R, BD-RE. Not supported yet are DVD-R/DL. Original-Maintainer: Debian Libburnia packagers Homepage: http://libburnia-project.org Package: libxrandr2 Status: install ok installed Priority: optional Section: libs Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: i386 Source: libxrandr Version: 2:1.3.0-3 Depends: libc6 (>= 2.1.3), libx11-6 (>= 0), libxext6 (>= 0), libxrender1 Description: X11 RandR extension library libXrandr provides an X Window System client interface to the RandR extension to the X protocol. . The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Original-Maintainer: Debian X Strike Force Package: telepathy-butterfly Status: install ok installed Priority: optional Section: net Installed-Size: 388 Maintainer: Ubuntu Developers Architecture: all Version: 0.5.14-1 Provides: telepathy-connection-manager Depends: python (>= 2.5), python-central (>= 0.6.11), python-dbus, python-gobject, python-telepathy (>= 0.15.17), python-papyon (>= 0.5.0) Recommends: python-libproxy (>= 0.3.1) Breaks: empathy (<< 2.30) Description: MSN connection manager for Telepathy MSN connection manager for telepathy that handles presence, personal messages, conversations, avatars, and groups. Original-Maintainer: Debian Telepathy maintainers Python-Version: >= 2.5 Package: os-prober Status: install ok installed Priority: extra Section: utils Installed-Size: 180 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.39 Depends: libc6 (>= 2.4) Description: utility to detect other OSes on a set of drives This package detects other OSes available on a system and outputs the results in a generic machine-readable format. Original-Maintainer: Debian Install System Team Package: libglu1-mesa Status: install ok installed Priority: optional Section: libs Installed-Size: 544 Maintainer: Ubuntu X-SWAT Architecture: i386 Source: mesa Version: 7.9~git20100924-0ubuntu2 Replaces: libglu1 Provides: libglu1 Depends: libc6 (>= 2.11), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libstdc++6 (>= 4.1.1) Conflicts: libglu1, mesag3 (<< 5.0.0-1), xlibmesa3 Description: The OpenGL utility library (GLU) GLU offers simple interfaces for building mipmaps; checking for the presence of extensions in the OpenGL (or other libraries which follow the same conventions for advertising extensions); drawing piecewise-linear curves, NURBS, quadrics and other primitives (including, but not limited to, teapots); tesselating surfaces; setting up projection matrices and unprojecting screen coordinates to world coordinates. . On Linux, this library is also known as libGLU or libGLU.so.1. . This package provides the SGI implementation of GLU shipped with the Mesa package (ergo the "-mesa" suffix). Homepage: http://mesa3d.sourceforge.net/ Original-Maintainer: Debian X Strike Force Package: python-lazr.uri Status: install ok installed Priority: optional Section: python Installed-Size: 184 Maintainer: Ubuntu Developers Architecture: all Source: lazr.uri Version: 1.0.2-2ubuntu1 Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), python-pkg-resources Description: library for parsing, manipulating, and generating URIs A self-contained, easily reusable, Python library for parsing, manipulating and generating URIs. With it you can extract parts of a URL, compare URIs to see if one contains another, search for URIs in text, and many other things. Homepage: https://launchpad.net/lazr.uri Original-Maintainer: Luca Falavigna Package: python-newt Status: install ok installed Priority: optional Section: python Installed-Size: 164 Maintainer: Ubuntu Developers Architecture: i386 Source: newt Version: 0.52.11-1 Provides: python2.6-newt Depends: libnewt0.52 (= 0.52.11-1), python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), libc6 (>= 2.4) Description: A NEWT module for Python This module allows you to built a text UI for your Python scripts using newt. Original-Maintainer: Alastair McKinstry Homepage: https://fedorahosted.org/newt/ Python-Version: 2.6 Package: gsfonts Status: install ok installed Priority: optional Section: text Installed-Size: 4764 Maintainer: Ubuntu Developers Architecture: all Version: 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 Conflicts: gs (<< 5.50-5), gs-aladdin (<< 6.50-4), gsfonts-x11 (<< 0.13) Conffiles: /etc/ghostscript/fontmap.d/10gsfonts.conf 39b53e1126184b434b52585a113fe125 Description: Fonts for the Ghostscript interpreter(s) These are free look-alike fonts of the Adobe PostScript fonts. Recommended for all flavors of Ghostscript (gs-gpl, gs-afpl and gs-esp). Original-Maintainer: Masayuki Hatta (mhatta) Homepage: http://www.ghostscript.com/ Package: gnome-doc-utils Status: install ok installed Priority: optional Section: gnome Installed-Size: 4556 Maintainer: Ubuntu Desktop Team Architecture: all Version: 0.20.1-1ubuntu1 Depends: python (>= 2.4), python-support (>= 0.90.0), python-libxml2, libxml2-utils, xsltproc Description: a collection of documentation utilities for the GNOME project gnome-doc-utils is a collection of documentation utilities for the GNOME project. Notably, it contains utilities for building documentation and all auxiliary files in your source tree, and it contains the DocBook XSLT stylesheets that were once distributed with Yelp. Original-Maintainer: Debian GNOME Maintainers Python-Version: 2.6 Package: adduser Status: install ok installed Priority: required Section: admin Installed-Size: 884 Maintainer: Ubuntu Core Developers Architecture: all Version: 3.112ubuntu1 Replaces: manpages-it (<< 0.3.4-2), manpages-pl (<= 20051117-1) Depends: perl-base (>= 5.6.0), passwd (>= 1:4.0.12), debconf | debconf-2.0 Suggests: liblocale-gettext-perl, perl-modules, ecryptfs-utils (>= 67-1) Conffiles: /etc/deluser.conf 527e6a57d0bc9f7c1b1aca2071f3da00 Description: add and remove users and groups This package includes the 'adduser' and 'deluser' commands for creating and removing users. . - 'adduser' creates new users and groups and adds existing users to existing groups; - 'deluser' removes users and groups and removes users from a given group. . Adding users with 'adduser' is much easier than adding them manually. Adduser will choose appropriate UID and GID values, create a home directory, copy skeletal user configuration, and automate setting initial values for the user's password, real name and so on. . Deluser can back up and remove users' home directories and mail spool or all the files they own on the system. . A custom script can be executed after each of the commands. . Development mailing list: http://lists.alioth.debian.org/mailman/listinfo/adduser-devel/ Homepage: http://alioth.debian.org/projects/adduser/ Original-Maintainer: Debian Adduser Developers Package: libavahi-ui0 Status: install ok installed Priority: optional Section: libs Installed-Size: 132 Maintainer: Ubuntu Core Developers Architecture: i386 Source: avahi Version: 0.6.27-2ubuntu3 Depends: libatk1.0-0 (>= 1.29.3), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.22), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdbm3 (>= 1.8.3), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.14.0), libpango1.0-0 (>= 1.14.0), zlib1g (>= 1:1.1.4) Description: Avahi GTK+ User interface library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains a GTK+ widget for browsing services. Homepage: http://avahi.org/ Original-Maintainer: Utopia Maintenance Team Package: libcupsmime1 Status: install ok installed Priority: optional Section: libs Installed-Size: 156 Maintainer: Ubuntu Developers Architecture: i386 Source: cups Version: 1.4.4-6ubuntu2.3 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.4), libcups2 (>= 1.4.0), libgcrypt11 (>= 1.4.2), libgnutls26 (>= 2.7.14-0) 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: libedataserver1.2-13 Status: install ok installed Priority: optional Section: libs Installed-Size: 308 Maintainer: Ubuntu Developers Architecture: i386 Source: evolution-data-server Version: 2.30.3-2ubuntu2.1 Depends: libc6 (>= 2.11), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.22.0), libnspr4-0d (>= 4.7.3-0ubuntu1~), libsoup2.4-1 (>= 2.4.0), libxml2 (>= 2.7.4) Description: Utility library for evolution data servers The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package is a utility library for evolution-data-server. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: libxcb1 Status: install ok installed Priority: optional Section: libs Installed-Size: 168 Maintainer: Ubuntu Developers Architecture: i386 Source: libxcb Version: 1.6-1 Depends: libc6 (>= 2.4), libxau6, libxdmcp6 Breaks: libxcb-xlib0 Description: X C Binding This package contains the library files needed to run software using libxcb, the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Original-Maintainer: XCB Developers Homepage: http://xcb.freedesktop.org Package: libgconf2.0-cil Status: install ok installed Priority: optional Section: libs Installed-Size: 248 Maintainer: Ubuntu Core Developers Architecture: all Source: gnome-sharp2 Version: 2.24.1-6ubuntu1 Replaces: libgconf2.24-cil, libgnome2.0-cil (<< 2.16.0-6) Depends: cli-common (>= 0.5.1), libgconf2-4 (>= 2.27.0), libglib2.0-cil (>= 2.12.9), libmono-corlib2.0-cil (>= 1.2.2.1) Suggests: monodoc-gtk2.0-manual Conflicts: libgconf2.24-cil Description: CLI binding for GConf 2.24 This package provides the gconf-sharp and gconf-sharp-peditors assemblies that allow CLI (.NET) programs to use the GConf configuration storage system 2.20. . GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 platform libraries. . This package contains the gconf-sharp assembly itself. Homepage: http://www.mono-project.com/GtkSharp Original-Maintainer: Debian CLI Libraries Team Package: python-support Status: install ok installed Priority: optional Section: python Installed-Size: 204 Maintainer: Ubuntu Core Developers Architecture: all Version: 1.0.9ubuntu1 Depends: python (>= 2.5), dpkg (>= 1.14.19) Conflicts: debhelper (<< 5.0.38) Description: automated rebuilding support for Python modules This package contains the 'update-python-modules' script, which takes care of byte-compilation of Python-only modules. . Private modules are automatically rebuilt upon major Python upgrades, avoiding the need for strong dependencies. . Public modules are automatically made available for all installed Python versions. Original-Maintainer: Josselin Mouette Package: xserver-xorg-video-all Status: install ok installed Priority: optional Section: x11 Installed-Size: 24 Maintainer: Ubuntu X-SWAT Architecture: i386 Source: xorg Version: 1:7.5+6ubuntu3 Replaces: xserver-xorg-driver-all Depends: xserver-xorg-video-apm, xserver-xorg-video-ark, xserver-xorg-video-ati, xserver-xorg-video-chips, xserver-xorg-video-cirrus, xserver-xorg-video-fbdev, xserver-xorg-video-geode, xserver-xorg-video-i128, xserver-xorg-video-i740, xserver-xorg-video-intel, xserver-xorg-video-mga, xserver-xorg-video-neomagic, xserver-xorg-video-nouveau, xserver-xorg-video-nv, xserver-xorg-video-rendition, xserver-xorg-video-s3, xserver-xorg-video-s3virge, xserver-xorg-video-savage, xserver-xorg-video-siliconmotion, xserver-xorg-video-sis, xserver-xorg-video-sisusb, xserver-xorg-video-tdfx, xserver-xorg-video-trident, xserver-xorg-video-tseng, xserver-xorg-video-vesa, xserver-xorg-video-openchrome, xserver-xorg-video-voodoo, xserver-xorg-video-vmware, x11-common Conflicts: xserver-xorg-driver-all Description: the X.Org X server -- output driver metapackage This package depends on the full suite of output drivers for the X.Org X server (Xorg). It does not provide any drivers itself, and may be removed if you wish to only have certain drivers installed. Original-Maintainer: Debian X Strike Force Package: locales Status: install ok installed Priority: required Section: libs Installed-Size: 9280 Maintainer: Martin Pitt Architecture: all Source: langpack-locales Version: 2.13+git20100825-1 Replaces: base-config, belocs-locale-data, belocs-locales-bin, libc6 (<< 2.3.6-0ubuntu6), libc6.1 (<< 2.3.6-0ubuntu6) Depends: libc6 (>= 2.9-0ubuntu10) | libc6.1 (>= 2.9-0ubuntu10) Conflicts: base-config, belocs-locale-data Conffiles: /etc/locale.alias 6ac3cbee43012440edc6bcbade0a61ce Description: common files for locale support This package provides support for localized environments (locales). It installs character and transliteration maps, provides the POSIX locale definition and provides common scripts for language pack handling. . The actual locale definitions are not part of this package, these are shipped in the language packs and are installed and removed automatically. Package: update-manager-core Status: install ok installed Priority: optional Section: admin Installed-Size: 1044 Maintainer: Michael Vogt Architecture: i386 Source: update-manager Version: 1:0.142.22 Replaces: update-manager (<< 1:0.93.7) Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), python2.6, python-apt (>= 0.7.13.4ubuntu3), lsb-release, python-gnupginterface Recommends: libpam-modules (>= 1.0.1-9ubuntu3) Conflicts: computer-janitor (<= 1.11-0ubuntu1), update-manager (<< 1:0.93.7) Conffiles: /etc/update-motd.d/91-release-upgrade 77c2f6f6a612e60e1474736f9944caae /etc/update-manager/meta-release 834e015e99673a6e3b0f31f6a511355f /etc/update-manager/release-upgrades a7ce55cc082d93cba3728cd28b18fd1e Description: manage release upgrades This is the core of update-manager and the release upgrader Python-Version: 2.6 Package: libmldbm-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 100 Maintainer: Ubuntu Developers Architecture: all Version: 2.04-1 Depends: perl Recommends: libfreezethaw-perl Description: module for storing multidimensional hash structures in perl tied hashes The MLDBM perl module can be used to store multidimensional hash structures in tied hashes (including DBM files). . It depends on the Data::Dumper module and by default uses the SDBM tied hash. But you can use it with DB_File (and others DBM modules). You can also use other serializing packages like Storable and FreezeThaw. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/MLDBM/lib/MLDBM.pm Package: python2.6 Status: install ok installed Priority: optional Section: python Installed-Size: 9008 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 2.6.6-5ubuntu1 Provides: python2.6-celementtree, python2.6-cjkcodecs, python2.6-ctypes, python2.6-elementtree, python2.6-wsgiref Depends: python2.6-minimal (= 2.6.6-5ubuntu1), mime-support, libbz2-1.0, libc6 (>= 2.11), libdb4.8, libexpat1 (>= 1.95.8), libncursesw5 (>= 5.7+20100313), libreadline6 (>= 6.0), libsqlite3-0 (>= 3.7.2) Suggests: python2.6-doc, python2.6-profiler, binutils Description: An interactive high-level object-oriented language (version 2.6) Version 2.6 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Original-Maintainer: Matthias Klose Python-Version: 2.6 Package: network-manager-pptp Status: install ok installed Priority: optional Section: net Installed-Size: 204 Maintainer: Ubuntu MOTU Developers Architecture: i386 Version: 0.8.1+git.20100810t192516.1e6db5a-0ubuntu1 Depends: pptp-linux, ppp (>= 2.4.5~git), libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.16.0), libnm-glib2 (>= 0.8~a~git.20090917t210753.fdb5ef2), libnm-util1 (>= 0.7.1~20090213+gitf142e15) Recommends: network-manager-pptp-gnome | network-manager-pptp-kde Conffiles: /etc/NetworkManager/VPN/nm-pptp-service.name 2ba2dd8e779feeefab0a8fc09ad3e6c0 /etc/dbus-1/system.d/nm-pptp-service.conf 73ee0995e3791eb0986fe02606028f47 Description: network management framework (PPTP plugin) NetworkManager attempts to keep an active network connection available at all times. It is intended primarily for laptops where it allows easy switching betwen local wireless networks, it's also useful on desktops with a selection of different interfaces to use. It is not intended for usage on servers. . This package provides a VPN plugin for PPTP, commonly used for connecting to Microsoft VPN servers. Original-Maintainer: Craig Box Package: manpages Status: install ok installed Priority: important Section: doc Installed-Size: 1108 Maintainer: Ubuntu Core Developers Architecture: all Version: 3.24-1ubuntu1 Replaces: bind, rsh-server (<< 0.10-7) Suggests: man-browser 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: ed Status: install ok installed Priority: optional Section: editors Installed-Size: 148 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.4-1build1 Depends: libc6 (>= 2.11), dpkg (>= 1.15.4) | install-info Description: The classic UNIX line editor ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files. . red is a restricted ed: it can only edit files in the current directory and cannot execute shell commands. Original-Maintainer: Martin Zobel-Helas Homepage: http://www.gnu.org/software/ed/ Package: policykit-1-gnome Status: install ok installed Priority: optional Section: gnome Installed-Size: 128 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.96-2ubuntu4 Depends: libappindicator1 (>= 0.0.19), libc6 (>= 2.3.6-6~), libdbus-glib-1-2 (>= 0.78), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.17.1), libpolkit-agent-1-0 (>= 0.94), libpolkit-gobject-1-0 (>= 0.94), policykit-1 Conffiles: /etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop f1d510e3f0a5c950cd31ddf74898ec06 Description: GNOME authentication agent for PolicyKit-1 PolicyKit-gnome provides a D-Bus session bus service that is used to bring up authentication dialogs used for obtaining privileges. Homepage: http://hal.freedesktop.org/docs/PolicyKit-gnome/ Original-Maintainer: Utopia Maintenance Team Package: ttf-indic-fonts-core Status: install ok installed Priority: optional Section: fonts Installed-Size: 2628 Maintainer: Ubuntu Core Developers Architecture: all Source: ttf-indic-fonts Version: 1:0.5.10ubuntu1 Suggests: xserver-xfree86 | xserver | xfs, x-ttcidfont-conf Conffiles: /etc/fonts/conf.avail/90-ttf-bengali-fonts.conf 8409d7e9c182514117a6cf2cde054ad6 /etc/fonts/conf.avail/90-ttf-devanagari-fonts.conf 42dd8e637f5014c89b29d66d91f9153b /etc/fonts/conf.avail/90-ttf-gujarati-fonts.conf d1016bf16aca89019fbb2ff3712e5b81 /etc/fonts/conf.avail/90-ttf-kannada-fonts.conf 0384d43b7e76ca1faa67c917868492f1 /etc/fonts/conf.avail/90-ttf-malayalam-fonts.conf a44c2aa31ed6831f377b1e22b15527a1 /etc/fonts/conf.avail/90-ttf-oriya-fonts.conf 4129d82e81e737c98e110f8324c278c4 /etc/fonts/conf.avail/90-ttf-tamil-fonts.conf ec7b6f4bc70b9abe72eff4d82206add1 /etc/fonts/conf.avail/90-ttf-telugu-fonts.conf 80a7883ab6fd188990553c008ed60d59 Description: Core collection of free fonts for languages of India This is a set of TrueType fonts released under the GNU General Public License for various Indian languages. For each language a maximum of two fonts are provided in this package. For additional fonts, please install the ttf-$language-fonts packages, or the ttf-indic-fonts metapackage to get all fonts installed. . Fonts shipped with this package are: Bengali: Lohit Bengali, MuktiNarrow Devanagari: gargi, Lohit Hindi Gujarati: Lohit Gujarati, Rekha Kannada: Kedage (Regular and Bold), Malige (Regular and Bold) Malayalam: Meera, Rachana Oriya: utkal Tamil: Lohit Tamil Telugu: Pothana2000, Venama Homepage: http://debian-in.alioth.debian.org/ Original-Maintainer: Debian-IN Team Package: pppconfig Status: install ok installed Priority: optional Section: admin Installed-Size: 900 Maintainer: Ubuntu Core Developers Architecture: all Version: 2.3.18ubuntu2 Replaces: manpages-fr (<< 2.39.1-5) Depends: ppp (>= 2.3.7), whiptail | dialog, lsb-base (>= 1.3-9ubuntu3) Conflicts: nscd (<< 2.3.2.ds1-14) Conffiles: /etc/ppp/ip-up.d/0dns-up b6bca8a403a34713eb6e7018a02e032c /etc/ppp/ip-down.d/0dns-down c54aa38483b4467430dd1c15ba9f4a49 /etc/init.d/dns-clean 0891334491535dc069295640056d692d Description: A text menu based utility for configuring ppp It provides extensive explanations at each step. pppconfig supports PAP, CHAP, and chat methods of authentication. It uses the standard ppp configuration files and sets ppp up so that the standard pon and poff commands can be used to control ppp. Some features supported by pppconfig are: - Multiple ISPs with separate nameservers. - Modem detection. - Dynamic DNS. - Dial on demand. Original-Maintainer: John Hasler Package: libgcc1 Status: install ok installed Priority: required Section: libs Installed-Size: 148 Maintainer: Ubuntu Core developers Architecture: i386 Source: gcc-4.5 (4.5.1-7ubuntu2) Version: 1:4.5.1-7ubuntu2 Depends: gcc-4.5-base (= 4.5.1-7ubuntu2), libc6 (>= 2.2.4) Description: GCC support library Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: gnome-games-common Status: install ok installed Priority: optional Section: games Installed-Size: 1528 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-games Version: 1:2.32.0-0ubuntu1 Replaces: gnome-cards-data Provides: gnome-cards-data Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.6.0), libcanberra-gtk0 (>= 0.17), libcanberra0 (>= 0.2), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.14), libgtk2.0-0 (>= 2.20.0), libice6 (>= 1:1.0.0), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), librsvg2-2 (>= 2.26.0), libsm6 Conflicts: gnome-cards-data Description: Common files for GNOME Games Translations, images, sounds used by more than one game in the GNOME games collection. Homepage: http://www.gnome.org/projects/gnome-games/ Original-Maintainer: Josselin Mouette Package: libck-connector0 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: i386 Source: consolekit Version: 0.4.1-4ubuntu1 Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2) Description: ConsoleKit libraries ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. which keyboard and mouse they use). . This package provides a convenience library which simplifies the access to ConsoleKit. Homepage: http://www.freedesktop.org/wiki/Software/ConsoleKit Original-Maintainer: Utopia Maintenance Team Package: libxcomposite1 Status: install ok installed Priority: optional Section: libs Installed-Size: 68 Maintainer: Ubuntu Developers Architecture: i386 Source: libxcomposite Version: 1:0.4.2-1 Depends: libc6 (>= 2.1.3), libx11-6, libxext6, libxfixes3 (>= 1:4.0.1) Description: X11 Composite extension library libXcomposite provides an X Window System client interface to the Composite extension to the X protocol. . The Composite extension allows clients called compositing managers to control the final drawing of the screen. Rendering is done into an off-screen buffer. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXcomposite Original-Maintainer: Debian X Strike Force Package: openoffice.org-math Status: install ok installed Priority: optional Section: editors Installed-Size: 1028 Maintainer: Ubuntu Core Developers Architecture: i386 Source: openoffice.org Version: 1:3.2.1-7ubuntu1 Replaces: openoffice.org (<< 1.9), openoffice.org-common (<< 2.0.3+2.0.4m179), openoffice.org-debian-files, openoffice.org2-math (<< 1:3.2.1-7ubuntu1) Provides: openoffice.org2-math Depends: openoffice.org-core (= 1:3.2.1-7ubuntu1), libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libstlport4.6ldbl, ure (>= 1.4.0) Conflicts: openoffice.org-debian-files, openoffice.org2-math (<< 1:3.2.1-7ubuntu1) Description: office productivity suite -- equation editor OpenOffice.org 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 OpenOffice.org. Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: mousetweaks Status: install ok installed Priority: optional Section: gnome Installed-Size: 1132 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.32.0-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libbonobo2-0 (>= 2.15.0), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.16), libgtk2.0-0 (>= 2.18.0), libpanel-applet2-0 (>= 2.26.0), libx11-6, libxcursor1 (>> 1.1.2), libxfixes3 (>= 1:4.0.1), libxtst6, gconf2 (>= 2.28.1-2) Recommends: gnome-control-center Description: mouse accessibility enhancements for the GNOME desktop This package contains a daemon and some panel applets to improve mouse usability on the GNOME desktop. These enhancements are: . * The possibility to click without a button * The ability to bring the context menu with a one-button mouse (like MacOS does) * An area to capture the mouse pointer until it is released with a pre-defined key combination. Original-Maintainer: Josselin Mouette Package: libmono-addins-gui0.2-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 236 Maintainer: Ubuntu Developers Architecture: all Source: mono-addins Version: 0.4-6 Depends: cli-common (>= 0.5.4), libglib2.0-cil (>= 2.12.9), libgtk2.0-cil (>= 2.12.9), libmono-addins0.2-cil (>= 0.4), libmono-corlib2.0-cil (>= 1.2.2.1), libmono-posix2.0-cil (>= 2.4), libmono-system2.0-cil (>= 2.4.3) Description: GTK# frontend library for Mono.Addins Mono.Addins is a framework for creating extensible CLI applications, and for creating libraries which extend those applications. Mono.Addins has been designed to be easy to use and useful for a wide range of applications: from simple applications with small extensibility needs, to complex applications which need support for large add-in structures. . This package contains a GTK# frontend library for the Mono.Addins.Setup library. . This package contains the Mono.Addins.Gui library itself. Original-Maintainer: Debian CLI Libraries Team Homepage: http://www.mono-project.com/Mono.Addins Package: libklibc Status: install ok installed Priority: required Section: libs Installed-Size: 140 Maintainer: Ubuntu Developers Architecture: i386 Source: klibc Version: 1.5.20-1 Description: minimal libc subset for use with initramfs klibc is intended to be a minimalistic libc subset for use with initramfs. It is deliberately written for small size, minimal entanglement, and portability, not speed. It is definitely a work in progress, and a lot of things are still missing. Original-Maintainer: maximilian attems Package: libxcb-event1 Status: install ok installed Priority: extra Section: libs Installed-Size: 64 Maintainer: Ubuntu Developers Architecture: i386 Source: xcb-util Version: 0.3.6-1build1 Depends: libc6 (>= 2.1.3), libxcb1 (>= 0) Description: utility libraries for X C Binding -- event This package contains the library files needed to run software using libxcb-event, providing X callback event handling. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Original-Maintainer: Julien Danjou Homepage: http://xcb.freedesktop.org Package: bluez-gstreamer Status: install ok installed Priority: optional Section: admin Installed-Size: 192 Maintainer: Ubuntu Developers Architecture: i386 Source: bluez Version: 4.69-0ubuntu2 Replaces: bluez-audio Depends: libbluetooth3 (>= 4.40), libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libgstreamer-plugins-base0.10-0 (>= 0.10.0), libgstreamer0.10-0 (>= 0.10.14), libxml2 (>= 2.6.27) Description: Bluetooth GStreamer support This package contains a plugin to operate with GStreamer applications. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Homepage: http://www.bluez.org Original-Maintainer: Debian Bluetooth Maintainers Package: libidl0 Status: install ok installed Priority: optional Section: libs Installed-Size: 276 Maintainer: Ubuntu Developers Architecture: i386 Source: libidl Version: 0.8.14-0.1 Depends: cpp, libc6 (>= 2.7), libglib2.0-0 (>= 2.16.0) Description: library for parsing CORBA IDL files libIDL is a small library for creating parse trees of CORBA v2.2 compliant Interface Definition Language (IDL) files, which is a specification for defining interfaces which can be used between different CORBA implementations. libIDL is used in the ORBit2 IDL compiler, as well as various language bindings (Perl, Python, etc.) for ORBit2. Original-Maintainer: Sebastian Rittau Package: gbrainy Status: install ok installed Priority: optional Section: games Installed-Size: 1084 Maintainer: Ubuntu Developers Architecture: all Version: 1.51-0ubuntu1 Depends: mono-runtime (>= 1.1.8.1), libc6 (>= 2.12) | libc6.1 (>= 2.12) | libc0.1 (>= 2.12), libglib2.0-cil (>= 2.12.10), libgtk2.0-0 (>= 2.21.6), libgtk2.0-cil (>= 2.12.10), liblaunchpad-integration1.0-cil (>= 0.1.33), libmono-addins-gui0.2-cil (>= 0.4), libmono-addins0.2-cil (>= 0.4), libmono-cairo2.0-cil (>= 2.4), libmono-corlib2.0-cil (>= 2.6.3), libmono-posix2.0-cil (>= 2.4), libmono-system2.0-cil (>= 2.6.3), librsvg2-2 (>= 2.26.0), mono-csharp-shell (>= 1.0) Description: brain teaser game and trainer to have fun and to keep your brain trained gbrainy is a platform to train memory, arithmetical and logical capabilities with many sorts of different exercises of different difficulty levels. It should have something for all ages and purposes: kids whose parents want them to develop their capabilities, adults that want to keep their mind in form or just try it out for fun, older people that might need to do some memory exercises, etc. . It provides the following types of games: . * Logic Puzzles: games designed to challenge your reasoning and thinking skills. * Mental Calculation: games based on arithmetical operations designed to prove your mental calculation skills. * Memory Trainers: games designed to challenge your short term memory. Homepage: http://live.gnome.org/gbrainy Original-Maintainer: Siegfried-Angel Gevatter Pujals Package: metacity-common Status: install ok installed Priority: optional Section: misc Installed-Size: 984 Maintainer: Ubuntu Desktop Team Architecture: all Source: metacity Version: 1:2.30.2-0ubuntu1 Replaces: metacity (<< 1:2.16.3) Depends: gconf2 (>= 2.28.1-2), sgml-base (>= 1.17) Description: shared files for the Metacity window manager Metacity is a small window manager, using GTK+ to do everything. . As the author says, metacity is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the shared files. Original-Maintainer: Debian GNOME Maintainers Package: libxv1 Status: install ok installed Priority: optional Section: libs Installed-Size: 76 Maintainer: Ubuntu Developers Architecture: i386 Source: libxv Version: 2:1.0.5-1 Depends: libc6 (>= 2.4), libx11-6, libxext6 Description: X11 Video extension library libXv provides an X Window System client interface to the XVideo extension to the X protocol. . The XVideo extension allows for accelerated drawing of videos. Hardware adaptors are exposed to clients, which may draw in a number of colourspaces, including YUV. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXv Original-Maintainer: Debian X Strike Force Package: libdv4 Status: install ok installed Priority: optional Section: libs Installed-Size: 208 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libdv Version: 1.0.0-2ubuntu2 Depends: libc6 (>= 2.11) Suggests: libdv-bin Description: software library for DV format digital video (runtime lib) The Quasar DV Codec (libdv) is a software decoder for DV format video, as defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format used by consumer-grade digital camcorders. . This package contains the library needed to run executables using libdv. Homepage: http://libdv.sourceforge.net/ Original-Maintainer: Daniel Kobras Package: libwmf0.2-7 Status: install ok installed Priority: optional Section: libs Installed-Size: 512 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libwmf Version: 0.2.8.4-7ubuntu2 Depends: libc6 (>= 2.11), libexpat1 (>= 1.95.8), libfreetype6 (>= 2.2.1), libjpeg62, libpng12-0 (>= 1.2.13-4), libx11-6, zlib1g (>= 1:1.1.4), defoma (>= 0.11) Recommends: gsfonts Suggests: libwmf0.2-7-gtk Description: Windows metafile conversion library Windows metafile (WMF) is a picture format used by many Windows programs, e.g. Microsoft Word. libwmf is a library for interpreting metafile images and either displaying them using X or converting them to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)... . This package contains the shared library. Original-Maintainer: Loic Minier Package: libneon27-gnutls Status: install ok installed Priority: optional Section: libs Installed-Size: 268 Maintainer: Ubuntu Developers Architecture: i386 Source: neon27 Version: 0.29.3-2 Depends: libc6 (>= 2.4), libcomerr2 (>= 1.01), libgnutls26 (>= 2.7.14-0), libgssapi-krb5-2 (>= 1.7+dfsg), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Recommends: ca-certificates Description: An HTTP and WebDAV client library (GnuTLS enabled) neon is an HTTP and WebDAV client library, with a C language API. . WARNING: THE NEON API IS NOT YET STABLE. . Provides lower-level interfaces to directly implement new HTTP methods, and higher-level interfaces so that you don't have to worry about the lower-level stuff. . Current features: * High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD, etc.) * Low-level interface to HTTP request handling, to allow implementing new methods easily. * persistent connections * RFC2617 basic and digest authentication (including auth-int, md5-sess) * Proxy support (including basic/digest authentication) * SSL/TLS support using GnuTLS (including client certificate and thread safety support) * Generic WebDAV 207 XML response handling mechanism * XML parsing using the expat or libxml parsers * Easy generation of error messages from 207 error responses * WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL. * WebDAV metadata support: set and remove properties, query any set ofi properties (PROPPATCH/PROPFIND). * autoconf macros supplied for easily embedding neon directly inside an application source tree. Original-Maintainer: Laszlo Boszormenyi (GCS) Homepage: http://www.webdav.org/neon/ Package: totem-mozilla Status: install ok installed Priority: optional Section: video Installed-Size: 476 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: totem Version: 2.32.0-0ubuntu1 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.25.11), libstdc++6 (>= 4.1.1), libtotem-plparser17 (>= 2.30.1), libx11-6, totem (= 2.32.0-0ubuntu1), dbus-x11 (>= 0.61) Recommends: epiphany-browser | www-browser Description: Totem Mozilla plugin This package contains the Totem Mozilla plugin, which will enhance your Gecko-based browser to be able to display movie clips. . This plugin should work for Firefox as well as XULRunner based browsers. Homepage: http://www.gnome.org/projects/totem/ Npp-Applications: ec8030f7-c20a-464f-9b0e-13a3a9e97384, 92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a Npp-Description: Watch Movies in your Browser (http://projects.gnome.org/totem/) Npp-Filename: libtotem- Npp-Mimetype: video/quicktime, video/mp4, image/x-macpaint, image/x-quicktime, application/x-mplayer2, video/x-ms-asf-plugin, video/x-msvideo, video/x-ms-asf, video/x-ms-wmv, video/x-wmv, video/x-ms-wvx, video/x-ms-wm, application/ogg, video/mpeg, audio/wav, audio/x-wav, audio/mpeg Npp-Name: Totem Mozilla plugin Original-Maintainer: Sebastien Bacher Package: ubuntu-sso-client Status: install ok installed Priority: extra Section: python Installed-Size: 244 Maintainer: Natalia Bidart Architecture: all Version: 1.0.8-0ubuntu1 Depends: python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), gnome-keyring, python-dbus, python-gnomekeyring, python-gtk2, python-lazr.restfulclient, python-oauth, python-twisted-core, python-twisted-web, python-webkit, python-xdg Pre-Depends: dpkg (>= 1.15.7.2) Description: Ubuntu Single Sign-On client Desktop service to allow applications to sign into Ubuntu services via SSO Python-Version: 2.6 Package: ttf-lao Status: install ok installed Priority: optional Section: fonts Installed-Size: 144 Maintainer: Ubuntu Developers Architecture: all Version: 0.0.20060226-6 Description: TrueType font for Lao language This package includes fonts that are suitable for the display of the Lao language. Original-Maintainer: Christian Perrier Package: grub Status: install ok installed Priority: optional Section: admin Installed-Size: 924 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 0.97-29ubuntu60 Provides: linux-boot-loader Depends: libc6 (>= 2.11), libncurses5 (>= 5.6+20071006-3), grub-common, udev (>= 117-5), ucf (>= 3.004-0ubuntu2), debconf (>= 1.5.19) | cdebconf, util-linux (>= 2.15-1) Suggests: grub-legacy-doc, mdadm Conflicts: grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-pc Conffiles: /etc/event.d/last-good-boot ff6db9cce3abeac560747db93417a212 /etc/default/kernel-helper-rc 7c0484debc867e5f36918b81f4fe8b32 /etc/kernel/prerm.d/last-good-boot bfdc7bde92db7848d0ba8d05018effb0 Description: GRand Unified Bootloader (Legacy version) GRUB is a GPLed bootloader intended to unify bootloading across x86 operating systems. In addition to loading the Linux kernel, it implements the Multiboot standard, which allows for flexible loading of multiple boot images (needed for modular kernels such as the GNU Hurd). Original-Maintainer: Grub Maintainers Package: libcdio-cdda0 Status: install ok installed Priority: optional Section: libs Installed-Size: 180 Maintainer: Ubuntu Developers Architecture: i386 Source: libcdio Version: 0.81-4 Depends: libc6 (>= 2.4), libcdio10 Description: library to read and control digital audio CDs This library is made to read and control digital audio CDs. It does not play such CDs, it only reads them digitally. As it uses libcdio as a backend, it supports the same kind of CDROM drives (and images) as libcdio. Original-Maintainer: Nicolas Boullis Homepage: http://www.gnu.org/software/libcdio/ Package: libasound2 Status: install ok installed Priority: optional Section: libs Installed-Size: 1304 Maintainer: Ubuntu Core Developers Architecture: i386 Source: alsa-lib Version: 1.0.23-1ubuntu2.1 Depends: libc6 (>= 2.7), libpython2.6 (>= 2.6) Suggests: libasound2-plugins (>= 1.0.18) Conflicts: libasound2-plugins (<< 1.0.18) Conffiles: /etc/ld.so.conf.d/libasound2.conf d6b2f4789e0570d3af96b43a7f7130e8 Description: shared library for ALSA applications This package contains the ALSA library and its standard plugins. . ALSA is the Advanced Linux Sound Architecture. Homepage: http://www.alsa-project.org/ Original-Maintainer: Debian ALSA Maintainers Package: libgpgme11 Status: install ok installed Priority: optional Section: libs Installed-Size: 692 Maintainer: Ubuntu Developers Architecture: i386 Source: gpgme1.0 Version: 1.2.0-1.2ubuntu1 Depends: libc6 (>= 2.8), libgpg-error0 (>= 1.6), libpth20, gnupg (>= 1.4.6-2) | gnupg2 (>= 2.0.4) Suggests: gpgsm (>= 1.9.6) Description: GPGME - GnuPG Made Easy GPGME is a wrapper library which provides a C API to access some of the GnuPG functions, such as encrypt, decrypt, sign, verify, ... Original-Maintainer: Jose Carlos Garcia Sogo Package: cli-common Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 336 Maintainer: Ubuntu Developers Architecture: all Version: 0.7.1 Replaces: cli-common-dev (<< 0.5.1) Depends: perl-modules Description: common files between all CLI packages This package must be installed if a CLI (Common Language Infrastructure) runtime environment is desired. . It covers useful integration and information for CLI implementations in Debian GNU/Linux, including: * The CLI policy describes how CLI packages should behave and integrate. * A FAQ for package maintainers of CLI/.NET applications. * Integration for CLRs (Common Language Runtime): + Installing libraries into existing GACs (Global Assembly Cache) Original-Maintainer: Debian CLI Common Team Homepage: http://alioth.debian.org/projects/pkg-cli-common/ Package: app-install-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 26352 Maintainer: Michael Vogt Architecture: all Source: app-install-data-ubuntu Version: 0.10.10.6 Conffiles: /etc/gnome-app-install/packages-whitelist f3c285e9b2c6b9ebd0dc5c38cab4678f Description: Ubuntu applications (data files) This package contains the Ubuntu specific application data for gnome-app-install, an easy to use and simple application installer. Package: evolution-webcal Status: install ok installed Priority: optional Section: gnome Installed-Size: 1152 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.28.1-1 Depends: libc6 (>= 2.3.6-6~), libedataserver1.2-13 (>= 2.30.1), libgconf2-4 (>= 2.27.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.0), libical0 (>= 0.30), libsoup2.4-1 (>= 2.4.0), gconf2 (>= 2.28.1-2) Description: webcal: URL handler for GNOME and Evolution A GNOME URL handler for web-published ical calendar files, which integrates with the Evolution groupware suite. It allows you to subscribe to a published calendar simply by clicking on a webcal: URL. Original-Maintainer: Debian Evolution Maintainers Package: libieee1284-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 104 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libieee1284 Version: 0.2.11-5ubuntu3 Depends: libc6 (>= 2.4) Description: cross-platform library for parallel port access This library was designed to ease the use of the parallel port. It will automatically figure out which access method is available, depending on the running kernel and the permissions of the process. . It handles particular queries to the devices, like fetching the Device ID of a device. Original-Maintainer: Julien BLACHE Package: libsmbclient Status: install ok installed Priority: optional Section: libs Installed-Size: 6084 Maintainer: Ubuntu Core Developers Architecture: i386 Source: samba Version: 2:3.5.4~dfsg-1ubuntu8.2 Depends: libc6 (>= 2.8), libcap2 (>= 2.10), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.7+dfsg), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.8+dfsg), libldap-2.4-2 (>= 2.4.7), libtalloc2 (>= 2.0.0), libwbclient0 (>= 2:3.4.0~pre2), zlib1g (>= 1:1.1.4) Description: shared library for communication with SMB/CIFS servers This package provides a shared library that enables client applications to talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol. Homepage: http://www.samba.org Original-Maintainer: Debian Samba Maintainers Package: libbluetooth3 Status: install ok installed Priority: optional Section: libs Installed-Size: 172 Maintainer: Ubuntu Developers Architecture: i386 Source: bluez Version: 4.69-0ubuntu2 Replaces: libsdp2 (<= 1.5-2) Depends: libc6 (>= 2.4) Conflicts: libsdp2 (<= 1.5-2) Description: Library to use the BlueZ Linux Bluetooth stack BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Homepage: http://www.bluez.org Original-Maintainer: Debian Bluetooth Maintainers Package: libspeechd2 Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Ubuntu Accessibility Developers Architecture: i386 Source: speech-dispatcher Version: 0.7-5ubuntu3 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0) Conflicts: libspeechd0 (>= 0.3) Description: Speech Dispatcher: Shared libraries Speech Dispatcher provides a device independent layer for speech synthesis. This package contains a shared library needed for C programs linked with it. Homepage: http://www.freebsoft.org/speechd Original-Maintainer: Milan Zamazal Package: gnome-session-canberra Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Core Developers Architecture: all Source: libcanberra Version: 0.25-0ubuntu1 Replaces: libcanberra-gnome (<< 0.10-1) Depends: gconf2 (>= 2.28.1-2), libcanberra-gtk0 Recommends: libcanberra-pulse Conflicts: libcanberra-gnome (<< 0.10-1) Description: GNOME session log in and log out sound events Produce sound events on GNOME session log in and log out. . This package is using canberra-gtk-play from libcanberra. Original-Maintainer: Marc-Andre Lureau Package: base-files Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 500 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.0.0ubuntu23 Replaces: base, dpkg (<= 1.15.0), lsb-release (<< 3.0-8), miscutils Provides: base Depends: base-passwd (>= 2.0.3.4), libpam-modules (>= 0.79-3ubuntu3) Pre-Depends: awk Conffiles: /etc/debian_version 82711d8dc3e89c428b4694a284e32541 /etc/dpkg/origins/debian 731423fa8ba067262f8ef37882d1e742 /etc/dpkg/origins/ubuntu ea35901c45553c3451f60476be94d2d8 /etc/host.conf 89408008f2585c957c031716600d5a80 /etc/issue 472e43789a86c04fd3f82f804c27009e /etc/issue.net 1c21fd780426afb7bb763960956de0ab /etc/lsb-release 18d2db86b699de22193db196d336f863 Description: Debian base system miscellaneous files This package contains the basic filesystem hierarchy of a Debian system, and several important miscellaneous files, such as /etc/debian_version, /etc/host.conf, /etc/issue, /etc/motd, /etc/profile, /etc/nsswitch.conf, and others, and the text of several common licenses in use on Debian systems. Original-Maintainer: Santiago Vila Package: libgwibber0 Status: install ok installed Priority: optional Section: libs Installed-Size: 172 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: libgwibber Version: 0.0.6-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libgee2 (>= 0.5.2), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libjson-glib-1.0-0, libpango1.0-0 (>= 1.14.0), gwibber-service (>= 2.31.1) Description: Gwibber - shared library libgwibber provides a library for accessing social networks via gwibber. . This package contains shared libraries to be used by applications. Homepage: https://launchpad.net/gwibber Package: system-config-printer-udev Status: install ok installed Priority: optional Section: gnome Installed-Size: 116 Maintainer: Ubuntu Core Developers Architecture: i386 Source: system-config-printer Version: 1.2.3+20100723-0ubuntu8.1 Replaces: hal-cups-utils (<< 1.1.10) Depends: libc6 (>= 2.4), libcups2 (>= 1.4.0), libglib2.0-0 (>= 2.12.0), libudev0 (>= 147), libusb-0.1-4 (>= 2:0.1.12), python-cups (>= 1.9.46), python-dbus, python-cupshelpers Conflicts: hal-cups-utils (<< 1.1.10) Description: Printer auto-configuration facility based on udev A CUPS printer configuration tool and status applet. . This package provides udev rules and callouts for auto-setup of print queues (Plug'n'Print) and for automatic disabling and re-enabling print queues when the printer gets disconnected and reconnected. Original-Maintainer: Otavio Salvador Package: mount Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 364 Maintainer: Ubuntu Core Developers Architecture: i386 Source: util-linux Version: 2.17.2-0ubuntu1.10.10.1 Pre-Depends: libblkid1 (>= 2.17), libc6 (>= 2.7), libselinux1 (>= 2.0.15), libsepol1 (>= 1.14), libuuid1 (>= 2.16) Suggests: nfs-common (>= 1:1.1.0-13) Breaks: nfs-common (<< 1:1.1.0-7) Description: Tools for mounting and manipulating filesystems This package provides the mount(8), umount(8), swapon(8), swapoff(8), and losetup(8) commands. Original-Maintainer: LaMont Jones Package: pcmciautils Status: install ok installed Priority: extra Section: admin Installed-Size: 168 Maintainer: Colin Watson Architecture: i386 Version: 014-4ubuntu4 Depends: udev (>= 136-1), module-init-tools (>= 3.2.2), lsb-base (>= 3.0-6), libc6 (>= 2.4), libsysfs2 Suggests: wireless-tools Conffiles: /etc/init.d/pcmciautils 4fa520fb20caec6c69b769e6aa8c9b93 Description: PCMCIA utilities for Linux 2.6 This package provides PCMCIA initialisation tools for Linux 2.6.13-rc1 or later, replacing the old pcmcia-cs tools used with earlier kernel versions. PCMCIA cards are commonly used in laptops to provide expanded capabilities such as network connections, modems, increased memory, etc. . To use PCMCIA you need to have kernel modules available to support it. These are included in the stock Debian 2.6 kernel packages. You will most likely also need udev, although it isn't always required. . The wireless-tools package is required by many wireless network adapters. Original-Maintainer: Colin Watson Package: libasound2-plugins Status: install ok installed Priority: optional Section: libs Installed-Size: 292 Maintainer: Ubuntu Core Developers Architecture: i386 Source: alsa-plugins Version: 1.0.23-1ubuntu2 Depends: libasound2 (>> 1.0.22), libc6 (>= 2.7), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116, libpulse0 (>= 0.9.16), libsamplerate0, libspeexdsp1 (>= 1.2~beta3.2-1) Description: ALSA library additional plugins This package contains plugins for the ALSA library that are not included in the main libasound2 package. . The following plugins are included, among other: - jack: play or capture via JACK - oss: run native ALSA apps on OSS drivers - pulse: play or capture via Pulse Audio - samplerate and speexrate: rate converters - upmix and vdownmix: convert from/to 2 and 4/6 channel streams . ALSA is the Advanced Linux Sound Architecture. Homepage: http://www.alsa-project.org/ Original-Maintainer: Debian ALSA Maintainers Package: gdm-guest-session Status: install ok installed Priority: optional Section: gnome Installed-Size: 88 Maintainer: Martin Pitt Architecture: all Version: 0.17 Depends: gdm (>= 2.30.0-0ubuntu5), passwd Recommends: apparmor Conffiles: /etc/apparmor.d/gdm-guest-session 9405ec8508a1863c3d2be0a68efe8630 Description: gdm extension for guest session This package adds support for starting a guest session through gdm's flexiserver, which any already logged in user can launch. . It creates a temporary guest account with a temporary home directory and some restricted privileges (such as not being able to read any home directory or do any permanent change to the system). . Just call /usr/share/gdm/guest-session/guest-session-launch to start the session. Package: gtk2-engines Status: install ok installed Priority: optional Section: gnome Installed-Size: 1088 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 1:2.20.1-1ubuntu1 Replaces: gtk2-engines-clearlooks (<< 1:2.6.8-2), gtk2-engines-crux (<< 1:2.6.8-2), gtk2-engines-highcontrast (<< 1:2.6.8-2), gtk2-engines-industrial (<< 1:2.6.8-2), gtk2-engines-lighthouseblue (<< 1:2.6.8-2), gtk2-engines-metal (<< 1:2.6.8-2), gtk2-engines-mist (<< 1:2.6.8-2), gtk2-engines-redmond95 (<< 1:2.6.8-2), gtk2-engines-thinice (<< 1:2.6.8-2) Provides: gtk2-engines-clearlooks, gtk2-engines-crux, gtk2-engines-highcontrast, gtk2-engines-industrial, gtk2-engines-lighthouseblue, gtk2-engines-metal, gtk2-engines-mist, gtk2-engines-redmond95, gtk2-engines-thinice Depends: gtk2.0-binver-2.10.0, libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.19.7-2), liblua5.1-0 Breaks: gnome-themes-extras (<< 2) Conflicts: gtk2-engines-clearlooks (<< 1:2.6.8-2), gtk2-engines-crux (<< 1:2.6.8-2), gtk2-engines-highcontrast (<< 1:2.6.8-2), gtk2-engines-industrial (<< 1:2.6.8-2), gtk2-engines-lighthouseblue (<< 1:2.6.8-2), gtk2-engines-metal (<< 1:2.6.8-2), gtk2-engines-mist (<< 1:2.6.8-2), gtk2-engines-redmond95 (<< 1:2.6.8-2), gtk2-engines-thinice (<< 1:2.6.8-2) Description: theme engines for GTK+ 2.x This package contains the "engines" that hide behind the themes for GTK+ and GNOME applications. They redefine the way GTK+ widgets are drawn. The package includes the following engines: * Clearlooks, the default GNOME theme, based on Bluecurve; * Crux, formerly known as the Eazel engine; * High contrast, which is used by some accessibility themes; * Industrial, the famous engine from Novell (formerly Ximian); * LighthouseBlue, another engine based on Bluecurve; * Metal, which gives a metallic look; * Mist, a flat and high performance engine; * Redmond95, which provides a look similar to that of Windows; * ThinIce. . A few sample themes using these engines are also included. Original-Maintainer: Ed Boraas Package: libcupsdriver1 Status: install ok installed Priority: optional Section: libs Installed-Size: 168 Maintainer: Ubuntu Developers Architecture: i386 Source: cups Version: 1.4.4-6ubuntu2.3 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.4), libcups2 (>= 1.4.0), libgcrypt11 (>= 1.4.2), libgnutls26 (>= 2.7.14-0) 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: libcdio10 Status: install ok installed Priority: optional Section: libs Installed-Size: 268 Maintainer: Ubuntu Developers Architecture: i386 Source: libcdio Version: 0.81-4 Depends: libc6 (>= 2.7) Description: library to read and control CD-ROM This library is to encapsulate CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependant properties of a CD-ROM can use this library. . Some support for disk image types like BIN/CUE and NRG is available, so applications that use this library also have the ability to read disc images as though they were CD's. Original-Maintainer: Nicolas Boullis Homepage: http://www.gnu.org/software/libcdio/ Package: libmission-control-plugins0 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: i386 Source: telepathy-mission-control-5 Version: 1:5.6.0-1 Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.24), libtelepathy-glib0 (>= 0.11.9) Recommends: telepathy-mission-control-5 (= 1:5.6.0-1) Description: management daemon for Telepathy (library for plugins) Telepathy Mission Control 5 is an account manager and channel dispatcher for the Telepathy framework. This package contains a library against which plugins for Mission Control must be linked. Original-Maintainer: Debian Telepathy maintainers Homepage: http://telepathy.freedesktop.org/wiki/ Package: libsqlite3-0 Status: install ok installed Priority: standard Section: libs Installed-Size: 688 Maintainer: Ubuntu Developers Architecture: i386 Source: sqlite3 Version: 3.7.2-1ubuntu0.1 Depends: libc6 (>= 2.4) Description: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Original-Maintainer: Laszlo Boszormenyi (GCS) Package: fancontrol Status: install ok installed Priority: extra Section: utils Installed-Size: 140 Maintainer: Ubuntu Developers Architecture: all Source: lm-sensors-3 Version: 1:3.1.2-6 Replaces: lm-sensors (<< 1:3.1.1-6) Depends: lsb-base (>= 3.2-13) Conflicts: lm-sensors (<< 1:3.1.1-6) Conffiles: /etc/init.d/fancontrol 04a73d2cca5ca28bbbb17b9ed4474592 Description: utilities to read temperature/voltage/fan sensors Lm-sensors is a hardware health monitoring package for Linux. It allows you to access information from temperature, voltage, and fan speed sensors. It works with most newer systems. . This package contains a daemon that calculates fan speeds from temperatures and sets the corresponding PWM outputs to the computed values. Original-Maintainer: Aurelien Jarno Homepage: http://www.lm-sensors.org Package: libtext-iconv-perl Status: install ok installed Priority: required Section: perl Installed-Size: 108 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.7-2 Depends: libc6 (>= 2.1.3), perl-base (>= 5.10.0-24ubuntu4), perlapi-5.10.0 Description: converts between character sets in Perl The iconv() family of functions from XPG4 define an API for converting between character sets (e.g. UTF-8 to Latin1, EBCDIC to ASCII). They are provided by libc6. . This package allows access to them from Perl via the Text::Iconv package. Original-Maintainer: Anibal Monsalve Salazar Homepage: http://search.cpan.org/search?module=Text::Iconv Package: cups-common Status: install ok installed Priority: optional Section: net Installed-Size: 4176 Maintainer: Ubuntu Developers Architecture: all Source: cups Version: 1.4.4-6ubuntu2.3 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: libuuid-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 80 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.02-4 Depends: perl-base (>= 5.10.1-12ubuntu2), perlapi-5.10.1, libc6 (>= 2.4), libuuid1 (>= 2.16) Description: Perl extension for using UUID interfaces as defined in e2fsprogs This is a Perl interface to libuuid from e2fsprogs. It allows generation, parsing, and unparsing of UUIDs. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/UUID/ Package: libcups2 Status: install ok installed Priority: optional Section: libs Installed-Size: 464 Maintainer: Ubuntu Developers Architecture: i386 Source: cups Version: 1.4.4-6ubuntu2.3 Provides: libcupsys2 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.4), libgcrypt11 (>= 1.4.2), libgnutls26 (>= 2.7.14-0), libgssapi-krb5-2 (>= 1.7+dfsg), zlib1g (>= 1:1.1.4) Suggests: cups-common Breaks: cups (<< 1.4.4) 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: libgdata-common Status: install ok installed Priority: optional Section: libs Installed-Size: 436 Maintainer: Ubuntu Developers Architecture: all Source: libgdata Version: 0.6.4-2 Description: Library for accessing GData webservices - common data files libgdata is a GLib-based library for accessing online service APIs using the GData protocol — most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support. . This package contains the common data files for libgdata. Original-Maintainer: Debian GNOME Maintainers , Sebastian Dröge Homepage: http://live.gnome.org/libgdata Package: console-setup Status: install ok installed Priority: optional Section: utils Installed-Size: 1396 Maintainer: Ubuntu Installer Team Architecture: all Version: 1.34ubuntu15 Depends: debconf (>= 0.5) | debconf-2.0, console-terminus (>= 4.26), xkb-data (>= 0.9), initramfs-tools (>= 0.85eubuntu12), kbd (>= 1.15-1ubuntu3) Suggests: lsb-base (>= 3.0-6), locales Conflicts: lsb (<< 2.0-6), lsb-base (<< 3.0-6), lsb-core (<< 2.0-6) Conffiles: /etc/console-setup/compose.ARMSCII-8.inc fef36b61fb8b1cacc151ad3db127f777 /etc/console-setup/compose.CP1251.inc fef88d8c8dd4c726498003fd3cd84a7f /etc/console-setup/compose.CP1255.inc c972a2e90938657e97b643366b98b2ed /etc/console-setup/compose.CP1256.inc 5ea5e4d41da7a88f742863810e86144b /etc/console-setup/compose.GEORGIAN-ACADEMY.inc b6d80f40abff7e8af236796ebaca0247 /etc/console-setup/compose.GEORGIAN-PS.inc cf45272b6bf35a22223b132600dc36c3 /etc/console-setup/compose.IBM1133.inc a31102602f7e7cab9738022b6c5469ae /etc/console-setup/compose.ISIRI-3342.inc 5ada7fbba750192f11fa238add232ba9 /etc/console-setup/compose.ISO-8859-1.inc 719a4300a50dcb168d7de921bab338e9 /etc/console-setup/compose.ISO-8859-10.inc e5fce59617c839b56574c9e323d34686 /etc/console-setup/compose.ISO-8859-11.inc ad2f3cc7ee64602a790bad8a2a989243 /etc/console-setup/compose.ISO-8859-13.inc 9c2f47a52091515749fefc62fc8efd63 /etc/console-setup/compose.ISO-8859-14.inc a19822b59629ea7af7682d9247de807f /etc/console-setup/compose.ISO-8859-15.inc cfa9b04fec26afa1debc17ce09d46a0a /etc/console-setup/compose.ISO-8859-16.inc 8245c19b5262d8d23ca856587739eb20 /etc/console-setup/compose.ISO-8859-2.inc a56cb83dbe0cd88e4deef52d966d30e4 /etc/console-setup/compose.ISO-8859-3.inc e70d7b634791b9c97db75bddf6dcc5fa /etc/console-setup/compose.ISO-8859-4.inc 4092be9556db0ac82e96eae413f1bd47 /etc/console-setup/compose.ISO-8859-5.inc f861a4b0403490677e6d400f2d7129da /etc/console-setup/compose.ISO-8859-6.inc 41ea36ea1c1a1c0c9bebdf0016395e1f /etc/console-setup/compose.ISO-8859-7.inc aa280de25f20e82f58da707101b24d48 /etc/console-setup/compose.ISO-8859-8.inc 9cceaa9f3312f89aba371d3c893f4e7b /etc/console-setup/compose.ISO-8859-9.inc 1893bc3994c24917c907a17ceb2f284b /etc/console-setup/compose.KOI8-R.inc 8cfd7766b86e5e55d6e71d0d95519c92 /etc/console-setup/compose.KOI8-U.inc 217ee62f6982736276f41f760f8622f8 /etc/console-setup/compose.TIS-620.inc 31b73af83ef3993c128e2b983b9eaf89 /etc/console-setup/compose.VISCII.inc 0741db54ddb6268e476010a44f219f03 /etc/init/console-setup.conf 1e2fdc7b62f4d1dee3845f5fc2b13fc4 Description: console font and keymap setup program This package provides the Linux console with the same keyboard configuration scheme as the X Window System. As a result, there is no need to duplicate or change the keyboard files just to make simple customizations such as the use of dead keys, the key functioning as AltGr or Compose key, the key(s) to switch between Latin and non-Latin mode, etc. . The package also contains console fonts supporting many of the world's languages. It provides an unified set of font faces - the classic VGA, the simplistic Fixed, and the cleaned Terminus, TerminusBold and TerminusBoldVGA. Original-Maintainer: Debian Install System Team Package: python-gmenu Status: install ok installed Priority: optional Section: python Installed-Size: 176 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-menus Version: 2.30.4-0ubuntu1 Replaces: gnome-menus (<< 2.14.0-3) Provides: python2.6-gmenu Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.16.0), libgnome-menu2 (>= 2.27.92), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), python-gtk2, python-xdg (>= 0.18-1ubuntu2) Conflicts: gnome-menus (<< 2.14.0-3) Description: an implementation of the freedesktop menu specification for GNOME The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. . This package contains the Python binding. Original-Maintainer: Sebastien Bacher Python-Version: 2.6 Package: python-pycurl Status: install ok installed Priority: optional Section: python Installed-Size: 260 Maintainer: Ubuntu Developers Architecture: i386 Source: pycurl Version: 7.19.0-3 Replaces: python2.3-pycurl, python2.4-pycurl Provides: python2.6-pycurl Depends: libc6 (>= 2.3.6-6~), libcurl3-gnutls (>= 7.19.5), libgcrypt11 (>= 1.4.2), libgnutls26 (>= 2.7.14-0), libgssapi-krb5-2 (>= 1.6.dfsg.2), libidn11 (>= 1.13), libldap-2.4-2 (>= 2.4.7), zlib1g (>= 1:1.1.4), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0) Suggests: libcurl4-gnutls-dev, python-pycurl-dbg Conflicts: python2.3-pycurl, python2.4-pycurl Description: Python bindings to libcurl This module provides the Python bindings to libcurl. Please refer to the libcurl documentation available in libcurl4-gnutls-dev Debian package. . NOTE: the SSL support is provided by GnuTLS. Original-Maintainer: Debian Python Modules Team Homepage: http://pycurl.sourceforge.net Package: libappindicator1 Status: install ok installed Priority: optional Section: libs Installed-Size: 100 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: indicator-application Version: 0.2.9-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libdbusmenu-glib1 (>= 0.3.12), libdbusmenu-gtk1 (>= 0.3.12), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.18.0), libindicator1, libjson-glib-1.0-0, libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4) Recommends: indicator-application (= 0.2.9-0ubuntu1) Description: Application Indicators A library and indicator to take menus from applications and place them in the panel. . This package contains shared libraries to be used by applications. Homepage: https://launchpad.net/indicator-application Package: xserver-xorg-input-synaptics Status: install ok installed Priority: optional Section: x11 Installed-Size: 340 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1.2.2-2ubuntu5 Replaces: xfree86-driver-synaptics (<< 0.14.4-2), xorg-driver-synaptics Provides: xfree86-driver-synaptics, xorg-driver-synaptics, xserver-xorg-input-11 Depends: udev, libc6 (>= 2.4), libpciaccess0, libpixman-1-0, libx11-6, libxi6 (>= 2:1.2.0), xorg-input-abi-11.0, xserver-xorg-core (>= 2:1.8.99.905-1ubuntu3) Suggests: gpointing-device-settings, touchfreeze Conflicts: xfree86-driver-synaptics (<< 0.14.4-2), xorg-driver-synaptics Description: Synaptics TouchPad driver for X.Org server This package provides an input driver for the X.Org X server to enable advanced features of the Synaptics Touchpad including: . * Movement with adjustable, non-linear acceleration and speed * Button events through short touching of the touchpad * Double-Button events through double short touching of the touchpad * Dragging through short touching and holding down the finger on the touchpad * Middle and right button events on the upper and lower corner of the touchpad * Vertical scrolling (button four and five events) through moving the finger on the right side of the touchpad * The up/down button sends button four/five events * Horizontal scrolling (button six and seven events) through moving the finger on the lower side of the touchpad * The multi-buttons send button four/five events, and six/seven events for horizontal scrolling * Adjustable finger detection * Multifinger taps: two finger for middle button and three finger for right button events. (Needs hardware support. Not all models implement this feature.) * Run-time configuration using shared memory. This means you can change parameter settings without restarting the X server (see synclient(1)). * It also provides a daemon to disable touchpad while typing at the keyboard and thus avoid unwanted mouse movements (see syndaemon(1)). Original-Maintainer: Debian X Strike Force Package: pm-utils Status: install ok installed Priority: optional Section: admin Installed-Size: 440 Maintainer: Ubuntu Developers Architecture: all Version: 1.4.1-3 Replaces: laptop-mode-tools, pm-utils-powersave-policy Depends: powermgmt-base, kbd | console-tools Recommends: vbetool, procps, hdparm Suggests: cpufrequtils, uswsusp, wireless-tools, ethtool, radeontool Conflicts: laptop-mode-tools, pm-utils-powersave-policy Conffiles: /etc/logrotate.d/pm-utils 9eb4057eeedc809f704b9b52701548db /etc/kernel/postinst.d/pm-utils 5b2be1c56ee085b4e54fd192a6d687aa Description: utilities and scripts for power management This package provides simple shell command line tools to suspend and hibernate your computer. Original-Maintainer: Tim Dijkstra Homepage: http://pm-utils.freedesktop.org/ Package: libmono-management2.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 172 Maintainer: Ubuntu Developers Architecture: all Source: mono Version: 2.6.7-3ubuntu1 Depends: libmono-corlib2.0-cil (>= 2.6.3), libmono-posix2.0-cil (>= 2.4), libmono-system2.0-cil (>= 2.6.3) Description: Mono Management library (for CLI 2.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Mono.Management library for CLI 2.0, which provides attach functionality for the Mono runtime. It allows to load code externally into a Mono process to debug or augment code live. Homepage: http://www.mono-project.com/ Original-Maintainer: Debian Mono Group Package: xserver-xorg-video-vesa Status: install ok installed Priority: optional Section: x11 Installed-Size: 104 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:2.3.0-3build1 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-vesa Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.1.3), libdrm2 (>= 2.4.3), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-vesa Description: X.Org X server -- VESA display driver This driver for the X.Org X server (see xserver-xorg for a further description) uses the standard VESA interface provided on all video cards, but runs unaccelerated. This driver is not recommended for use unless you have a problem with the normal driver for your card, because it will peform very badly. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-vesa driver module. Original-Maintainer: Debian X Strike Force Package: libgksu2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 236 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libgksu Version: 2.0.13~pre1-1ubuntu5 Replaces: gksu (<< 1.9.0), libgksu0 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.16.0), libgnome-keyring0 (>= 2.20.3), libgtk2.0-0 (>= 2.12.0), libgtop2-7 (>= 2.23.2), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libstartup-notification0 (>= 0.10), zlib1g (>= 1:1.1.4), gconf2 (>= 2.28.1-2), xauth | xbase-clients Recommends: sudo Conflicts: libgksu0 Description: library providing su and sudo functionality This library comes from the gksu program. It provides a simple API to use su and sudo in programs that need to execute tasks as other user. It provides X authentication facilities for running programs in an X session. Homepage: http://www.nongnu.org/gksu Original-Maintainer: Gustavo Noronha Silva Package: espeak Status: install ok installed Priority: optional Section: sound Installed-Size: 260 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.44.05~really-1.44.04-0ubuntu1 Depends: libc6 (>= 2.4), libespeak1 (>= 1.44.05~really-1.44.04), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Description: A multi-lingual software speech synthesizer eSpeak is a software speech synthesizer for English, and some other languages. . eSpeak produces good quality English speech. It uses a different synthesis method from other open source text to speech (TTS) engines, and sounds quite different. It's perhaps not as natural or "smooth", but some find the articulation clearer and easier to listen to for long periods. . It can run as a command line program to speak text from a file or from stdin. . * Includes different Voices, whose characteristics can be altered. * Can produce speech output as a WAV file. * Can translate text to phoneme codes, so it could be adapted as a front end for another speech synthesis engine. * Potential for other languages. Rudimentary (and probably humourous) attempts at German and Esperanto are included. * Compact size. The program and its data total about 350 kbytes. * Written in C++. Homepage: http://espeak.sourceforge.net/ Original-Maintainer: Debian Accessibility Team Package: libreadline6 Status: install ok installed Priority: important Section: libs Installed-Size: 352 Maintainer: Ubuntu Developers Architecture: i386 Source: readline6 Version: 6.1-3 Depends: readline-common, libc6 (>= 2.11), libncurses5 (>= 5.6+20071006-3) Description: GNU readline and history libraries, run-time libraries The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. . The GNU history library provides a consistent user interface for recalling lines of previously typed input. Original-Maintainer: Matthias Klose Package: libfreezethaw-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: all Version: 0.5001-1 Depends: perl Description: module to serialize and deserialize Perl data structures FreezeThaw is a Perl module designed to convert data to and from a serialized string format, appropriate for saving to and reading from permanent storage. It is capable of dealing with objects, circular lists and repeated appearance of the same reference. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/FreezeThaw/ Package: python-appindicator Status: install ok installed Priority: optional Section: python Installed-Size: 204 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: indicator-application Version: 0.2.9-0ubuntu1 Provides: python2.6-appindicator Depends: libappindicator1 (= 0.2.9-0ubuntu1), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.12.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), python-gobject (>= 2.15.2), python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11) Description: Python bindings for libappindicator This package provides Python bindings so that you can use libappindicator from a Python program. Homepage: https://launchpad.net/indicator-application Python-Version: 2.6 Package: libncurses5 Status: install ok installed Priority: required Section: libs Installed-Size: 452 Maintainer: Ubuntu Developers Architecture: i386 Source: ncurses Version: 5.7+20100626-0ubuntu1 Depends: libc6 (>= 2.4) Recommends: libgpm2 Description: shared libraries for terminal handling This package contains the shared libraries necessary to run programs compiled with ncurses. Homepage: http://invisible-island.net/ncurses/ Original-Maintainer: Craig Small Package: python-gobject-cairo Status: install ok installed Priority: optional Section: python Installed-Size: 124 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: pygobject Version: 2.21.5-0ubuntu3 Provides: python2.6-gobject-cairo Depends: python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libffi5 (>= 3.0.4), libgirepository1.0-1 (>= 0.6.3), libglib2.0-0 (>= 2.22.4), python-cairo Description: Python Cairo bindings for the GObject library GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python Cairo bindings for GObject. It is mostly used by other bindings to map their GObjects to Python objects. Original-Maintainer: Josselin Mouette Python-Version: 2.6 Package: libplymouth2 Status: install ok installed Priority: optional Section: libs Installed-Size: 280 Maintainer: Ubuntu Core Developers Architecture: i386 Source: plymouth Version: 0.8.2-2ubuntu5.1 Replaces: plymouth (<< 0.7.0+git20090207-0ubuntu0.1~ppa4) Depends: libc6 (>= 2.8), libpng12-0 (>= 1.2.13-4) Breaks: casper (= 1.227), mountall (<< 2.8) Description: graphical boot animation and logger - shared libraries Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the shared libraries. Package: libgnome2-vfs-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 780 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.081-1build1 Depends: perl (>= 5.10.1-8ubuntu1), perlapi-5.10.1, libc6 (>= 2.1.3), libgconf2-4 (>= 2.27.0), libglib2.0-0 (>= 2.16.0), libgnomevfs2-0 (>= 1:2.17.90), libglib-perl (>= 1:1.120) Recommends: libgnomevfs2-extra Description: Perl interface to the 2.x series of the GNOME VFS library libgnome2-vfs-perl provides Perl bindings for the 2.x series of the GNOME VFS library. . GNOME VFS is the GNOME virtual file system. It provides a modular architecture and ships with several modules that implement support for file systems, http, ftp and others. It provides a URI-based API, a backend supporting asynchronous file operations, a MIME type manipulation library and other features. . Find out more about GNOME at http://www.gnome.org. . The perl bindings follow the C API very closely, and the C reference documentation should be considered the canonical source: http://developer.gnome.org/doc/API/2.0/gnome-vfs-2.0/index.html . This module is part of gtk2-perl. . To discuss gtk2-perl, ask questions and flame/praise the authors, join gtk-perl-list@gnome.org at lists.gnome.org. . Also have a look at the gtk2-perl website and sourceforge project page, http://gtk2-perl.sourceforge.net Original-Maintainer: Debian Perl Group Homepage: http://gtk2-perl.sourceforge.net/ Package: system-tools-backends Status: install ok installed Priority: optional Section: admin Installed-Size: 804 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.10.1-0ubuntu1 Replaces: gnome-system-tools (<< 1.1) Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.16.0), libpolkit-gobject-1-0 (>= 0.94), libnet-dbus-perl, dbus (>= 1.1.2) Breaks: gnome-system-tools (<< 2.30), liboobs-1-4 (<< 2.30) Conflicts: liboobs-1-3 Conffiles: /etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf d3ae28287f8a0eef749f1ef811f4b2ea Description: System Tools to manage computer configuration -- scripts The System Tools Backends are a set of cross-platform scripts for Linux and other Unix systems. The backends provide a standard XML interface for modifying the configuration regardless of the distribution that's being used. . These backends are used in GNOME System Tools. Original-Maintainer: Jose Carlos Garcia Sogo Homepage: http://system-tools-backends.freedesktop.org/ Package: rsync Status: install ok installed Priority: optional Section: net Installed-Size: 684 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.0.7-2ubuntu1 Depends: libacl1 (>= 2.2.11-1), libc6 (>= 2.8), libpopt0 (>= 1.16), lsb-base (>= 3.2-14), base-files (>= 4.0.1) Suggests: openssh-client, openssh-server Conffiles: /etc/default/rsync e0d7efac23e911c65f44b08de446e837 /etc/init.d/rsync 9d74671cca3077de30a6cbed26d4cd0e Description: fast remote file copy program (like rcp) rsync is a program that allows files to be copied to and from remote machines in much the same way as rcp. It has many more options than rcp, and uses the rsync remote-update protocol to greatly speed up file transfers when the destination file already exists. . The rsync remote-update protocol allows rsync to transfer just the differences between two sets of files across the network link. . This package also includes rsyncd daemon functionality. Original-Maintainer: Paul Slootman Package: libxcb-dri2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 64 Maintainer: Ubuntu Developers Architecture: i386 Source: libxcb Version: 1.6-1 Depends: libc6 (>= 2.1.3), libxcb1 (>= 0) Description: X C Binding, dri2 extension This package contains the library files needed to run software using libxcb-dri2, the dri2 extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Original-Maintainer: XCB Developers Homepage: http://xcb.freedesktop.org Package: gnome-menus Status: install ok installed Priority: optional Section: gnome Installed-Size: 248 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.30.4-0ubuntu1 Replaces: kdelibs-data (<< 4:3.3.2-1ubuntu1) Depends: python (>= 2.3), python-gmenu (= 2.30.4-0ubuntu1) Recommends: python-xdg Conffiles: /etc/xdg/menus/applications.menu 4c4712f3443946da5b26f0307e6a1b6f /etc/xdg/menus/settings.menu 0cfa57baa01049f5c9d78ed15b322cba Description: an implementation of the freedesktop menu specification for GNOME The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. Original-Maintainer: Sebastien Bacher Package: lockfile-progs Status: install ok installed Priority: optional Section: misc Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.1.15 Depends: libc6 (>= 2.8), liblockfile1 (>= 1.0) Description: Programs for locking and unlocking files and mailboxes This package includes several programs to safely lock and unlock files and mailboxes from the command line. These include: . lockfile-create lockfile-remove lockfile-touchlock mail-lock mail-unlock mail-touchlock . These programs use liblockfile to perform the file locking and unlocking, so they are guaranteed compatible with Debian's file locking policies. Original-Maintainer: Rob Browning Package: libevdocument3 Status: install ok installed Priority: optional Section: libs Installed-Size: 1232 Maintainer: Ubuntu Developers Architecture: i386 Source: evince Version: 2.32.0-0ubuntu1.1 Replaces: evince (<< 2.30.3-1) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.10.0), libdjvulibre21 (>= 3.5.22), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.11), libgtk2.0-0 (>= 2.21.5), libkpathsea5, libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libpoppler-glib5, libpoppler7, libspectre1 (>= 0.2.3), libstdc++6 (>= 4.1.1), libt1-5 (>= 5.1.0), libtiff4, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Description: GNOME document viewer backend library Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable Document Format (PDF) 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 libdocument documentation API shared library. Homepage: http://www.gnome.org/projects/evince/ Original-Maintainer: Debian GNOME Maintainers Package: libglib-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 1148 Maintainer: Ubuntu Developers Architecture: i386 Version: 2:1.223-1 Depends: perl (>= 5.10.1-12ubuntu2), perlapi-5.10.1, libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0) Description: interface to the GLib and GObject libraries Glib provides a Perl interface to the GLib and GObject libraries, as part of gtk2-perl. It attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so perusing the reference manual is recommended (see ). Original-Maintainer: Debian Perl Group Homepage: http://gtk2-perl.sourceforge.net/ Package: ppp Status: install ok installed Priority: optional Section: admin Installed-Size: 1084 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 2.4.5~git20081126t100229-0ubuntu4 Replaces: ppp-pam, ppp-udeb Depends: libc6 (>= 2.11), libpam0g (>= 0.99.7.1), libpcap0.8 (>= 0.9.8), libpam-modules, libpam-runtime (>= 0.76-13.1), netbase, procps Suggests: iptables Conflicts: makedev (<< 2.3.1-56), ppp-pam, ppp-udeb, pppdcapiplugin (<= 1:3.7.2005-07-09-2) Conffiles: /etc/bash_completion.d/pon 41cf8cde5bd9fefe51100a051947b118 /etc/apm/event.d/ppp c894b205a1638f6fbb7bb477c8d253b6 /etc/ppp/ip-up.d/0000usepeerdns 47b1eee2bd4e9e492ad5a9f5870ca272 /etc/ppp/ip-down.d/0000usepeerdns 71822da78b9163dfbcb6f1bbd662b9b6 /etc/ppp/pppoe_on_boot c3ea78aee841d29ca779783a013b4dac /etc/ppp/options b2ec4487e38e801b70ac36b20b3de798 /etc/ppp/ip-up 612431b1564d97e3925bc692079aabdb /etc/ppp/ip-down 7a44bcdb7d4a0920669b496bb4d007b5 /etc/ppp/ipv6-up 02838ef669ec30a3a6afef7b1ce7ecc9 /etc/ppp/ipv6-down 831796b566df95e0d5143ca6b35f082d /etc/chatscripts/pap 17dbbede1dc894aa6c6c4e8be5727c1d /etc/logrotate.d/ppp 8434ebaff1b3b33bb0ea0bce523adfd3 /etc/init.d/pppd-dns 24aa351f9dac83a4214556b55b8f2070 /etc/pam.d/ppp cc163be3dbe4258e639238ccd5bcdea0 Description: Point-to-Point Protocol (PPP) - daemon The Point-to-Point Protocol provides a standard way to transmit datagrams over a serial link, as well as a standard way for the machines at either end of the link to negotiate various optional characteristics of the link. . This package is most commonly used to manage a modem for dial-up or certain kinds of broadband connections. Original-Maintainer: Marco d'Itri Package: python-cairo Status: install ok installed Priority: optional Section: python Installed-Size: 228 Maintainer: Ubuntu Developers Architecture: i386 Source: pycairo Version: 1.8.8-1 Provides: python2.6-cairo Depends: libc6 (>= 2.4), libcairo2 (>= 1.8.6), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0) Description: Python bindings for the Cairo vector graphics library This package contains modules that allow you to use the Cairo vector graphics library in Python programs. Original-Maintainer: Debian Python Modules Team Homepage: http://cairographics.org/pycairo/ Python-Version: 2.6 Package: linux-image-2.6.35-23-generic Status: install ok installed Priority: optional Section: admin Installed-Size: 104664 Maintainer: Ubuntu Kernel Team Architecture: i386 Source: linux Version: 2.6.35-23.41 Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-2.6, ndiswrapper-modules-1.9, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), coreutils | fileutils (>= 4.0), module-init-tools (>= 3.3-pre11-4ubuntu3), wireless-crda Pre-Depends: dpkg (>= 1.10.24) Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-2.6.35 | linux-source-2.6.35, linux-tools Conflicts: hotplug (<< 0.0.20040105-1) Description: Linux kernel image for version 2.6.35 on x86/x86_64 This package contains the Linux kernel image for version 2.6.35 on x86/x86_64. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: lksctp-tools Status: install ok installed Priority: optional Section: net Installed-Size: 200 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.0.11+dfsg-1 Depends: libc6 (>= 2.4), libsctp1 (>= 1.0.10+dfsg) Description: user-space access to Linux Kernel SCTP - commandline tools Commandline tools and libraries to test SCTP functionality . This package is part of the LKSCTP project. . It includes the following commandline tools: * checksctp: Determine if kernel supports SCTP * withsctp: Run existing TCP binaries over SCTP * sctp_darn: Send and receive messages via SCTP * sctp_test: Userspace test application for the SCTP kernel reference implementation . SCTP (Stream Control Transmission Protocol) is a message oriented, reliable transport protocol, with congestion control, support for transparent multi-homing, and multiple ordered streams of messages. RFC2960 defines the core protocol. Original-Maintainer: Michael Biebl Homepage: http://lksctp.sf.net/ Package: compiz-core Status: install ok installed Priority: optional Section: x11 Installed-Size: 676 Maintainer: Ubuntu Core Developers Architecture: i386 Source: compiz Version: 1:0.8.6-0ubuntu9.1 Replaces: compiz-gnome (<< 1:0.8.4-4ubuntu1), compiz-wrapper (<< 1:0.8.4-0ubuntu4) Provides: compiz-core-abiversion-20091102 Depends: libc6 (>= 2.7), libgl1-mesa-glx | libgl1, libice6 (>= 1:1.0.0), libsm6, libstartup-notification0 (>= 0.10), libx11-6, libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxinerama1, libxml2 (>= 2.7.4), libxrandr2 (>= 4.3), libxslt1.1 (>= 1.1.25) Recommends: compiz-plugins (= 1:0.8.6-0ubuntu9.1) Suggests: nvidia-glx (>= 1.0.9625-1) Breaks: compiz-fusion-plugins-extra (<< 0.8.6), compiz-fusion-plugins-main (<< 0.8.6), libcompizconfig0 (<< 0.8.4-0ubuntu3) Conflicts: compiz-wrapper (<< 1:0.8.4-0ubuntu4) Description: OpenGL window and compositing manager Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . Compiz combines together a window manager and a composite manager using OpenGL for rendering. A "window manager" allows the manipulation of the multiple applications and dialog windows that are presented on the screen. A "composite manager" allows windows and other graphics to be combined together to create composite images. Compiz achieves its stunning effects by doing both of these functions. Original-Maintainer: Debian X Strike Force Package: libgp11-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 200 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-keyring Version: 2.92.92.is.2.31.91-0ubuntu4.1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0) Description: Glib wrapper library for PKCS#11 - runtime GP11 is a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface. . This package contains the shared libraries needed to run programs built against the GP11 library. Original-Maintainer: Josselin Mouette Package: libxcb-aux0 Status: install ok installed Priority: extra Section: libs Installed-Size: 64 Maintainer: Ubuntu Developers Architecture: i386 Source: xcb-util Version: 0.3.6-1build1 Depends: libc6 (>= 2.1.3), libxcb1 (>= 0) Description: utility libraries for X C Binding -- aux This package contains the library files needed to run software using libxcb-aux, providing convenient access to connection setup and some core requests. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Original-Maintainer: Julien Danjou Homepage: http://xcb.freedesktop.org Package: erlang-inets Status: install ok installed Priority: optional Section: interpreters Installed-Size: 532 Maintainer: Ubuntu Developers Architecture: i386 Source: erlang Version: 1:13.b.3-dfsg-2ubuntu3 Replaces: erlang (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base-hipe (<< 1:13.b.3-dfsg-2ubuntu3), erlang-dev (<< 1:13.b.3-dfsg-2ubuntu3), erlang-doc-html (>> 1:13.b.3-dfsg-999), erlang-doc-html (<< 1:13.b.3-dfsg), erlang-examples (<< 1:13.b.3-dfsg-2ubuntu3), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:13.b.3-dfsg-2ubuntu3), erlang-src (<< 1:13.b.3-dfsg-2ubuntu3), erlang-x11 (<< 1:13.b.3-dfsg-2ubuntu3) Depends: erlang-base (= 1:13.b.3-dfsg-2ubuntu3) | erlang-base-hipe (= 1:13.b.3-dfsg-2ubuntu3), erlang-mnesia (= 1:13.b.3-dfsg-2ubuntu3), erlang-runtime-tools (= 1:13.b.3-dfsg-2ubuntu3), erlang-ssl (= 1:13.b.3-dfsg-2ubuntu3) Suggests: erlang, erlang-manpages, erlang-doc-html Description: Erlang/OTP Internet clients and servers Inets is a container for Internet clients and servers. Currently a FTP client, a HTTP client and server, and a TFTP client and server are provided in Inets. Homepage: http://www.erlang.org/ Original-Maintainer: Debian Erlang Packagers Package: libkeyutils1 Status: install ok installed Priority: standard Section: libs Installed-Size: 60 Maintainer: Ubuntu Developers Architecture: i386 Source: keyutils Version: 1.4-1 Depends: libc6 (>= 2.1.3) Description: Linux Key Management Utilities (library) Keyutils is a set of utilities for managing the key retention facility in the kernel, which can be used by filesystems, block devices and more to gain and retain the authorization and encryption keys required to perform secure operations. . This package provides a wrapper library for the key management facility system calls. Original-Maintainer: Daniel Baumann Homepage: http://people.redhat.com/~dhowells/keyutils/ Package: telepathy-haze Status: install ok installed Priority: optional Section: net Installed-Size: 224 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.4.0-1ubuntu0.1 Provides: telepathy-connection-manager Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.24.0), libpurple0 (>= 1:2.7.0), libtelepathy-glib0 (>= 0.11.13) Description: A telepathy connection manager that use libpurple Haze is a telepathy connection manager based on libpurple. This allow telepathy based application to connect all protocols supported by libpurple (pidgin). Original-Maintainer: Debian Telepathy maintainers Package: parted Status: install ok installed Priority: optional Section: admin Installed-Size: 196 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.3-2ubuntu2 Replaces: fsresize, parted1.6 Depends: libblkid1 (>= 2.15~rc2-1ubuntu1), libc6 (>= 2.11), libdevmapper1.02.1 (>= 2:1.02.20), libncurses5 (>= 5.7+20100313), libparted0debian1 (>= 2.2-1), libreadline6 (>= 6.0), libuuid1 (>= 2.16) Suggests: parted-doc Conflicts: fsresize, parted1.6 Description: The GNU Parted disk partition resizing program GNU Parted is a program that allows you to create, destroy, resize, move and copy hard disk partitions. This is useful for creating space for new operating systems, reorganising disk usage, and copying data to new hard disks. This package contains the Parted binary and manual page. . Parted currently supports DOS, Mac, Sun, BSD, GPT, MIPS and PC98 disklabels/partition tables, as well as a 'loop' (raw disk) type which allows use on RAID/LVM. Filesystems which are currently fully supported are ext2, ext3, fat (FAT16 and FAT32), ReiserFS (with libreiserfs) and linux-swap. Parted can also detect and remove HFS (Mac OS), JFS, NTFS, UFS (Sun and HP), XFS and ASFS/AFFS/APFS (Amiga) filesystems, but cannot create, resize or check these filesystems yet. . Note that ReiserFS support is only enabled if you install the libreiserfs0.3-0 package. Since libreiserfs0.3-0 has been removed from sarge, ReiserFS support is not compiled in the default package. . The nature of this software means that any bugs could cause massive data loss. While there are no known bugs at the moment, they could exist, so please back up all important files before running it, and do so at your own risk. Original-Maintainer: Parted Maintainer Team Package: libvorbisenc2 Status: install ok installed Priority: optional Section: libs Installed-Size: 1560 Maintainer: Ubuntu Developers Architecture: i386 Source: libvorbis Version: 1.3.1-1 Replaces: libvorbis0 (<< 1.0.0) Depends: libc6 (>= 2.1.3), libogg0 (>= 1.0rc3), libvorbis0a (= 1.3.1-1) Conflicts: libvorbis0 (<< 1.0.0) Description: The Vorbis General Audio Compression Codec (Encoder library) Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . The Vorbisenc library provides a convenient API for setting up an encoding environment using libvorbis. Original-Maintainer: Debian Xiph.org Maintainers Package: logrotate Status: install ok installed Priority: important Section: admin Installed-Size: 180 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.7.8-6ubuntu1 Depends: libc6 (>= 2.8), libpopt0 (>= 1.16), libselinux1 (>= 1.32), cron | anacron | fcron, base-passwd (>= 2.0.3.4) Suggests: mailx Conffiles: /etc/logrotate.conf 176edd439a499501372cf3d04e795810 /etc/cron.daily/logrotate d2281ecb6f898b446ac8a5984ab5a243 Description: Log rotation utility The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files. Logrotate allows for the automatic rotation compression, removal and mailing of log files. Logrotate can be set to handle a log file daily, weekly, monthly or when the log file gets to a certain size. Normally, logrotate runs as a daily cron job. Original-Maintainer: Paul Martin Package: plymouth-theme-ubuntu-logo Status: install ok installed Priority: optional Section: x11 Installed-Size: 140 Maintainer: Ubuntu Core Developers Architecture: i386 Source: plymouth Version: 0.8.2-2ubuntu5.1 Replaces: plymouth (<< 0.8.1-1~) Provides: plymouth-theme Depends: plymouth, plymouth-label Description: graphical boot animation and logger - ubuntu-logo theme Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the default ubuntu-logo theme. Package: alacarte Status: install ok installed Priority: optional Section: utils Installed-Size: 336 Maintainer: Ubuntu Developers Architecture: all Version: 0.13.2-0ubuntu1 Replaces: smeg Provides: smeg Depends: python (>= 2.4), python-support (>= 0.90.0), python-gtk2 (>= 2.13.0), python-gmenu (>= 2.27.92), gnome-menus (>= 2.27.92), python-gobject (>= 2.15.1) Conflicts: smeg (<< 0.8-0ubuntu1) Description: easy GNOME menu editing tool Alacarte is an easy-to-use menu editor for GNOME that can add and edit new entries and menus. It works with the freedesktop.org menu specification and should work with any desktop environment that uses the spec. Original-Maintainer: Debian GNOME Maintainers Package: libltdl7 Status: install ok installed Priority: optional Section: libs Installed-Size: 376 Maintainer: Ubuntu Developers Architecture: i386 Source: libtool Version: 2.2.6b-2ubuntu1 Depends: libc6 (>= 2.4) Description: A system independent dlopen wrapper for GNU libtool This package contains the run-time libltdl library. . A small library that aims at hiding the various difficulties of dlopening libraries from programmers. It is a system independent dlopen wrapper for GNU libtool. . It supports the following dlopen interfaces: * dlopen (Solaris, Linux and various BSD flavors) * shl_load (HP-UX) * LoadLibrary (Win16 and Win32) * load_add_on (BeOS) * GNU DLD (emulates dynamic linking for static libraries) * libtool's dlpreopen Homepage: http://www.gnu.org/software/libtool/ Original-Maintainer: Kurt Roeckx Package: libpango1.0-common Status: install ok installed Priority: optional Section: misc Installed-Size: 256 Maintainer: Ubuntu Developers Architecture: all Source: pango1.0 Version: 1.28.1-1ubuntu3 Replaces: libpango-common (<< 1.0.0), libpango0 Depends: debconf | debconf-2.0, defoma (>= 0.11.1), fontconfig (>= 2.1.91) Recommends: x-ttcidfont-conf, libpango1.0-0 Suggests: ttf-japanese-gothic, ttf-japanese-mincho, ttf-thryomanes, ttf-baekmuk, ttf-arphic-gbsn00lp, ttf-arphic-bsmi00lp, ttf-arphic-gkai00mp, ttf-arphic-bkai00mp Conflicts: pango-libthai (<< 0.1.6-2) Conffiles: /etc/defoma/config/pango.conf caba01a0d8c57a5b7eb501560736028a Description: Modules and configuration files for the Pango Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the Pango modules and the configuration files which Pango needs. Original-Maintainer: Sebastien Bacher Package: libexpat1 Status: install ok installed Priority: optional Section: libs Installed-Size: 376 Maintainer: Ubuntu Developers Architecture: i386 Source: expat Version: 2.0.1-7ubuntu1 Depends: libc6 (>= 2.4) Conflicts: wink (<= 1.5.1060-4) Description: XML parsing C library - runtime library This package contains the runtime, shared library of expat, the C library for parsing XML. Expat is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). Homepage: http://expat.sourceforge.net Original-Maintainer: Debian XML/SGML Group Package: librarian0 Status: install ok installed Priority: extra Section: libs Installed-Size: 176 Maintainer: Ubuntu Developers Architecture: i386 Source: rarian Version: 0.8.1-4.1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Conflicts: yelp (<< 2.21) Description: Documentation meta-data library (library package) Rarian (formerly Spoon) is a documentation meta-data library, designed as a replacement for Scrollkeeper. . This package ships the shared library. Original-Maintainer: Frederic Peters Homepage: http://rarian.freedesktop.org/ Package: gnome-session-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 228 Maintainer: Ubuntu Desktop Team Architecture: all Source: gnome-session Version: 2.32.0-0ubuntu1 Replaces: gnome-session (<< 2.30.0-1ubuntu1), libgnomevfs2-common (<< 1:2.24.0-3) Conflicts: gnome-session (<< 2.30.0-1ubuntu1), libgnomevfs2-common (<< 1:2.24.0-3) Conffiles: /etc/X11/Xsession.d/55gnome-session_gnomerc 8649ef956356104b97cc04d785505d71 Description: Common files for the GNOME session manager This package contains common files for the GNOME 2 and GNOME 3 sessions, such as icons, translations and startup scripts. Original-Maintainer: Josselin Mouette Package: nvidia-current-modaliases Status: install ok installed Priority: optional Section: admin Installed-Size: 100 Maintainer: Ubuntu Core Developers Architecture: i386 Source: nvidia-graphics-drivers Version: 260.19.06-0ubuntu1 Description: Modaliases for the NVIDIA binary X.Org driver The modaliases provide a list of pci id's which makes it possible to detect the model of a graphic card. Package: gnome-media Status: install ok installed Priority: optional Section: gnome Installed-Size: 508 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.31.6-0ubuntu2 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libcanberra-gtk0 (>= 0.13), libcanberra0 (>= 0.2), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.18.2), libgnome-media0, libgstreamer-plugins-base0.10-0 (>= 0.10.23), libgstreamer0.10-0 (>= 0.10.23), libgtk2.0-0 (>= 2.18.0), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), libpulse-mainloop-glib0, libpulse0 (>= 0.9.16), libunique-1.0-0 (>= 1.0.0), libxml2 (>= 2.7.4), gstreamer0.10-alsa | gstreamer0.10-audiosink, gnome-media-common (>= 2.31), gnome-media-common (<< 2.32), gstreamer0.10-plugins-base (>= 0.10.3), gstreamer0.10-plugins-good, x11-utils Suggests: pulseaudio Conffiles: /etc/xdg/autostart/gnome-volume-control-applet.desktop c4f004da6d950191a0bbcbd7ebd6b385 Description: GNOME media utilities This package contains a few media utilities for the GNOME desktop: * the GNOME audio mixer; * the GNOME Sound Recorder; * the GStreamer properties capplet. Homepage: http://live.gnome.org/GnomeMedia Original-Maintainer: Debian GNOME Maintainers Package: iproute Status: install ok installed Priority: important Section: net Installed-Size: 1004 Maintainer: Ubuntu Developers Architecture: i386 Version: 20100519-2 Provides: arpd Depends: libc6 (>= 2.11), libdb4.8 Recommends: libatm1 Suggests: iproute-doc Conflicts: arpd Conffiles: /etc/iproute2/ematch_map 0b9befbbbee4b415319b8070f18b9b88 /etc/iproute2/rt_dsfield 4264d5c7c8298300185aa04e1a736934 /etc/iproute2/rt_protos 95ce0b4b5b79f5a8a45941fb418a904c /etc/iproute2/rt_realms 7137bdf40e8d58c87ac7e3bba503767f /etc/iproute2/rt_scopes 6298b8df09e9bda23ea7da49021ca457 /etc/iproute2/rt_tables a1313318d6778fe6b8c680248ef5a463 Description: networking and traffic control tools The iproute suite, also known as iproute2, is a collection of utilities for networking and traffic control. . These tools communicate with the Linux kernel via the (rt)netlink interface, providing advanced features not available through the legacy net-tools commands 'ifconfig' and 'route'. Original-Maintainer: Debian iproute maintainers Homepage: http://www.linux-foundation.org/en/Net:Iproute2 Package: erlang-mnesia Status: install ok installed Priority: optional Section: interpreters Installed-Size: 396 Maintainer: Ubuntu Developers Architecture: i386 Source: erlang Version: 1:13.b.3-dfsg-2ubuntu3 Replaces: erlang (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base-hipe (<< 1:13.b.3-dfsg-2ubuntu3), erlang-dev (<< 1:13.b.3-dfsg-2ubuntu3), erlang-doc-html (>> 1:13.b.3-dfsg-999), erlang-doc-html (<< 1:13.b.3-dfsg), erlang-examples (<< 1:13.b.3-dfsg-2ubuntu3), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:13.b.3-dfsg-2ubuntu3), erlang-src (<< 1:13.b.3-dfsg-2ubuntu3), erlang-x11 (<< 1:13.b.3-dfsg-2ubuntu3) Depends: erlang-base (= 1:13.b.3-dfsg-2ubuntu3) | erlang-base-hipe (= 1:13.b.3-dfsg-2ubuntu3) Suggests: erlang, erlang-manpages, erlang-doc-html Description: Erlang/OTP distributed relational/object hybrid database Mnesia is a distributed DataBase Management System (DBMS), appropriate for telecommunications applications and other Erlang applications which require continuous operation and exhibit soft real-time properties. Homepage: http://www.erlang.org/ Original-Maintainer: Debian Erlang Packagers Package: libxcb-atom1 Status: install ok installed Priority: extra Section: libs Installed-Size: 68 Maintainer: Ubuntu Developers Architecture: i386 Source: xcb-util Version: 0.3.6-1build1 Depends: libc6 (>= 2.8), libxcb1 (>= 0) Description: utility libraries for X C Binding -- atom This package contains the library files needed to run software using libxcb-atom, providing standard core X atom constants and atom caching. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Original-Maintainer: Julien Danjou Homepage: http://xcb.freedesktop.org Package: liblaunchpad-integration1.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: i386 Source: launchpad-integration Version: 0.1.38 Replaces: liblaunchpad-integration1-cil Depends: cli-common (>= 0.5.1), libglib2.0-cil (>= 2.12.10), libgtk2.0-cil (>= 2.12.10), liblaunchpad-integration1 (>= 0.1.17), libmono-corlib2.0-cil (>= 2.6.3) Conflicts: liblaunchpad-integration1-cil Description: CLI bindings for liblaunchpad-integration This package provides the launchpad-integration-sharp assembly that allows CLI (.NET) programs to provide Launchpad menu items. . This package contains assemblies to be used by applications. Original-Maintainer: Sebastien Bacher Package: libpam-gnome-keyring Status: install ok installed Priority: optional Section: admin Installed-Size: 132 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-keyring Version: 2.92.92.is.2.31.91-0ubuntu4.1 Replaces: libpam-keyring Provides: libpam-keyring Depends: libc6 (>= 2.4), libpam0g (>= 0.99.7.1), libpam-runtime (>= 1.0.1-6) Recommends: gnome-keyring Conflicts: libpam-keyring Description: PAM module to unlock the GNOME keyring upon login gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. . This package contains a PAM module that will automatically unlock the keyrings using your login password, making gnome-keyring usage transparent without losing its security benefits. . When installed, this module will automatically be used by GDM and gnome-screensaver to unlock your keyrings when logging in and when unlocking the screen saver. Original-Maintainer: Josselin Mouette Package: libgnome2-common Status: install ok installed Priority: optional Section: libs Installed-Size: 256 Maintainer: Ubuntu Desktop Team Architecture: all Source: libgnome Version: 2.32.0-0ubuntu1 Replaces: libgnome2-0 (<= 1.117.0-1), nautilus (<= 1.0.6-4) Depends: gconf2 (>= 2.28.1-2) Suggests: desktop-base (>= 0.3.16) Breaks: gnome-panel (<< 2.28) Conflicts: libgnome2-0 (<= 1.117.0-1) Conffiles: /etc/sound/events/gnome-2.soundlist 6a8424ab0cc971797fcd06ec6b34fd3c /etc/sound/events/gtk-events-2.soundlist 22fa722aabe0308dbf9846b0facc1c79 Description: The GNOME library - common files This package contains internationalization files for the base GNOME library functions. Original-Maintainer: Ondřej Surý Package: xserver-xorg-video-rendition Status: install ok installed Priority: optional Section: x11 Installed-Size: 112 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:4.2.4-0ubuntu1 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-rendition Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.4), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-rendition Description: X.Org X server -- Rendition display driver This package provides the driver for the Rendition Verite family of chipsets, commonly found in 3D accelerators such as the Creative 3D Blaster. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-rendition driver module. Original-Maintainer: Debian X Strike Force Package: simple-scan Status: install ok installed Priority: optional Section: gnome Installed-Size: 532 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.32.0-0ubuntu4 Depends: libc6 (>= 2.4), libcairo2 (>= 1.6.0), libdbus-glib-1-2 (>= 0.78), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.18.0), libgudev-1.0-0 (>= 147), libjpeg62, liblaunchpad-integration1 (>= 0.1.17), libsane (>= 1.0.11-3), zlib1g (>= 1:1.1.4), gnome-icon-theme, xdg-utils, gconf2 (>= 2.28.1-2) Description: Simple Scanning Utility Simple Scan is an easy-to-use application, designed to let users connect their scanner and quickly have the image/document in an appropriate format. . Simple Scan is basically a frontend for SANE - which is the same backend as XSANE uses. This means that all existing scanners will work and the interface is well tested. Homepage: https://launchpad.net/simple-scan Original-Maintainer: Alessio Treglia Package: bogofilter-common Status: install ok installed Priority: optional Section: mail Installed-Size: 684 Maintainer: Ubuntu Developers Architecture: all Source: bogofilter Version: 1.2.2-1ubuntu1 Replaces: bogofilter (<< 0.94.14-1) Suggests: doc-base Conffiles: /etc/bogofilter.cf 6eb25b26301babf483fd406b601d54a9 Description: a fast Bayesian spam filter (common files) This package implements a fast Bayesian spam filter along the lines suggested by Paul Graham in his article "A Plan For Spam". . This version substantially improves on Paul's proposal by doing smarter lexical analysis. In particular, hostnames and IP addresses are retained as recognition features rather than broken up. Various kinds of MTA cruft such as dates and message-IDs are discarded so as not to bloat the word lists. . This package provides files that are common for all database backends. Original-Maintainer: Serafeim Zanikolas Package: ttf-kacst-one Status: install ok installed Priority: optional Section: fonts Installed-Size: 116 Maintainer: Ubuntu Developers Architecture: all Version: 3.0-1ubuntu2 Suggests: ttf-kacst Conflicts: ttf-kacst (<< 2.0+mry-2ubuntu1) Description: TrueType font designed for Arabic language This package provides an TrueType font designed for Arabic by the King Abdulaziz City for Science and Technology (KACST), Saudi Arabia. Homepage: http://projects.arabeyes.org Original-Maintainer: Debian Fonts Task Force Package: ubuntuone-client-gnome Status: install ok installed Priority: optional Section: gnome Installed-Size: 492 Maintainer: Ubuntu Developers Architecture: i386 Source: ubuntuone-client Version: 1.4.5-0ubuntu1 Replaces: ubuntuone-client (<= 1.1.1) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libebook1.2-9 (>= 2.30.3), libedataserver1.2-13 (>= 2.30.3), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.18.0), libgtk2.0-0 (>= 2.20.0), libnautilus-extension1 (>= 2.30), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsoup2.4-1 (>= 2.4.0), libsyncdaemon-1.0-1, libxml2 (>= 2.6.27), python, ubuntuone-client (= 1.4.5-0ubuntu1), python-gtk2 (>= 2.10), python-simplejson, gnome-settings-daemon, python-gnomekeyring | python-gnome2-desktop Suggests: ubuntuone-client-dbg Breaks: ubuntuone-client (<= 1.1.1) Description: Ubuntu One client GNOME integration Ubuntu One is a suite of on-line services. This package contains the tray applet and Nautilus extension, providing integration with the GNOME desktop. Homepage: https://one.ubuntu.com Original-Maintainer: Rick McBride Package: ubuntu-artwork Status: install ok installed Priority: optional Section: gnome Installed-Size: 128 Maintainer: Ubuntu Artwork Team Architecture: all Version: 53.8 Depends: light-themes, ubuntu-wallpapers, adium-theme-ubuntu Description: Ubuntu themes and artwork This package contains merely the Distributor Logo and pulls in all the other components via Depends. Package: gnome-control-center Status: install ok installed Priority: optional Section: gnome Installed-Size: 1112 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 1:2.32.0-0ubuntu2 Depends: libappindicator1 (>= 0.0.19), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libcanberra-gtk0 (>= 0.2), libcanberra0 (>= 0.2), libdbus-glib-1-2 (>= 0.78), libebook1.2-9 (>= 2.30.3), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgnome-desktop-2-17 (>= 1:2.29.92), libgnome-menu2 (>= 2.27.92), libgnome-window-settings1 (= 1:2.32.0-0ubuntu2), libgnomekbd4 (>= 2.31.5), libgtk2.0-0 (>= 2.20.0), libmetacity-private0 (>= 1:2.26.0), libpango1.0-0 (>= 1.17), librsvg2-2 (>= 2.26.0), libunique-1.0-0 (>= 1.0.0), libx11-6, libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxft2 (>> 2.1.1), libxi6 (>= 2:1.2.0), libxklavier16 (>= 5.0), libxml2 (>= 2.7.4), libxss1, capplets-data (>= 1:2.32.0-0ubuntu2), capplets-data (<< 1:2.33), gnome-settings-daemon (>= 2.30), gnome-menus (>= 2.12.0), gnome-desktop-data, gnome-icon-theme (>= 2.24), desktop-file-utils, gconf2-common (>= 2.23.2-0ubuntu3), ubuntu-system-service (>= 0.1.10) Recommends: bzip2, evolution-data-server, gnome-user-guide, gnome-session, policykit-1-gnome, mousetweaks, screen-resolution-extra, iso-codes Suggests: libcanberra-gtk-module, gnome-screensaver | xscreensaver, x11-xserver-utils, gstreamer0.10-alsa | gstreamer0.10-audiosink Conflicts: gnome-session (<< 2.22.0) Description: utilities to configure the GNOME desktop This package contains configuration applets for the GNOME desktop, allowing to set accessibility configuration, desktop fonts, keyboard and mouse properties, sound setup, desktop theme and background, user interface properties, screen resolution, and other GNOME parameters. . It also contains a front end to these applets, which can also be accessed with the GNOME panel or the Nautilus file manager. Original-Maintainer: Debian GNOME Maintainers Package: gnome-themes-ubuntu Status: install ok installed Priority: optional Section: gnome Installed-Size: 2312 Maintainer: Ubuntu Desktop Team Architecture: all Version: 0.6.1 Depends: gtk2-engines, gtk2-engines-pixbuf, gtk2-engines-murrine, humanity-icon-theme Conflicts: community-themes (<= 0.13) Description: Ubuntu community themes This package contains a few nice contributed themes for the GNOME desktop: . * Dust * Dust Sand * New Wave Package: indicator-me Status: install ok installed Priority: optional Section: gnome Installed-Size: 336 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 0.2.10-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libdbusmenu-glib1 (>= 0.3.12), libdbusmenu-gtk1 (>= 0.3.12), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.14.0), libgwibber0 (>= 0.0.2), libido-0.1-0 (>= 0.1.0), libindicator1, libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libtelepathy-glib0 (>= 0.9.0) Recommends: gwibber (>= 2.29.90), ubuntuone-client-gnome (>= 1.1.2), indicator-applet-session (>= 0.2) | indicator-render Conflicts: indicator-session (<< 0.2.0) Description: indicator showing user information and status This indicator is designed to be placed on the right side of a panel and give the user easy control for changing their instant message status. . It requires some way to be hosted into a panel. For the GNOME Panel the appropriate package is indicator-applet-session. Homepage: https://launchpad.net/indicator-me Package: checkbox Status: install ok installed Priority: optional Section: python Installed-Size: 2764 Maintainer: Ubuntu Core Developers Architecture: all Version: 0.10.3 Replaces: hwtest (<< 0.1-0ubuntu12) Provides: hwtest Depends: debconf (>= 0.5) | debconf-2.0, python, python-central (>= 0.6.11), debconf, udev Recommends: dpkg, lsb-release, python-apport, python-apt, python-gst0.10 Suggests: checkbox-cli | checkbox-gtk Conflicts: hwtest (<< 0.1-0ubuntu12) Description: Checkbox System Testing This project provides an extensible interface for system testing. The results can then be sent to Launchpad. Original-Maintainer: Marc Tardif Python-Version: current Package: libevview3 Status: install ok installed Priority: optional Section: libs Installed-Size: 348 Maintainer: Ubuntu Developers Architecture: i386 Source: evince Version: 2.32.0-0ubuntu1.1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.10.0), libevdocument3 (>= 2.31.90-0ubuntu1), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgail18 (>= 2.21.5), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.11), libgtk2.0-0 (>= 2.21.8), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4) Description: GNOME document viewer view library Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable Document Format (PDF) 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 libview documentation API shared library. Homepage: http://www.gnome.org/projects/evince/ Original-Maintainer: Debian GNOME Maintainers Package: libproxy0 Status: install ok installed Priority: optional Section: libs Installed-Size: 204 Maintainer: Ubuntu Developers Architecture: i386 Source: libproxy Version: 0.3.1-1ubuntu1 Depends: libc6 (>= 2.3.6-6~) Description: automatic proxy configuration management library (shared) libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API. . This package contains the shared library. Homepage: http://code.google.com/p/libproxy/ Original-Maintainer: Emilio Pozuelo Monfort Package: gcalctool Status: install ok installed Priority: optional Section: math Installed-Size: 1444 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 5.32.0-0ubuntu4 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libglib2.0-0 (>= 2.25.16), libgtk2.0-0 (>= 2.18.0), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), libxml2 (>= 2.7.4) Recommends: yelp, gvfs, gnome-icon-theme Description: GNOME desktop calculator gcalctool is a powerful graphical calculator with financial, logical and scientific modes. It uses a multiple precision package to do its arithmetic to give a high degree of accuracy. Original-Maintainer: Sebastien Bacher Package: humanity-icon-theme Status: install ok installed Priority: optional Section: gnome Installed-Size: 27572 Maintainer: Ubuntu MOTU Developers Architecture: all Version: 0.5.3.3 Depends: gnome-icon-theme, hicolor-icon-theme Description: Humanity Icon theme Humanity and Humanity Dark are nice and well polished icon themes for the GNOME desktop. Package: synaptic Status: install ok installed Priority: optional Section: admin Installed-Size: 2616 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 0.63.1ubuntu14 Replaces: gsynaptic Provides: gsynaptic Depends: libapt-inst1.2, libapt-pkg4.10, libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libept1, libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglade2-0 (>= 1:2.6.1), libglib2.0-0 (>= 2.14.0), libgtk2.0-0 (>= 2.18.0), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libstdc++6 (>= 4.4.0), libvte9 (>= 1:0.24.0), libx11-6, libxapian15, libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4), hicolor-icon-theme Recommends: gksu | kdebase-bin, libgnome2-perl, rarian-compat, software-properties-gtk, apt-xapian-index Suggests: dwww, menu, deborphan Conflicts: gsynaptic, menu (<< 2.1.11) Description: Graphical package manager Synaptic is a graphical package management tool based on GTK+ and APT. Synaptic enables you to install, upgrade and remove software packages in a user friendly way. . Besides these basic functions the following features are provided: * Search and filter the list of available packages * Perform smart system upgrades * Fix broken package dependencies * Edit the list of used repositories (sources.list) * Download the latest changelog of a package * Configure packages through the debconf system * Browse all available documentation related to a package (dwww is required) Original-Maintainer: Michael Vogt Package: libterm-readkey-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 140 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.30-4build1 Replaces: adbbs Depends: perl (>= 5.10.1-8ubuntu1), perlapi-5.10.1, libc6 (>= 2.4) Description: A perl module for simple terminal control Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.,) support for non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good likelyhood of it working. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/TermReadKey/ Package: libportaudio2 Status: install ok installed Priority: optional Section: libs Installed-Size: 216 Maintainer: Ubuntu Developers Architecture: i386 Source: portaudio19 Version: 19+svn20100802-0ubuntu1 Depends: libasound2 (>> 1.0.22), libc6 (>= 2.7), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116 Description: Portable audio I/O - shared library PortAudio is a portable audio I/O library designed for cross-platform support of audio. It uses a callback mechanism to request audio processing. Audio can be generated in various formats, including 32 bit floating point, and will be converted to the native format internally. . This package contains the shared library. Homepage: http://www.portaudio.com/ Original-Maintainer: Debian VoIP Team Package: libpango1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 852 Maintainer: Ubuntu Developers Architecture: i386 Source: pango1.0 Version: 1.28.1-1ubuntu3 Provides: pango1.0-modver-1.6.0 Depends: libpango1.0-common (>= 1.28.1-1ubuntu3), libc6 (>= 2.4), libcairo2 (>= 1.8.10-3), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.24.0), libthai0 (>= 0.1.12), libx11-6, libxft2 (>> 2.1.1), libxrender1, zlib1g (>= 1:1.1.4) Conflicts: pango-libthai Description: Layout and rendering of internationalized text Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the shared libraries. Original-Maintainer: Sebastien Bacher Package: initramfs-tools-bin Status: install ok installed Priority: required Section: utils Installed-Size: 128 Maintainer: Ubuntu Kernel Team Architecture: i386 Source: initramfs-tools Version: 0.98.1ubuntu6 Depends: libc6 (>= 2.4), libudev0 (>= 147) Description: binaries used by initramfs-tools This package contains binaries used inside the initramfs images generated by initramfs-tools. Original-Maintainer: Debian kernel team Package: openoffice.org-core Status: install ok installed Priority: optional Section: editors Installed-Size: 116168 Maintainer: Ubuntu Core Developers Architecture: i386 Source: openoffice.org Version: 1:3.2.1-7ubuntu1 Replaces: openoffice.org (<< 1.9), openoffice.org-bin, openoffice.org-calc (<< 2.2.1~oof680m15-2), openoffice.org-common (<< 1:3.0.1~rc1-2), openoffice.org-filter-binfilter (<< 1:3.1.0-5), openoffice.org-gtk (<< 2.0.3+2.0.4m179), openoffice.org-headless (<< 1:3.0.0~dev300m26), openoffice.org-hunspell, openoffice.org-java, openoffice.org2-core, openoffice.org2-hunspell Provides: openoffice.org-bundled, openoffice.org-headless, openoffice.org-hunspell, openoffice.org-java, openoffice.org2-core, openoffice.org2-hunspell Depends: openoffice.org-common (>> 1:3.2.1), ttf-opensymbol (>= 1:3.0), libc6 (>= 2.11), libcairo2 (>= 1.2.4), libcurl3-gnutls (>= 7.16.2-1), libdb4.8, libexpat1 (>= 1.95.8), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.12.0), libgraphite3 (>= 1:2.3), libgstreamer-plugins-base0.10-0 (>= 0.10.0), libgstreamer0.10-0 (>= 0.10.0), libgtk2.0-0 (>= 2.10), libhunspell-1.2-0 (>= 1.2.11), libhyphen0 (>= 2.4), libice6 (>= 1:1.0.0), libicu42 (>= 4.2-1), libjpeg62, libneon27-gnutls (>= 0.29.3), libnspr4-0d (>= 4.7.3-0ubuntu1~), libnss3-1d (>= 3.12.2~rc1), libsm6, libssl0.9.8 (>= 0.9.8m-1), libstdc++6 (>= 4.1.1), libstlport4.6ldbl, libx11-6, libxaw7, libxext6, libxinerama1, libxml2 (>= 2.7.4), libxrandr2, libxrender1, libxslt1.1 (>= 1.1.25), libxt6, ure (>= 1.6.1), zlib1g (>= 1:1.1.4), librdf0 (>= 1.0.9), fontconfig 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), 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), openoffice.org-hyphenation-af (<< 1:3.1.0-3), openoffice.org-hyphenation-de (<< 1:3.1.0-3), openoffice.org-hyphenation-fr (<< 1:3.1.0-3), openoffice.org-hyphenation-hr (<< 20060617-2), openoffice.org-hyphenation-hu (<< 1:3.1.0-3), openoffice.org-hyphenation-it (<< 1:3.1.0-3), openoffice.org-hyphenation-pl (<< 1:3.0a-3), openoffice.org-hyphenation-sh (<< 1:3.1.0-3), openoffice.org-hyphenation-sl (<< 1:3.1.0-3), openoffice.org-hyphenation-sr (<< 1:3.1.0-3), openoffice.org-hyphenation-zu (<< 1:3.1.0-3), openoffice.org-thesaurus-cs (<< 1:3.1.0-3), openoffice.org-thesaurus-en-au (<< 2.1-5), openoffice.org-thesaurus-en-us (<< 1:3.1.0-3), openoffice.org-thesaurus-fr (<< 1:3.1.0-3), openoffice.org-thesaurus-hu (<< 1:3.1.0-3), openoffice.org-thesaurus-it (<< 2.0.7.gh.deb1-1.1), openoffice.org-thesaurus-ne (<< 1:3.1.0-3), openoffice.org-thesaurus-pl (<< 1.5-3), openoffice.org-thesaurus-ru (<< 1:3.1.0-3), openoffice.org-thesaurus-sk (<< 1:3.1.0-3) Conflicts: cacao-oj6-jre, cli-uno-bridge (<< 1:3.0.0~dev300m22), libcairo2 (= 1.4.8-1), libicu38 (= 3.8~d01-1), mozilla-plugin-vlc (<< 1.0), oooqs-kde, ooqstart-gnome, openoffice.org-1.9.125, openoffice.org-base (<< 1:3.2.1-7ubuntu1), openoffice.org-bin, openoffice.org-calc (<< 1:3.2.1-7ubuntu1), openoffice.org-core (<< 1:3.2.1-7ubuntu1), openoffice.org-crashrep, openoffice.org-dev (<< 1:3.2.1-7ubuntu1), openoffice.org-draw (<< 1:3.2.1-7ubuntu1), openoffice.org-evolution (<< 1:3.2.1-7ubuntu1), openoffice.org-filter-so52 (<< 1:3.2.1-7ubuntu1), openoffice.org-gnome (<< 1:3.2.1-7ubuntu1), openoffice.org-gtk (<< 1:3.2.1-7ubuntu1), openoffice.org-help-2.0.0, openoffice.org-help-2.0.1, openoffice.org-help-2.0.2, openoffice.org-help-2.0.3, openoffice.org-help-2.4, openoffice.org-help-3.1, openoffice.org-help-de (<< 2.0), openoffice.org-help-el (<< 2.0), openoffice.org-help-en (<< 2.0), openoffice.org-help-es (<< 2.0), openoffice.org-help-fr (<< 2.0), openoffice.org-help-it (<< 2.0), openoffice.org-help-ja (<< 2.0), openoffice.org-help-ko (<< 2.0), openoffice.org-help-pt-br (<< 2.0), openoffice.org-help-sv (<< 2.0), openoffice.org-help-tr (<< 2.0), openoffice.org-help-zh-cn (<< 2.0), openoffice.org-help-zh-tw (<< 2.0), openoffice.org-hunspell, openoffice.org-impress (<< 1:3.2.1-7ubuntu1), openoffice.org-kde (<< 1:3.2.1-7ubuntu1), openoffice.org-l10n-1.9.108, openoffice.org-l10n-1.9.114, openoffice.org-l10n-1.9.121, openoffice.org-officebean (<< 1:3.2.1-7ubuntu1), openoffice.org-qa-ui-tests (>= 1:3.2.1.1), openoffice.org-qa-ui-tests (<< 1:3.2.1), openoffice.org-thesaurus, openoffice.org-writer (<< 1:3.2.1-7ubuntu1), openoffice.org2-core, openoffice.org2-hunspell Description: office productivity suite -- arch-dependent files OpenOffice.org 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 OpenOffice.org. See the openoffice.org package for more information. Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: python-pyorbit Status: install ok installed Priority: optional Section: python Installed-Size: 224 Maintainer: Ubuntu Developers Architecture: i386 Source: pyorbit Version: 2.24.0-5ubuntu3 Replaces: python2.3-pyorbit, python2.4-pyorbit Provides: python2.6-pyorbit Depends: python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.16.0), libidl0, liborbit2 (>= 1:2.14.10) Suggests: python-pyorbit-dbg Conflicts: python2.3-pyorbit, python2.4-pyorbit Description: A Python language binding for the ORBit2 CORBA implementation It aims to take advantage of new features found in ORBit2 to make language bindings more efficient. This includes: - Use of ORBit2 type libraries to generate stubs - use of the ORBit_small_invoke_stub() call for operation invocation, which allows for short circuited invocation on local objects. . Where it makes sense, this binding tries to stay compatible with the Python language mapping, which can be found on the OMG web site: http://www.omg.org/cgi-bin/doc?formal/02-09-07 Original-Maintainer: Sebastien Bacher Python-Version: 2.6 Package: openoffice.org-draw Status: install ok installed Priority: optional Section: editors Installed-Size: 7804 Maintainer: Ubuntu Core Developers Architecture: i386 Source: openoffice.org Version: 1:3.2.1-7ubuntu1 Replaces: openoffice.org (<< 1.9), openoffice.org-common (<< 2.0.3+2.0.4m179), openoffice.org-core (<< 1:3.1.1~rc1-2), openoffice.org-debian-files, openoffice.org2-draw (<< 1:3.2.1-7ubuntu1) Provides: openoffice.org2-draw Depends: openoffice.org-core (= 1:3.2.1-7ubuntu1), libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libstlport4.6ldbl, libwpd8c2a, libwpg-0.1-1, ure (>= 1.4.0), zlib1g (>= 1:1.1.4) Conflicts: openoffice.org-debian-files, openoffice.org2-draw (<< 1:3.2.1-7ubuntu1) Description: office productivity suite -- drawing OpenOffice.org 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 OpenOffice.org. Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: libevent-1.4-2 Status: install ok installed Priority: standard Section: libs Installed-Size: 152 Maintainer: Ubuntu Developers Architecture: i386 Source: libevent Version: 1.4.13-stable-1 Depends: libc6 (>= 2.4) Description: An asynchronous event notification library The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . libevent is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . For backward compatibility and to transition to libevent_core only or libevent_core and libevent_extra, the libevent source package builds the libevent library that includes everything in libevent_core and libevent_extra. Original-Maintainer: Anibal Monsalve Salazar Homepage: http://www.monkey.org/~provos/libevent/ Package: liblwres60 Status: install ok installed Priority: standard Section: libs Installed-Size: 136 Maintainer: Ubuntu Core Developers Architecture: i386 Source: bind9 Version: 1:9.7.1.dfsg.P2-2ubuntu0.1 Replaces: libbind0 Depends: libc6 (>= 2.4), libcap2 (>= 2.10), libxml2 (>= 2.6.27) Conflicts: libbind0 Description: Lightweight Resolver Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the liblwres shared library used by BIND's daemons and clients. Original-Maintainer: LaMont Jones Package: libgdu0 Status: install ok installed Priority: optional Section: libs Installed-Size: 288 Maintainer: Ubuntu Developers Architecture: i386 Source: gnome-disk-utility Version: 2.30.1-2 Depends: libc6 (>= 2.7), libdbus-1-3 (>= 1.1.1), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.24.0), libgnome-keyring0 (>= 2.22.2), udisks (>= 1.0.0), udisks (<< 1.1.0) Description: GObject based Disk Utility Library The gnome-disk-utility library provides an user-space interface to the udisks objects and properties (such as drives, volumes, SMART data), and operations (such as mounting, unmounting, creating and checking partitions). . This package contains shared libraries to be used by applications. Original-Maintainer: Utopia Maintenance Team Homepage: http://git.gnome.org/cgit/gnome-disk-utility/ Package: libcairomm-1.0-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 192 Maintainer: Ubuntu Developers Architecture: i386 Source: cairomm Version: 1.8.4-3 Replaces: libcairomm-1.0-0 Depends: libc6 (>= 2.1.3), libcairo2 (>= 1.8.0), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libpng12-0 (>= 1.2.13-4), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.4.0), libx11-6, zlib1g (>= 1:1.1.4) Description: C++ wrappers for Cairo (shared libraries) cairomm provides C++ bindings for the Cairo graphics library, a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. . This package contains the shared libraries. Original-Maintainer: Dave Beckett Homepage: http://cairographics.org/cairomm/ Package: erlang-ssl Status: install ok installed Priority: optional Section: interpreters Installed-Size: 412 Maintainer: Ubuntu Developers Architecture: i386 Source: erlang Version: 1:13.b.3-dfsg-2ubuntu3 Replaces: erlang (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base-hipe (<< 1:13.b.3-dfsg-2ubuntu3), erlang-dev (<< 1:13.b.3-dfsg-2ubuntu3), erlang-doc-html (>> 1:13.b.3-dfsg-999), erlang-doc-html (<< 1:13.b.3-dfsg), erlang-examples (<< 1:13.b.3-dfsg-2ubuntu3), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:13.b.3-dfsg-2ubuntu3), erlang-src (<< 1:13.b.3-dfsg-2ubuntu3), erlang-x11 (<< 1:13.b.3-dfsg-2ubuntu3) Depends: erlang-base (= 1:13.b.3-dfsg-2ubuntu3) | erlang-base-hipe (= 1:13.b.3-dfsg-2ubuntu3), erlang-crypto (= 1:13.b.3-dfsg-2ubuntu3), erlang-public-key (= 1:13.b.3-dfsg-2ubuntu3), libc6 (>= 2.4), libssl0.9.8 (>= 0.9.8m-1) Suggests: erlang, erlang-manpages, erlang-doc-html Description: Erlang/OTP implementation of SSL The SSL application provides secure communication over sockets. Homepage: http://www.erlang.org/ Original-Maintainer: Debian Erlang Packagers Package: usbutils Status: install ok installed Priority: optional Section: utils Installed-Size: 616 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.87-4 Depends: libc6 (>= 2.4), libusb-0.1-4 (>= 2:0.1.12), zlib1g (>= 1:1.2.3.3.dfsg) Suggests: wget (>= 1.8.1-6) | lynx (>= 2.8.4.1b-3) Description: Linux USB utilities This package contains the lsusb utility for inspecting the devices connected to the USB bus. It shows a graphical representation of the devices that are currently plugged in, showing the topology of the USB bus. It also displays information on each individual device on the bus. . More information can be found at the Linux USB web site http://www.linux-usb.org/ . Original-Maintainer: Aurelien Jarno Package: libdevmapper1.02.1 Status: install ok installed Priority: required Section: libs Installed-Size: 208 Maintainer: Ubuntu Core Developers Architecture: i386 Source: lvm2 (2.02.54-1ubuntu6) Version: 2:1.02.39-1ubuntu6 Provides: libdevmapper Depends: libc6 (>= 2.4), libselinux1 (>= 1.32) Recommends: dmsetup Description: The Linux Kernel Device Mapper userspace library The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management) Team's implementation of a minimalistic kernel-space driver that handles volume management, while keeping knowledge of the underlying device layout in user-space. This makes it useful for not only LVM, but EVMS, software raid, and other drivers that create "virtual" block devices. . This package contains the (user-space) shared library for accessing the device-mapper; it allows usage of the device-mapper through a clean, consistent interface (as opposed to through kernel ioctls). Homepage: http://sources.redhat.com/lvm2/ Original-Maintainer: Debian LVM Team Package: ttf-freefont Status: install ok installed Priority: optional Section: fonts Installed-Size: 4204 Maintainer: Ubuntu Developers Architecture: all Version: 20090104-7 Recommends: x-ttcidfont-conf Description: Freefont Serif, Sans and Mono Truetype fonts A set of free high-quality TrueType fonts covering the UCS character set. These fonts are similar to the (in)famous Helvetica, Times and Courier fonts. Original-Maintainer: Debian Fonts Task Force Homepage: http://savannah.gnu.org/projects/freefont/ Package: libxi6 Status: install ok installed Priority: optional Section: libs Installed-Size: 132 Maintainer: Ubuntu Developers Architecture: i386 Source: libxi Version: 2:1.3-4 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.2.99.901), libxext6 (>= 0) Description: X11 Input extension library libXi provides an X Window System client interface to the XINPUT extension to the X protocol. . The Input extension allows setup and configuration of multiple input devices, and will soon allow hotplugging of input devices; to be added and removed on the fly. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Original-Maintainer: Debian X Strike Force Package: cups-driver-gutenprint Status: install ok installed Priority: optional Section: graphics Installed-Size: 732 Maintainer: Ubuntu Core Developers Architecture: i386 Source: gutenprint Version: 5.2.6-0ubuntu8 Replaces: cupsys-driver-gutenprint (<= 5.1.99) Depends: libc6 (>= 2.7), libcups2 (>= 1.4.0), libcupsimage2 (>= 1.4.0), libgcrypt11 (>= 1.4.2), libgnutls26 (>= 2.7.14-0), libgssapi-krb5-2 (>= 1.6.dfsg.2), libgutenprint2 (>= 5.2.6), zlib1g (>= 1:1.1.4), perl (>= 5.8.0), cups (>= 1.3.0), cups-client (>= 1.3.0), ghostscript-cups Suggests: gutenprint-doc (>= 5.2.6-0ubuntu8), gutenprint-locales (>= 5.2.6-0ubuntu8) Conflicts: cupsys-driver-gutenprint (<= 5.1.99) Description: printer drivers for CUPS This package includes a CUPS driver based on Gutenprint. . The CUPS drivers contain all of the files needed to support photo-quality printing on any printer supported by Gutenprint. You can find out more about the Common UNIX Printing System ("CUPS"), an IPP-based printing system for UNIX/Linux, at: . http://www.cups.org . Gutenprint is the print facility for the GIMP, and in addition a suite of drivers that may be used with common UNIX spooling systems using GhostScript or CUPS. These drivers provide printing quality for UNIX/Linux on a par with proprietary vendor-supplied drivers in many cases, and can be used for many of the most demanding printing tasks. Gutenprint was formerly known as Gimp-Print. Original-Maintainer: Debian Printing Group Package: xinit Status: install ok installed Priority: optional Section: x11 Installed-Size: 124 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.2.0-2 Replaces: xbase-clients (<= 1:7.2.ds2-3) Depends: libc6 (>= 2.11), libx11-6, coreutils (>= 7.4-1), x11-common, xauth Recommends: xserver-xorg | xserver, xterm | x-session-manager | x-window-manager | x-terminal-emulator Conffiles: /etc/X11/xinit/xinitrc c11ee025d7c11c6e0b7a90d76cb424d1 /etc/X11/xinit/xserverrc 50faa91e980a25adcd0de32020b340bb Description: X server initialisation tool xinit and startx are programs which facilitate starting an X server, and loading a base X session. Original-Maintainer: Debian X Strike Force Package: libattr1 Status: install ok installed Priority: required Section: libs Installed-Size: 68 Maintainer: Ubuntu Developers Architecture: i386 Source: attr Version: 1:2.4.44-2 Depends: libc6 (>= 2.4) Conflicts: attr (<< 2.0.0) Description: Extended attribute shared library Contains the runtime environment required by programs that make use of extended attributes. Original-Maintainer: Nathan Scott Homepage: http://savannah.nongnu.org/projects/attr/ Package: xfonts-base Status: install ok installed Priority: optional Section: fonts Installed-Size: 8272 Maintainer: Ubuntu Developers Architecture: all Version: 1:1.0.1 Replaces: xfonts-misc Depends: xfonts-utils Suggests: xfs | xserver Conffiles: /etc/X11/fonts/misc/xfonts-base.alias a8ec05d528431d4c9703b55a7efd67a8 Description: standard fonts for X xfonts-base provides a standard set of low-resolution bitmapped fonts. In most cases it is desirable to have the X font server (xfs) and/or an X server installed to make the fonts available to X clients. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-video-sisusb Status: install ok installed Priority: optional Section: x11 Installed-Size: 152 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:0.9.4-0ubuntu1 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-sisusb Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.7), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-sisusb Description: X.Org X server -- SiS USB display driver This package provides the driver for SiS USB-attached video devices. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-sisusb driver module. Original-Maintainer: Debian X Strike Force Package: gtk2-engines-pixbuf Status: install ok installed Priority: optional Section: graphics Installed-Size: 580 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gtk+2.0 Version: 2.22.0-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.6.4-6.1), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.8), libpango1.0-0 (>= 1.20), libpng12-0 (>= 1.2.13-4), libx11-6, libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxi6, libxinerama1, libxrandr2, libxrender1, zlib1g (>= 1:1.1.4), libgtk2.0-0 (= 2.22.0-0ubuntu1), libgtk2.0-common Description: Pixbuf-based theme for GTK+ 2.x The GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, the GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the pixbuf theme engine. Homepage: http://www.gtk.org/ Original-Maintainer: Sebastien Bacher Package: libdaemon0 Status: install ok installed Priority: optional Section: libs Installed-Size: 80 Maintainer: Ubuntu Developers Architecture: i386 Source: libdaemon Version: 0.14-2 Depends: libc6 (>= 2.8) Description: lightweight C library for daemons - runtime library libdaemon is a leightweight C library which eases the writing of UNIX daemons. It consists of the following parts: . * Wrapper around fork() for correct daemonization of a process * Wrapper around syslog() for simple log output to syslog or STDERR * An API for writing PID files * An API for serializing signals into a pipe for use with select() or poll() * An API for running subprocesses with STDOUT and STDERR redirected to syslog . Routines like these are included in most of the daemon software available. It is not simple to get these done right and code duplication is not acceptable. . This package includes the libdaemon run time shared library. Original-Maintainer: Utopia Maintenance Team Homepage: http://0pointer.de/lennart/projects/libdaemon/ Package: libpcap0.8 Status: install ok installed Priority: optional Section: libs Installed-Size: 312 Maintainer: Ubuntu Developers Architecture: i386 Source: libpcap Version: 1.1.1-2 Replaces: libpcap0.8-dev (<< 1.0.0-2) Depends: libc6 (>= 2.11) Description: system interface for user-level packet capture libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. . Since almost every system vendor provides a different interface for packet capture, and since there are several tools that require this functionality, we've created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application. Original-Maintainer: Romain Francoise Homepage: http://www.tcpdump.org/ Package: bluez-alsa Status: install ok installed Priority: optional Section: admin Installed-Size: 172 Maintainer: Ubuntu Developers Architecture: i386 Source: bluez Version: 4.69-0ubuntu2 Replaces: bluez-audio Depends: libasound2 (>> 1.0.22), libbluetooth3 (>= 4.40), libc6 (>= 2.4) Description: Bluetooth audio support This package contains a driver operate with the ALSA stack. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Homepage: http://www.bluez.org Original-Maintainer: Debian Bluetooth Maintainers Package: libhtml-tree-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 520 Maintainer: Ubuntu Developers Architecture: all Version: 3.23-2 Depends: perl, libhtml-parser-perl, libhtml-tagset-perl Description: Perl module to represent and create HTML syntax trees HTML::Tree is a collection of modules that represent, create and extract information from HTML syntax trees. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/HTML-Tree/ Package: libspeexdsp1 Status: install ok installed Priority: optional Section: libs Installed-Size: 204 Maintainer: Ubuntu Developers Architecture: i386 Source: speex Version: 1.2~rc1-1ubuntu1 Depends: libc6 (>= 2.4) Description: The Speex extended runtime library Speex is an audio codec especially designed for compressing voice at low bit-rates for applications such as voice over IP (VoIP). In some senses, it is meant to be complementary to the Vorbis codec which places a greater emphasis on high-quality music reproduction. . This package provides the runtime library of additional functions that are part of the Speex distribution. Homepage: http://www.speex.org/ Original-Maintainer: Debian VoIP Team Package: libsnmp15 Status: install ok installed Priority: optional Section: libs Installed-Size: 2988 Maintainer: Ubuntu Core Developers Architecture: i386 Source: net-snmp Version: 5.4.3~dfsg-1ubuntu3 Replaces: libsnmp-base (<< 5.4.2.1~dfsg-4), snmp (<< 5.4.3~dfsg-1) Depends: libsnmp-base (>= 5.4.3~dfsg-1ubuntu3), libc6 (>= 2.7), libperl5.10 (>= 5.10.1), libsensors4 (>= 1:3.0.0), libssl0.9.8 (>= 0.9.8m-1), libwrap0 (>= 7.6-4~) Conffiles: /etc/snmp/snmp.conf 798ffddaba16ce8203868ca921ce6e35 Description: SNMP (Simple Network Management Protocol) library The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP library contains common functions for the construction, sending, receiving, decoding, and manipulation of the SNMP requests and responses. Homepage: http://net-snmp.sourceforge.net/ Original-Maintainer: Net-SNMP Packaging Team Package: genisoimage Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 1404 Maintainer: Ubuntu Developers Architecture: i386 Source: cdrkit Version: 9:1.1.10-1ubuntu3 Replaces: mkisofs Provides: mkisofs Depends: libbz2-1.0, libc6 (>= 2.7), libmagic1, zlib1g (>= 1:1.1.4) Suggests: wodim, cdrkit-doc Conflicts: mkhybrid, mkisofs Description: Creates ISO-9660 CD-ROM filesystem images genisoimage is a pre-mastering program for creating ISO-9660 CD-ROM filesystem images, which can then be written to CD or DVD media using the wodim program. genisoimage includes support for making bootable "El Torito" CDs, as well as CDs with support for the Macintosh HFS filesystem. . The package also includes extra tools useful for working with ISO images: * mkzftree - create ISO-9660 image with compressed contents * dirsplit - easily separate large directory contents into disks of predefined size * geteltorito - extract an El Torito boot image from a CD image . Please install cdrkit-doc if you want most of the documentation and README files. Original-Maintainer: Joerg Jaspert Package: sed Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 960 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.2.1-7 Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.4), libselinux1 (>= 1.32) Description: The GNU sed stream editor sed reads the specified files or the standard input if no files are specified, makes editing changes according to a list of commands, and writes the results to the standard output. Original-Maintainer: Clint Adams Homepage: http://www.gnu.org/software/sed/ Package: libidn11 Status: install ok installed Priority: standard Section: libs Installed-Size: 368 Maintainer: Ubuntu Developers Architecture: i386 Source: libidn Version: 1.18-1 Replaces: libidn11-dev Depends: libc6 (>= 2.4) Conflicts: libidn9-dev Description: GNU Libidn library, implementation of IETF IDN specifications GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the shared library. Original-Maintainer: Anibal Monsalve Salazar Homepage: http://www.gnu.org/software/libidn/ Package: libxml2-utils Status: install ok installed Priority: optional Section: text Installed-Size: 196 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libxml2 Version: 2.7.7.dfsg-4ubuntu0.1 Depends: libc6 (>= 2.7), libreadline6 (>= 6.0), libxml2 (>= 2.7.4) Description: XML utilities XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides xmllint, a tool for validating and reformatting XML documents, and xmlcatalog, a tool to parse and manipulate XML or SGML catalog files. Homepage: http://xmlsoft.org/ Original-Maintainer: Debian XML/SGML Group Package: brltty-x11 Status: install ok installed Priority: extra Section: admin Installed-Size: 268 Maintainer: Ubuntu Developers Architecture: i386 Source: brltty Version: 4.2-3ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libatspi1.0-0 (>= 1.31.1), libbonobo2-0 (>= 2.15.0), libbrlapi0.5, libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libglib2.0-0 (>= 2.12.0), libgpm2 (>= 1.20.4), liborbit2 (>= 1:2.14.10), libx11-6, libxaw7, libxext6, libxt6, libxtst6, brltty (= 4.2-3ubuntu1) Conffiles: /etc/brltty/brltty-xw-all.hlp 9f9e568c2818f63bfa3bc7759e5a2def Description: Access software for a blind person using a braille display - X11 drivers BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package contains optional drivers which require X11 or GNOME. Homepage: http://mielke.cc/brltty/ Original-Maintainer: Debian Accessibility Team Package: libtheora0 Status: install ok installed Priority: optional Section: libs Installed-Size: 772 Maintainer: Ubuntu Developers Architecture: i386 Source: libtheora Version: 1.1.1+dfsg.1-3 Depends: libc6 (>= 2.4), libogg0 (>= 1.1.0) Description: The Theora Video Compression Codec Theora is an open video codec being developed by the Xiph.org Foundation as part of their Ogg project. Theora is originally derived from On2's VP3 codec, and has improved on it significantly with the merging of code from the Thusnelda branch. Original-Maintainer: Debian Xiph.org Maintainers Homepage: http://www.theora.org/ Package: libatm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 136 Maintainer: Ubuntu Developers Architecture: i386 Source: linux-atm Version: 1:2.5.1-1.2 Depends: libc6 (>= 2.7) Conflicts: atm-tools (<< 2.4.1-6) Description: shared library for ATM (Asynchronous Transfer Mode) Shared libraries needed by ATM (Asynchronous Transfer Mode) related programs Original-Maintainer: Peter De Schrijver (p2) Homepage: http://linux-atm.sourceforge.net/ Package: exiv2 Status: install ok installed Priority: optional Section: graphics Installed-Size: 244 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.19-3 Depends: libc6 (>= 2.4), libexiv2-6, libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Description: EXIF/IPTC metadata manipulation tool Exiv2 can: . * print the Exif metadata of JPEG, TIFF and several RAW image formats as summary info, interpreted values, or the plain data for each tag * print the IPTC metadata of JPEG images * print, set and delete the JPEG comment of JPEG images * set, add and delete Exif and IPTC metadata of JPEG images * adjust the Exif timestamp (that's how it all started...) * rename Exif image files according to the Exif timestamp * extract, insert and delete Exif metadata, IPTC metadata and JPEG comments * extract, insert and delete the thumbnail image embedded in the Exif metadata * fix the Exif ISO setting of picture taken with Nikon cameras Original-Maintainer: Debian KDE Extras Team Homepage: http://www.exiv2.org Package: hdparm Status: install ok installed Priority: optional Section: admin Installed-Size: 304 Maintainer: Ubuntu Developers Architecture: i386 Version: 9.27-2ubuntu2 Replaces: apmd (<= 3.0.2-1.15), pm-utils (<< 1.2.6) Depends: libc6 (>= 2.7) Recommends: powermgmt-base Suggests: apmd Breaks: pm-utils (<< 1.2.5-2ubuntu8), udev (<< 136-1) Conffiles: /etc/apm/event.d/20hdparm 69c0a826b29c8f40b7ca5e56e53d7f83 /etc/hdparm.conf ca3e32b09c7bfda7e7e3580a587e3c2b Description: tune hard disk parameters for high performance Get/set device parameters for Linux SATA/IDE drives. Primary use is for enabling irq-unmasking and IDE multiplemode. Homepage: http://sourceforge.net/projects/hdparm/ Original-Maintainer: Stephen Gran Package: tcpdump Status: install ok installed Priority: optional Section: net Installed-Size: 912 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 4.1.1-1ubuntu2 Depends: libc6 (>= 2.7), libpcap0.8 (>= 1.0.0), libssl0.9.8 (>= 0.9.8m-1) Suggests: apparmor (>= 2.3) Conffiles: /etc/apparmor.d/usr.sbin.tcpdump adb9899d8ca222ce429752bb8d3ce23a Description: A powerful tool for network monitoring and data acquisition This program allows you to dump the traffic on a network. tcpdump is able to examine IPv4, ICMPv4, IPv6, ICMPv6, UDP, TCP, SNMP, AFS BGP, RIP, PIM, DVMRP, IGMP, SMB, OSPF, NFS and many other packet types. . It can be used to print out the headers of packets on a network interface, filter packets that match a certain expression. You can use this tool to track down network problems, to detect "ping attacks" or to monitor network activities. Homepage: http://www.tcpdump.org/ Original-Maintainer: Romain Francoise Package: gnome-icon-theme Status: install ok installed Priority: optional Section: gnome Installed-Size: 11152 Maintainer: Ubuntu Desktop Team Architecture: all Version: 2.31.0-0ubuntu1 Replaces: gnome-panel-data (<= 2.9.91-1), kdebase (<< 4:3.2.2-1) Depends: hicolor-icon-theme, libgtk2.0-bin, librsvg2-common Breaks: netspeed (<< 0.15.2-2), rhythmbox (<< 0.12.8) Conflicts: gnome-panel (<< 2.18), gnome-themes-extras (<< 0.9.0.deb0.1) Enhances: nautilus (>= 2.2) Description: GNOME Desktop icon theme This package contains the default icon theme used by the GNOME desktop. The icons are used in the panel menu, and in nautilus and other applications, to represent the different applications, files, directories, and devices. Original-Maintainer: Josselin Mouette Package: libxcb-render0 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: i386 Source: libxcb Version: 1.6-1 Depends: libc6 (>= 2.1.3), libxcb1 (>= 0) Description: X C Binding, render extension This package contains the library files needed to run software using libxcb-render, the render extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Original-Maintainer: XCB Developers Homepage: http://xcb.freedesktop.org Package: libupower-glib1 Status: install ok installed Priority: optional Section: libs Installed-Size: 132 Maintainer: Ubuntu Developers Architecture: i386 Source: upower Version: 0.9.5-4 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.22.0) Description: abstraction for power management - shared library upower provides an interface to enumerate power sources on the system and control system-wide power management. Any application can access the org.freedesktop.UPower service on the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. . This package contains the shared library to be used by applications. Original-Maintainer: Utopia Maintenance Team Homepage: http://upower.freedesktop.org/ Package: libpulse0 Status: install ok installed Priority: optional Section: libs Installed-Size: 696 Maintainer: Ubuntu Core Developers Architecture: i386 Source: pulseaudio Version: 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.1.1), libice6 (>= 1:1.0.0), libsm6, libsndfile1 (>= 1.0.20), libwrap0 (>= 7.6-4~), libx11-6, libx11-xcb1, libxcb-atom1 (>= 0.3.6), libxcb1, libxtst6 Suggests: pulseaudio Breaks: pavucontrol (<< 0.9.8) Conffiles: /etc/pulse/client.conf 03d24975b0a98975a42fce22818c5d78 Description: PulseAudio client libraries PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . Client libraries used by applications that access a PulseAudio sound server via PulseAudio's native interface. Homepage: http://www.pulseaudio.org Original-Maintainer: Pulseaudio maintenance team Package: libgtk2.0-common Status: install ok installed Priority: optional Section: misc Installed-Size: 580 Maintainer: Ubuntu Desktop Team Architecture: all Source: gtk+2.0 Version: 2.22.0-0ubuntu1 Recommends: libgtk2.0-0 Description: Common files for the GTK+ graphical user interface library The GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, the GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the common files which the libraries need. Homepage: http://www.gtk.org/ Original-Maintainer: Sebastien Bacher Package: libdesktopcouch-glib-1.0-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 72 Maintainer: Ubuntu Developers Architecture: i386 Source: couchdb-glib Version: 0.6.96-0ubuntu1 Depends: libc6 (>= 2.3.6-6~), libcouchdb-glib-1.0-2, libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.16.0), libgnome-keyring0 (>= 2.20.3), libjson-glib-1.0-0, libsoup-gnome2.4-1 (>= 2.27.4), libsoup2.4-1 (>= 2.4.0), libuuid1 (>= 2.16) Description: Glib-based API for Desktopcouch Desktopcouch-GLib is a GLib based API for Desktopcouch, a runtime management system that takes care of starting a CouchDB instance on-demand for each user and managing OAuth keys and replication for that CouchDB instance. Homepage: https://launchpad.net/couchdb-glib Original-Maintainer: Rodrigo Moya Package: xserver-xorg-video-tdfx Status: install ok installed Priority: optional Section: x11 Installed-Size: 144 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:1.4.3-2build2 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-tdfx Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.1.3), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-tdfx Description: X.Org X server -- tdfx display driver This package provides the driver for 3dfx Voodoo video cards and their derivatives. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-tdfx driver module. Original-Maintainer: Debian X Strike Force Package: ntfsprogs Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 712 Maintainer: Maintainer: Ubuntu Core Developers Architecture: i386 Source: linux-ntfs Version: 2.0.0-1ubuntu4 Depends: libc6 (>= 2.4), libfuse2 (>= 2.8.1), libntfs10 (>= 2.0.0), libuuid1 (>= 2.16), fuse-utils (>> 2.5.0) Description: tools for doing neat things in NTFS partitions from Linux The Linux-NTFS project (http://www.linux-ntfs.org/) aims to bring full support for the NTFS filesystem to the Linux operating system. . This is a set of tools targeted for people interested in working with the NTFS support in the Linux kernel and using it. The following utilities are included: . ntfsfix - Fix common filesystem errors and force Windows to check NTFS. . mkntfs - Format a partition with an NTFS filesystem, optionally bootable. . ntfsinfo - Show some information about an NTFS partition or one of the files or directories within it. . ntfslabel - Show, or set, an NTFS partition's volume label. . ntfsresize - Resize an NTFS partition without losing data. . ntfsundelete - Recover deleted files from an NTFS partition. . ntfscluster - Locate the owner of any given sector or cluster on an NTFS partition. . ntfscat - Concatenate files and print them on the standard output (without mounting the partition). . ntfsls - List directory contents on an NTFS filesystem (without mounting). . ntfscp - Overwrite files on an NTFS partition. . ntfsclone - Efficiently clone an NTFS filesystem or a part of it. . ntfsmount - Mount an NTFS partition from user-space using libntfs and FUSE. . ntfsdecrypt - Decrypt NTFS-encrypted files (NOT INCLUDED). . ntfscmp - Compare two NTFS volumes and tell the differences. Original-Maintainer: David Martínez Moreno Architecture: all Source: ttf-indic-fonts Version: 1:0.5.10ubuntu1 Suggests: xserver-xfree86 | xserver | xfs, x-ttcidfont-conf Conflicts: ttf-indic-fonts (<< 1:0.4.1) Conffiles: /etc/fonts/conf.avail/90-ttf-punjabi-fonts.conf d2836496e3df145d1753357025479b1f Description: Free TrueType fonts for the Punjabi language Fonts for the Punjabi language which is spoken in the Punjab region of India and Pakistan. Fonts in this package use the Gurmukhi script. In Pakistan, Punjabi is written using Arabic script. The Devanagari script is also sometimes used in India. Homepage: http://debian-in.alioth.debian.org/ Original-Maintainer: Debian-IN Team Package: lshw Status: install ok installed Priority: optional Section: utils Installed-Size: 648 Maintainer: Ubuntu Developers Architecture: i386 Version: 02.14-1build1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), pciutils, usbutils Description: information about hardware configuration A small tool to provide detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc. on DMI-capable x86 systems, on some PowerPC machines (PowerMac G4 is known to work) and AMD64. . Information can be output in plain text, HTML or XML. Original-Maintainer: Ghe Rivero Package: evince Status: install ok installed Priority: optional Section: gnome Installed-Size: 668 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.32.0-0ubuntu1.1 Provides: djvu-viewer, pdf-viewer, postscript-viewer Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.10.0), libevdocument3 (>= 2.31.90-0ubuntu1), libevview3 (>= 2.31.90-0ubuntu1), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgail18 (>= 2.21.5), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.16), libgnome-keyring0 (>= 2.22.2), libgtk2.0-0 (>= 2.21.8), libice6 (>= 1:1.0.0), liblaunchpad-integration1 (>= 0.1.17), libnautilus-extension1 (>= 2.30), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsm6, libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), gconf2 (>= 2.28.1-2), evince-common (>= 2.32), evince-common (<< 2.33), gnome-icon-theme (>= 2.17.1), shared-mime-info Recommends: dbus-x11, gvfs Suggests: unrar, poppler-data, nautilus, apparmor Conflicts: evince-gtk 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 and Portable Document Format (PDF) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. Homepage: http://www.gnome.org/projects/evince/ Original-Maintainer: Debian GNOME Maintainers Package: evince-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 912 Maintainer: Ubuntu Developers Architecture: all Source: evince Version: 2.32.0-0ubuntu1.1 Replaces: evince (<< 2.30.3-1ubuntu1), evince-gtk (<< 2.30.1-2) Conffiles: /etc/apparmor.d/abstractions/evince 19f37f0b60595ae1fd6fc586df3c4760 /etc/apparmor.d/usr.bin.evince 152776b0312bfbd5c11904df3c7cbe33 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 and Portable Document Format (PDF) 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. Homepage: http://www.gnome.org/projects/evince/ Original-Maintainer: Debian GNOME Maintainers Package: libvte-common Status: install ok installed Priority: optional Section: libs Installed-Size: 132 Maintainer: Ubuntu Core developers Architecture: all Source: vte Version: 1:0.26.0-0ubuntu2 Replaces: libvte2 (<= 0.5.1-2) Description: Terminal emulator widget for GTK+ 2.0 - common files The VTE library inserts terminal capability strings into a trie, and then uses it to determine if data received from a pseudo-terminal is a control sequence or just random data. The sample program "interpret" illustrates more or less what the widget sees after it filters incoming data. . This package contains internationalization files for the VTE library. Original-Maintainer: Guilherme de S. Pastore Package: libshout3 Status: install ok installed Priority: optional Section: libs Installed-Size: 136 Maintainer: Ubuntu Developers Architecture: i386 Source: libshout Version: 2.2.2-5ubuntu1 Depends: libc6 (>= 2.4), libogg0 (>= 1.0rc3), libspeex1 (>= 1.2~beta3-1), libtheora0 (>= 0.0.0.alpha7.dfsg), libvorbis0a (>= 1.1.2) Description: MP3/Ogg Vorbis broadcast streaming library A library for communicating with and sending data to Icecast and Icecast 2 streaming audio servers. It handles the socket connection, the timing of the data transmission, and prevents bad data from getting to the server. Original-Maintainer: Debian Icecast team Homepage: http://www.icecast.org/ Package: libtiff4 Status: install ok installed Priority: optional Section: libs Installed-Size: 440 Maintainer: Ubuntu Developers Architecture: i386 Source: tiff Version: 3.9.4-2 Depends: libc6 (>= 2.11), libjpeg62, zlib1g (>= 1:1.1.4) Description: Tag Image File Format (TIFF) library libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes the shared library. Original-Maintainer: Jay Berkenbilt Homepage: http://libtiff.maptools.org Package: python-vte Status: install ok installed Priority: optional Section: python Installed-Size: 100 Maintainer: Ubuntu Core developers Architecture: i386 Source: vte Version: 1:0.26.0-0ubuntu2 Replaces: python2.3-vte, python2.4-vte Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.19.7-2), libncurses5 (>= 5.7+20100313), libpango1.0-0 (>= 1.22.0), libpng12-0 (>= 1.2.13-4), libvte9 (>= 1:0.24.0), libx11-6, python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), python-gtk2 Conflicts: python2.3-vte, python2.4-vte Description: Python bindings for the VTE widget set The VTE library inserts terminal capability strings into a trie, and then uses it to determine if data received from a pseudo-terminal is a control sequence or just random data. The sample program "interpret" illustrates more or less what the widget sees after it filters incoming data. . This package contains the Python bindings for the VTE library. Original-Maintainer: Guilherme de S. Pastore Python-Version: 2.6 Package: libhunspell-1.2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 380 Maintainer: Ubuntu Developers Architecture: i386 Source: hunspell Version: 1.2.11-1ubuntu1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Recommends: hunspell-en-us | hunspell-dictionary | myspell-dictionary Conflicts: openoffice.org-core (= 2.2.0~rc2-1) Description: spell checker and morphological analyzer (shared library) Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and an OpenOffice.org UNO module. . Main features: - Unicode support (first 65535 Unicode character) - morphological analysis (in custom item and arrangement style) - Max. 65535 affix classes and twofold affix stripping (for agglutinative languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.) - Support complex compoundings (for example, Hungarian and German) - Support language specific algorithms (for example, handling Azeri and Turkish dotted i, or German sharp s) - Handling conditional affixes, circumfixes, fogemorphemes, forbidden words, pseudoroots and homonyms. . This package contains the shared library. Homepage: http://hunspell.sourceforge.net/ Original-Maintainer: Debian OpenOffice Team Package: libopencc1 Status: install ok installed Priority: optional Section: libs Installed-Size: 8484 Maintainer: Ubuntu Developers Architecture: i386 Source: opencc Version: 0.1.1-1 Replaces: libopencc0 Depends: libc6 (>= 2.7) Description: simplified-traditional chinese conversion library - runtime opencc is a library for converting character between traditional chinese and simplified chinese. . This package includes the shared library. Original-Maintainer: IME Packaging Team Homepage: http://code.google.com/p/open-chinese-convert Package: openoffice.org-gtk Status: install ok installed Priority: optional Section: gnome Installed-Size: 656 Maintainer: Ubuntu Core Developers Architecture: i386 Source: openoffice.org Version: 1:3.2.1-7ubuntu1 Replaces: openoffice.org-common (<< 2.0.4~rc1-0), openoffice.org-gnome (<< 2.0.4~rc1-0) Depends: openoffice.org-core (= 1:3.2.1-7ubuntu1), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libdbus-glib-1-2 (>= 0.78), libgcc1 (>= 1:4.1.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.14.0), liborbit2 (>= 1:2.14.10), libpango1.0-0 (>= 1.14.0), libstdc++6 (>= 4.1.1), libstlport4.6ldbl, libx11-6, ure (>= 1.4.0) Recommends: openoffice.org-style-human Conflicts: oooqs-kde, ooqstart-gnome Enhances: openoffice.org Description: office productivity suite -- GTK+ integration OpenOffice.org 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 OOo's widgets with Gtk+ and a Gtk/GNOMEish File Picker when running under GNOME. It also contains a QuickStarter for the "notification area". Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: klibc-utils Status: install ok installed Priority: required Section: libs Installed-Size: 440 Maintainer: Ubuntu Developers Architecture: i386 Source: klibc Version: 1.5.20-1 Depends: libklibc (= 1.5.20-1) Description: small utilities built with klibc for early boot This package contains a collection of programs that are linked against klibc. These duplicate some of the functionality of a regular Linux toolset, but are typically much smaller than their full-function counterparts. They are intended for inclusion in initramfs images and embedded systems. Original-Maintainer: maximilian attems Package: indicator-sound Status: install ok installed Priority: extra Section: sound Installed-Size: 312 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 0.5.0.1-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libdbusmenu-glib1 (>= 0.3.12), libdbusmenu-gtk1 (>= 0.3.12), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libgee2 (>= 0.5.2), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.18.0), libido-0.1-0 (>= 0.1.9), libindicate4 (>= 0.3.3), libindicator1, libpango1.0-0 (>= 1.22.0), libpng12-0 (>= 1.2.13-4), libpulse-mainloop-glib0, libpulse0 (>= 0.9.16), gconf2 (>= 2.28.1-2), pulseaudio Description: A system sound indicator. A system sound indicator which provides easy control of the PulseAudio sound daemon. Homepage: https://launchpad.net/indicator-sound Original-Maintainer: Conor Curran Package: splix Status: install ok installed Priority: optional Section: text Installed-Size: 180 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 2.0.0+20100802-0ubuntu4 Depends: libc6 (>= 2.4), libcups2 (>= 1.4.0), libcupsimage2 (>= 1.4.0), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), cups, cups-client, ghostscript-cups, xz-utils Description: Driver for Samsung's SPL2 (bw) and SPLc (color) laser printers Support for printing to SPL2- and SPLc-based printers. These are most of the cheaper Samsung laser printers which do not understand standard languages like PostScript or PCL. Both monochrome (ML-15xx, ML-16xx, ML-17xx, ML-2xxx) and color (CLP-5xx, CLP-6xx) models are supported. Also some rebranded Samsungs like the Xerox Phaser 6100 work with this driver. . Note that older SPL1-based models (ML-12xx, ML-14xx) do not work. Use these printers with the older "gdi" driver which is built into Ghostscript. Homepage: http://splix.ap2c.org/ Original-Maintainer: Jeroen van Wolffelaar Package: e2fslibs Status: install ok installed Priority: required Section: libs Installed-Size: 296 Maintainer: Ubuntu Core Developers Architecture: i386 Source: e2fsprogs Version: 1.41.12-1ubuntu2 Replaces: e2fsprogs (<< 1.34-1) Provides: libe2p2, libext2fs2 Depends: libc6 (>= 2.7) Description: ext2/ext3/ext4 file system libraries The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package provides the ext2fs and e2p libraries, for userspace software that directly accesses extended file systems. Programs that use libext2fs include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include dumpe2fs, chattr, and lsattr. Homepage: http://e2fsprogs.sourceforge.net Original-Maintainer: Theodore Y. Ts'o Package: libgnome-menu2 Status: install ok installed Priority: optional Section: gnome Installed-Size: 160 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-menus Version: 2.30.4-0ubuntu1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0) Description: an implementation of the freedesktop menu specification for GNOME The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. . This package contains the shared library. Original-Maintainer: Sebastien Bacher Package: python-smbc Status: install ok installed Priority: optional Section: python Installed-Size: 104 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1.0.8-0ubuntu1 Provides: python2.6-smbc Depends: libc6 (>= 2.4), libsmbclient (>= 2:3.2.0), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0) Description: Python bindings for Samba clients (libsmbclient) A module for using the Samba client API in Python programs. Homepage: http://cyberelk.net/tim/software/pysmbc/ Package: xfonts-scalable Status: install ok installed Priority: optional Section: fonts Installed-Size: 532 Maintainer: Ubuntu Developers Architecture: all Version: 1:1.0.1-1 Depends: xfonts-utils Suggests: xfs | xserver Conflicts: xfntscl Conffiles: /etc/X11/fonts/Type1/xfonts-scalable.scale b579d5c7759383647c486da590d60815 Description: scalable fonts for X xfonts-scalable provides fonts that can be drawn at any size by the X server or font server without loss of quality. In most cases it is desirable to have the X font server (xfs) and/or an X server installed to make the fonts available to X clients. . This package is missing three fonts from the X.Org source archives because the license terms on the fonts do not meet the Debian Free Software Guidelines; they are the Type1 fonts Adobe Utopia, IBM Courier, and Bigelow & Holmes (B&H) Luxi. . This package requires the xutils package to prepare the font directories for use by an X server or X font server. Original-Maintainer: Debian X Strike Force Package: udisks Status: install ok installed Priority: optional Section: admin Installed-Size: 1008 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.0.1+git20100614-3 Replaces: devicekit-disks Depends: libatasmart4 (>= 0.13), libc6 (>= 2.7), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libdevmapper1.02.1 (>= 2:1.02.20), libglib2.0-0 (>= 2.24.0), libgudev-1.0-0 (>= 147), libparted0debian1 (>= 2.2-1), libpolkit-backend-1-0 (>= 0.94), libpolkit-gobject-1-0 (>= 0.94), libsgutils2-2 (>= 1.27), libudev0 (>= 147), udev, dbus Recommends: policykit-1, hdparm, dosfstools, mtools, ntfs-3g, ntfsprogs Suggests: xfsprogs, reiserfsprogs, mdadm, cryptsetup Breaks: libgdu-gtk0 (<< 2.28), libgdu0 (<< 2.28) Conflicts: devicekit-disks Conffiles: /etc/dbus-1/system.d/org.freedesktop.UDisks.conf ed1fcf897e31049909a921f2b4cfd026 Description: abstraction for enumerating block devices udisks is an abstraction for enumerating block devices and performing operations on them. Any application can access the org.freedesktop.UDisks service on the system message bus. Some operations (such as formatting disks etc.) are restricted using PolicyKit. Original-Maintainer: Utopia Maintenance Team Homepage: http://www.freedesktop.org/wiki/Software/udisks Package: ttf-unfonts-core Status: install ok installed Priority: optional Section: x11 Installed-Size: 12580 Maintainer: Ubuntu MOTU Developers Architecture: all Source: ttf-unfonts Version: 1.0.3.is.1.0.1-0ubuntu1 Replaces: ttf-unfonts (<< 1.0.1-6ubuntu1) Depends: defoma Conflicts: ttf-unfonts (<< 1.0.1-6ubuntu1) Conffiles: /etc/defoma/hints/ttf-unfonts-core.hints cf6fed7c01b08fb46bb0a44e69481532 Description: Un series Korean TrueType fonts This is a set of Korean TrueType fonts. These fonts were made from the HLaTeX's PostScript fonts and modified slightly. . This package only includes the UnBatang and UnDotum fonts. For additional fonts, please install the -extra package. Homepage: http://kldp.net/projects/unfonts Original-Maintainer: Changwoo Ryu Package: radeontool Status: install ok installed Priority: optional Section: utils Installed-Size: 236 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6.1-1 Depends: libc6 (>= 2.4), libpciaccess0 Description: utility to control ATI Radeon backlight functions on laptops Radeontool is a small utility to control ATI Radeon based laptops' backlight and external output functions. It is also able to dump the contents of registers for debugging purposes. . WARNING: Radeontool code has not been completely audited and may contain bugs that could damage your hardware. Use at your own risk. Original-Maintainer: Luigi Gangitano Package: xfonts-100dpi Status: install ok installed Priority: optional Section: fonts Installed-Size: 4808 Maintainer: Ubuntu Developers Architecture: all Version: 1:1.0.1 Depends: xfonts-utils Suggests: xfs | xserver Conffiles: /etc/X11/fonts/100dpi/xfonts-100dpi.alias 85bebd6ca213aa656c301a72eb4397cb Description: 100 dpi fonts for X xfonts-100dpi provides a set of bitmapped fonts at 100 dots per inch. In most cases it is desirable to have the X font server (xfs) and/or an X server installed to make the fonts available to X clients. . This package contains only fonts in the ISO 10646-1 and ISO 8859-1 encodings, to conserve disk space. For other encodings, see the xfonts-100dpi-transcoded package. . This package and xfonts-75dpi provide the same set of fonts, rendered at different resolutions; only one or the other is necessary, but both may be installed. xfonts-100dpi may be more suitable for large monitors and/or large screen resolutions (over 1024x768). . This package requires the xfonts-utils package to prepare the font directories for use by an X server or X font server. Original-Maintainer: Debian X Strike Force Package: brasero-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 2000 Maintainer: Ubuntu Desktop Team Architecture: all Source: brasero Version: 2.32.0-0ubuntu2.1 Replaces: brasero (<< 2.26) Breaks: brasero (<< 2.26) 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. Homepage: http://www.gnome.org/projects/brasero/ Original-Maintainer: Pedro Fragoso Package: dictionaries-common Status: install ok installed Priority: optional Section: text Installed-Size: 1048 Maintainer: Ubuntu Developers Architecture: all Version: 1.5.11ubuntu1 Replaces: openoffice.org-updatedicts Provides: openoffice.org-updatedicts Depends: debconf (>= 1.5.5) | debconf-2.0, libtext-iconv-perl Suggests: ispell, emacsen-common, jed-extra Conflicts: iamerican (<= 3.1.20.0-1), ibrazilian (<< 2.4-5.1), ibritish (<= 3.1.20.0-1), ibulgarian (<= 2.0-2), icatalan (<= 0.1-4), iczech (<= 20020628-1), idanish (<< 1.4.22-2.1), idutch (<= 1:0.1e-20), iesperanto (<< 2.1.2000.02.25-6), ifaroese (<= 0.1.16-2), ifinnish (<< 0.7-3.4), ifinnish-large (<< 0.7-3.4), ifinnish-small (<< 0.7-3.4), ifrench (<= 1.4-13), ifrench-gut (<= 1:1.0-9), igerman, ihungarian (<= 0.84-1), iitalian (<< 2.20-1.2), ingerman (<< 20010414-2), inorwegian (<< 2.0-6.1), ipolish (<< 20011004-2.1), iportuguese (<< 19980611-8), irussian (<= 0.99f0-1), ispanish (<< 1.7-5), ispell (<= 3.1.20.0-1), ispell-ga, iswedish (<= 1.4.2), miscfiles (<< 1.3-2.1), openoffice.org-updatedicts, wbritish (<= 3.1.20.0-1), wbulgarian (<= 2.0-2), wcatalan (<= 0.1-4), wdanish (<< 1.4.22-2.1), wdutch (<= 1:0.1e-20), wenglish (<= 2.0-2), wfaroese (<= 0.1.16-2), wfinnish (<< 0.7-3.4), wfrench (<= 1.0-11), wgerman, witalian (<= 1.6), wngerman (<< 20010414-2), wnorwegian (<< 2.0-6.1), wpolish (<< 20011004-2.1), wspanish (<= 1.0.11.1), wswedish (<= 1.4.2) Conffiles: /etc/emacs/site-start.d/50dictionaries-common.el b4af2e7215361fa84115d24339fa0cc7 Description: Common utilities for spelling dictionary tools These are utilities shared by all ispell, myspell and wordlist dictionaries, including support for some tools that use ispell (like emacsen, jed and mutt). More info about naming conventions and availability of those dictionaries in the README file. . Maintainers should install dictionaries-common-dev as well, and read its documentation. Homepage: http://dict-common.alioth.debian.org Original-Maintainer: Agustin Martin Domingo Package: libsilc-1.1-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 1056 Maintainer: Ubuntu Developers Architecture: i386 Source: silc-toolkit Version: 1.1.10-2build1 Replaces: libsilc Provides: libsilc Depends: libc6 (>= 2.4) Conflicts: libsilc-1.1-2 (<< 1.1.9-1~) Description: SILC generic library SILC (Secure Internet Live Conferencing) is a network protocol designed to provide end-to-end security for conferencing services. SILC has a command set and a user interface similar to IRC, but the network protocol is completely different as it supports public key strong cryptography and a different network model. . This package contains the SILC generic library. Original-Maintainer: Debian SILC Team Homepage: http://silcnet.org/software/developers/toolkit Package: libclutter-gtk-0.10-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 104 Maintainer: Ubuntu Developers Architecture: i386 Source: clutter-gtk-0.10 Version: 0.10.4-1ubuntu3 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libclutter-1.0-0 (>= 1.2.12) | libclutter-eglx-es20-1.0-0 (>= 1.2.12) | libclutter-eglx-es11-1.0-0 (>= 1.2.12), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.20.0), libjson-glib-1.0-0, libpango1.0-0 (>= 1.14.0), zlib1g (>= 1:1.1.4) Description: Open GL based interactive canvas library GTK+ widget Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. Original-Maintainer: Ross Burton Package: libeggdbus-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 328 Maintainer: Ubuntu Developers Architecture: i386 Source: eggdbus Version: 0.6-1 Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.19.0) Description: D-Bus bindings for GObject EggDBus is a D-Bus binding for GObject. It uses an "IDL language" (XML) to describe the D-Bus interfaces and generates C code from that. Original-Maintainer: Utopia Maintenance Team Homepage: http://cgit.freedesktop.org/~david/eggdbus Package: libgs8 Status: install ok installed Priority: optional Section: libs Installed-Size: 8488 Maintainer: Ubuntu Core Developers Architecture: i386 Source: ghostscript Version: 8.71.dfsg.2-0ubuntu7 Depends: libc6 (>= 2.11), libcups2 (>= 1.4.0), libcupsimage2 (>= 1.4.0), libfontconfig1 (>= 2.8.0), libgcrypt11 (>= 1.4.2), libgnutls26 (>= 2.7.14-0), libgssapi-krb5-2 (>= 1.6.dfsg.2), libpaper1, libstdc++6 (>= 4.1.1), libtiff4, zlib1g (>= 1:1.1.4) Description: The Ghostscript PostScript/PDF interpreter Library Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides the Ghostscript library which makes the facilities of Ghostscript available to applications. Homepage: http://www.ghostscript.com/ Original-Maintainer: Masayuki Hatta (mhatta) Package: libkrb5support0 Status: install ok installed Priority: standard Section: libs Installed-Size: 120 Maintainer: Ubuntu Core Developers Architecture: i386 Source: krb5 Version: 1.8.1+dfsg-5ubuntu0.2 Replaces: libkrb53 (<< 1.6.dfsg.4~beta1-7) Depends: libc6 (>= 2.3.4), libkeyutils1 Suggests: krb5-doc, krb5-user Description: MIT Kerberos runtime libraries - Support library Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains an internal runtime support library used by other Kerberos libraries. Homepage: http://web.mit.edu/kerberos/ Original-Maintainer: Sam Hartman Package: gnome-session Status: install ok installed Priority: optional Section: gnome Installed-Size: 204 Maintainer: Ubuntu Desktop Team Architecture: all Version: 2.32.0-0ubuntu1 Provides: x-session-manager Depends: gnome-settings-daemon (>= 2.26), metacity | mutter | compiz-gnome | sawfish, nautilus (>= 2.26), policykit-1-gnome, gnome-session-bin (>= 2.32.0-0ubuntu1), gnome-session-bin (<< 2.33), gnome-session-common (= 2.32.0-0ubuntu1) Recommends: gnome-power-manager (>= 2.28), gnome-panel (>= 2.26) | unity Suggests: gnome-user-guide, desktop-base, gnome-keyring Breaks: bug-buddy (<< 2.20), gdm (<< 2.29.92), gnome-power-manager (<< 2.28), xserver-xorg (<< 1:7.4) Description: The GNOME Session Manager - GNOME 2 session This package contains a session that can be started from a display manager such as GDM. It will load all necessary applications for a full-featured user session. . The session manager also features the ability to save a running session an restore it later. . This version is configured to start the GNOME 2 desktop, based on the GNOME panel. Original-Maintainer: Josselin Mouette Package: samba-common Status: install ok installed Priority: optional Section: net Installed-Size: 692 Maintainer: Ubuntu Core Developers Architecture: all Source: samba Version: 2:3.5.4~dfsg-1ubuntu8.2 Replaces: samba (<< 3.0.20b-1), samba4-common (<< 4.0.0~alpha7-1) Depends: ucf, debconf (>= 0.5) | debconf-2.0 Recommends: samba-common-bin Conflicts: samba4-common (<< 4.0.0~alpha7-1) Conffiles: /etc/samba/gdbcommands 898c523d1c11feeac45538a65d00c838 /etc/dhcp3/dhclient-enter-hooks.d/samba 5bae14f7119e76a44cd7f83374dc27fd /etc/pam.d/samba a69b859744494a52ecf10bb604544093 Description: common files used by both the Samba server and client Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains common files used by both Samba 3 and Samba 4. Homepage: http://www.samba.org Original-Maintainer: Debian Samba Maintainers Package: ttf-wqy-microhei Status: install ok installed Priority: optional Section: x11 Installed-Size: 5184 Maintainer: Zhengpeng Hou Architecture: all Version: 0.2.0-beta-1 Recommends: x-ttcidfont-conf (>= 10), fontconfig (>= 2.3.1-1) Description: A droid derived Sans-Seri style CJK font WenQuanYi Micro Hei font family is a Sans-Serif style (also known as Hei, Gothic or Dotum among the Chinese/Japanese/Korean users) high quality CJK outline font. It was derived from "Droid Sans Fallback", "Droid Sans" and "Droid Sans Mono" released by Google Corp. This font package contains two faces, "Micro Hei" and "Micro Hei Mono", in form of a True-Type Collection (ttc) file. All the unified CJK Han glyphs, i.e. GBK Hanzi, in the range of U+4E00-U+9FC3 defined in Unicode Standard 5.1 are covered, with additional support to many other international languages such as Latin, Extended Latin, Hanguls and Kanas. The font file is extremely compact (~5M) compared with most known CJK fonts. As a result, it can be used for hand-held devices or embedded systems, or used on PC with a significantly small memory footprint. Because both font faces carry hinting and kerning instructions for Latin glyphs, they are the excellent choices for desktop fonts. Homepage: http://wqy.sourceforge.net/ Package: libgmime2.4-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 248 Maintainer: Ubuntu Developers Architecture: all Source: gmime2.4 Version: 2.4.14-1+nmu1 Replaces: libgmime2.2a-cil Depends: cli-common (>= 0.5.1), libglib2.0-cil (>= 2.12.9), libgmime-2.4-2 (>= 2.4.11), libmono-corlib2.0-cil (>= 1.2.2.1) Description: CLI binding for the GMime library GMime provides a core library and set of utilities which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME). . This package contains the CLI binding for the GMime library. Original-Maintainer: Mirco Bauer Homepage: http://spruce.sourceforge.net/gmime/ Package: python-louis Status: install ok installed Priority: extra Section: python Installed-Size: 80 Maintainer: Ubuntu Developers Architecture: i386 Source: liblouis Version: 2.0.0-1ubuntu1 Provides: python2.6-louis Depends: python, python-support (>= 0.90.0), liblouis2 (>= 2.0.0-1ubuntu1) Description: Python bindings for liblouis Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). . This package contains Python bindings. Homepage: http://code.google.com/p/liblouis/ Original-Maintainer: Debian Accessibility Team Package: libcdio-paranoia0 Status: install ok installed Priority: optional Section: libs Installed-Size: 180 Maintainer: Ubuntu Developers Architecture: i386 Source: libcdio Version: 0.81-4 Depends: libc6 (>= 2.1.3), libcdio-cdda0, libcdio10 Description: library to read digital audio CDs with error correction This library is made to read digital audio CDs, with error correction. It does its best to correct errors and jitter that happen when reading such discs. As it uses libcdio as a backend, it supports the same kind of CDROM drives (and images) as libcdio. Original-Maintainer: Nicolas Boullis Homepage: http://www.gnu.org/software/libcdio/ Package: telepathy-logger Status: install ok installed Priority: optional Section: libs Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.1.5-1ubuntu1 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.25.11), libtelepathy-glib0 (>= 0.11.5), libtelepathy-logger1 (>= 0.1.2), libxml2 (>= 2.6.27) Recommends: libdconf0 Description: Telepathy logger service - Daemon This package contains the Telepathy Logger daemon. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Homepage: http://telepathy.freedesktop.org/wiki/ Original-Maintainer: Debian Telepathy maintainers Package: wget Status: install ok installed Priority: important Section: web Installed-Size: 556 Maintainer: Ubuntu Core developers Architecture: i386 Version: 1.12-1.1ubuntu3 Depends: libc6 (>= 2.11), libssl0.9.8 (>= 0.9.8m-1), dpkg (>= 1.15.4) | install-info Conflicts: wget-ssl Conffiles: /etc/wgetrc 12cbbf1f2f88dc3b0b289cd368761b7e Description: retrieves files from the web Wget is a network utility to retrieve files from the Web using http(s) and ftp, the two most widely used Internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as ftp sites -- you can use wget to make mirrors of archives and home pages or to travel the Web like a WWW robot. . Wget works particularly well with slow or unstable connections by continuing to retrieve a document until the document is fully downloaded. Re-getting files from where it left off works on servers (both http and ftp) that support it. Both http and ftp retrievals can be time stamped, so wget can see if the remote file has changed since the last retrieval and automatically retrieve the new version if it has. . Wget supports proxy servers; this can lighten the network load, speed up retrieval, and provide access behind firewalls. . http://www.gnu.org/software/wget/ Homepage: http://www.gnu.org/software/wget/ Original-Maintainer: Noèl Köthe Package: libnice0 Status: install ok installed Priority: optional Section: libs Installed-Size: 260 Maintainer: Ubuntu Developers Architecture: i386 Source: libnice Version: 0.0.12-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libgssdp-1.0-2 (>= 0.7.2), libgupnp-1.0-3 (>= 0.13.3), libgupnp-igd-1.0-3 (>= 0.1.6), libsoup2.4-1 (>= 2.4.0), libxml2 (>= 2.6.27) Description: ICE library (shared library) Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. . Existing standards that use ICE include the Session Initiation Protocol (SIP) and the Jingle XMPP extension for audio/video calls. . Nice includes integration with GStreamer. . This package provides the nice library. Original-Maintainer: Debian Telepathy maintainers Homepage: http://nice.freedesktop.org/ Package: libgl1-mesa-glx Status: install ok installed Priority: optional Section: libs Installed-Size: 444 Maintainer: Ubuntu X-SWAT Architecture: i386 Source: mesa Version: 7.9~git20100924-0ubuntu2 Replaces: libgl1, libgl1-mesa-dri (<< 6.4.0) Provides: libgl1 Depends: libc6 (>= 2.4), libdrm2 (>= 2.3.1), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libx11-6, libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxxf86vm1 Recommends: libgl1-mesa-dri (>= 7.2) Conflicts: libgl1, libgl1-mesa-dri (<< 6.4.0) Description: A free implementation of the OpenGL API -- GLX runtime This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. Homepage: http://mesa3d.sourceforge.net/ Original-Maintainer: Debian X Strike Force Package: libgtkhtml-editor0 Status: install ok installed Priority: optional Section: libs Installed-Size: 292 Maintainer: Ubuntu Developers Architecture: i386 Source: gtkhtml3.14 Version: 1:3.30.3-1ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libenchant1c2a (>= 1.6), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgail18 (>= 1.18.0), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.22.0), libgtk2.0-0 (>= 2.20.0), libgtkhtml3.14-19 (>= 1:3.30.2), libgtkhtml3.14-19 (<< 1:3.31), libpango1.0-0 (>= 1.14.0), zlib1g (>= 1:1.1.4), libgtkhtml-editor-common (= 1:3.30.3-1ubuntu1) Breaks: libgtkhtml3.14 (<< 3.26) Description: HTML rendering/editing library - editor widget GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the editor widget. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: libwpg-0.1-1 Status: install ok installed Priority: extra Section: libs Installed-Size: 288 Maintainer: Ubuntu Developers Architecture: i386 Source: libwpg Version: 0.1.3-1build1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1) Description: WordPerfect graphics import/convert library (shared library) Libwpg is a collection of library and tools to work with graphics in WPG (WordPerfect Graphics) format. WPG is the format used among others in Corel sofware, such as WordPerfect(tm) and Presentations(tm). . This package contains the shared library. Original-Maintainer: Rene Engelhard Package: x11-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 620 Maintainer: Ubuntu Developers Architecture: i386 Version: 7.5+4 Replaces: appres, editres, listres, luit, viewres, xbase-clients (<< 1:7.2.ds3), xdpyinfo, xdriinfo, xev, xfd, xfontsel, xkill, xlsatoms, xlsclients, xlsfonts, xmessage, xprop, xutils (<< 1:7.2), xvinfo, xwininfo Depends: libc6 (>= 2.7), libfontconfig1 (>= 2.8.0), libfontenc1, libfreetype6 (>= 2.2.1), libgl1-mesa-glx | libgl1, libx11-6, libxaw7, libxcb-atom1 (>= 0.3.6), libxcb1, libxext6, libxft2 (>> 2.1.1), libxi6, libxinerama1, libxmu6, libxmuu1, libxrender1, libxt6, libxtst6, libxv1, libxxf86dga1, libxxf86vm1, zlib1g (>= 1:1.1.4), cpp Pre-Depends: x11-common (>= 1:7.0.0) Suggests: mesa-utils Conflicts: appres, editres, listres, luit, viewres, xdpyinfo, xdriinfo, xev, xfd, xfontsel, xkill, xlsatoms, xlsclients, xlsfonts, xmessage, xprop, xvinfo, xwininfo Conffiles: /etc/X11/app-defaults/Editres 04c860eb13ac3a4e8d74ebebcf3da76c /etc/X11/app-defaults/Editres-color f16b07f1caf85b42cd40355e23d927a0 /etc/X11/app-defaults/Viewres 4f77da598593ff07cda9d2d147a07772 /etc/X11/app-defaults/Viewres-color ff9c397a80443790a97b909050f63282 /etc/X11/app-defaults/Xfd 5cee09dc86e1dc14c19492b6b866d17c /etc/X11/app-defaults/XFontSel d917f63ef27294544ab192a3e33e30df /etc/X11/app-defaults/Xmessage eed84b35dde8b18e7dcfc80e75c1da67 /etc/X11/app-defaults/Xmessage-color ca383db9e4e9648bda0952ad6b8a2115 Description: X11 utilities An X client is a program that interfaces with an X server (almost always via the X libraries), and thus with some input and output hardware like a graphics card, monitor, keyboard, and pointing device (such as a mouse). . This package provides a miscellaneous assortment of X utilities that ship with the X Window System, including: - appres, editres, listres and viewres, which query the X resource database; - luit, a filter that can be run between an arbitrary application and a UTF-8 terminal emulator; - xdpyinfo, a display information utility for X; - xdriinfo, query configuration information of DRI drivers; - xev, an X event displayer; - xfd, a tool that displays all the glyphs in a given X font; - xfontsel, a tool for browsing and selecting X fonts; - xkill, a tool for terminating misbehaving X clients; - xlsatoms, which lists interned atoms defined on an X server; - xlsclients, which lists client applications running on an X display; - xlsfonts, a server font list displayer; - xmessage, a tool to display message or dialog boxes; - xprop, a property displayer for X; - xvinfo, an Xv extension information utility for X; - xwininfo, a window information utility for X; . The editres and viewres programs use bitmap images provided by the xbitmaps package. The luit program requires locale information from the libx11-data package. Original-Maintainer: Debian X Strike Force Package: base-passwd Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 184 Maintainer: Colin Watson Architecture: i386 Version: 3.5.22 Replaces: base Depends: libc6 (>= 2.8) Description: Debian base system master password and group files These are the canonical master copies of the user database files (/etc/passwd and /etc/group), containing the Debian-allocated user and group IDs. The update-passwd tool is provided to keep the system databases synchronized with these master files. Package: nautilus-sendto-empathy Status: install ok installed Priority: optional Section: gnome Installed-Size: 996 Maintainer: Ubuntu Core Developers Architecture: i386 Source: empathy Version: 2.32.1-0ubuntu1.1 Replaces: nautilus-sendto (<< 2.28.2-2) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libcanberra-gtk0 (>= 0.4), libcanberra0 (>= 0.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libenchant1c2a (>= 1.6), libfolks-telepathy0 (>= 0.1.9), libfolks0 (>= 0.1.15), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgcr0 (>= 2.26.0), libgdk-pixbuf2.0-0 (>= 2.21.6), libgee2 (>= 0.5.2), libglib2.0-0 (>= 2.25.16), libgnome-keyring0 (>= 2.26.0), libgnutls26 (>= 2.7.14-0), libgp11-0 (>= 2.24), libgstfarsight0.10-0 (>= 0.0.1), libgstreamer-plugins-base0.10-0 (>= 0.10.0), libgstreamer0.10-0 (>= 0.10.4), libgtk2.0-0 (>= 2.21.8), liblaunchpad-integration1 (>= 0.1.17), libnm-glib2 (>= 0.8~a~git.20090826t185111.79489be), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libpango1.0-0 (>= 1.18.0), libpng12-0 (>= 1.2.13-4), libsoup2.4-1 (>= 2.4.0), libtasn1-3 (>= 1.6-0), libtelepathy-farsight0 (>= 0.0.6), libtelepathy-glib0 (>= 0.11.15), libtelepathy-logger1 (>= 0.1.2), libwebkit-1.0-2 (>= 1.1.15), libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), empathy-common (= 2.32.1-0ubuntu1.1) Recommends: nautilus-sendto (>= 2.28.2-2) Breaks: nautilus-sendto (<< 2.28.2-2) Description: GNOME multi-protocol chat and call client (nautilus-sendto plugin) Instant messaging program supporting text, voice, video, file transfers and inter-application communication over many different protocols, including: AIM, MSN, Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut, Gadu-Gadu, Groupwise, ICQ and QQ. . This package contains nautilus-sendto plugin for the Empathy IM application. Homepage: http://live.gnome.org/Empathy Original-Maintainer: Debian Telepathy maintainers Package: uuid-runtime Status: install ok installed Priority: optional Section: libs Installed-Size: 144 Maintainer: Ubuntu Core Developers Architecture: i386 Source: util-linux Version: 2.17.2-0ubuntu1.10.10.1 Replaces: e2fsprogs (<= 1.40.3-1ubuntu1) Depends: passwd, libuuid1 (>= 2.16), libc6 (>= 2.4) Description: runtime components for the Universally Unique ID library The libuuid library generates and parses 128-bit universally unique ids (UUIDs). A UUID is an identifier that is unique across both space and time, with respect to the space of all UUIDs. A UUID can be used for multiple purposes, from tagging objects with an extremely short lifetime, to reliably identifying very persistent objects across a network. . See RFC 4122 for more information. . This package contains the uuidgen program and the uuidd daemon. . The uuidd daemon is used to generate UUIDs, especially time-based UUID’s, in a secure and guaranteed-unique fashion, even in the face of large numbers of threads trying to grab UUID’s running on different CPU’s. It is used by libuuid as well as the uuidgen program. Original-Maintainer: LaMont Jones Package: indicator-applet-session Status: install ok installed Priority: optional Section: gnome Installed-Size: 92 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: indicator-applet Version: 0.4.6-0ubuntu1 Replaces: fast-user-switch-applet, gdm (<< 2.27.90-0ubuntu1), indicator-applet-sus Depends: libatk1.0-0 (>= 1.29.3), libbonobo2-0 (>= 2.15.0), libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.22.0), libgtk2.0-0 (>= 2.18.0), libindicator1, libpanel-applet2-0 (>= 2.26.0), libx11-6, gnome-panel, indicator-applet (= 0.4.6-0ubuntu1) Recommends: indicator-session, indicator-me Conflicts: fast-user-switch-applet, gdm (<< 2.27.90-0ubuntu1), indicator-applet-sus Description: Clone of the GNOME panel indicator applet Indicator-applet is an applet to display information from various applications consistently in the GNOME panel. . This instance will only load the session menu which provides status changing, user choosing and session management. Homepage: https://launchpad.net/indicator-applet Package: at Status: install ok installed Priority: standard Section: admin Installed-Size: 224 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.1.12-1ubuntu2 Depends: libc6 (>= 2.7), libpam0g (>= 0.99.7.1), upstart-job, lsb-base (>= 3.2-14), libpam-runtime (>= 1.0.1-11) Suggests: default-mta | mail-transport-agent Conffiles: /etc/at.deny 8cb7e7632119dc26115436938efd2522 /etc/pam.d/atd 931055740c22663fcef3e304dcf89c54 /etc/init/atd.conf 67b61cd5b9745d2c3837b776c2367472 Description: Delayed job execution and batch processing At and batch read shell commands from standard input storing them as a job to be scheduled for execution in the future. . Use at to run the job at a specified time batch to run the job when system load levels permit Original-Maintainer: Ansgar Burchardt Package: bind9-host Status: install ok installed Priority: standard Section: net Installed-Size: 172 Maintainer: Ubuntu Core Developers Architecture: i386 Source: bind9 Version: 1:9.7.1.dfsg.P2-2ubuntu0.1 Replaces: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0) Provides: host Depends: libbind9-60 (= 1:9.7.1.dfsg.P2-2ubuntu0.1), libc6 (>= 2.4), libcap2 (>= 2.10), libdns66 (= 1:9.7.1.dfsg.P2-2ubuntu0.1), libgssapi-krb5-2 (>= 1.6.dfsg.2), libisc60 (= 1:9.7.1.dfsg.P2-2ubuntu0.1), libisccfg60 (= 1:9.7.1.dfsg.P2-2ubuntu0.1), liblwres60 (= 1:9.7.1.dfsg.P2-2ubuntu0.1), libssl0.9.8 (>= 0.9.8m-1), libxml2 (>= 2.6.27) Conflicts: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0) Description: Version of 'host' bundled with BIND 9.X This package provides the 'host' program in the form that is bundled with the BIND 9.X sources. Original-Maintainer: LaMont Jones Package: transmission-gtk Status: install ok installed Priority: optional Section: net Installed-Size: 828 Maintainer: Ubuntu Core Developers Architecture: i386 Source: transmission Version: 2.04-0ubuntu2 Depends: libappindicator1 (>= 0.0.19), libc6 (>= 2.11), libcanberra-gtk0 (>= 0.2), libcanberra0 (>= 0.2), libcurl3-gnutls (>= 7.16.2-1), libdbus-glib-1-2 (>= 0.88), libevent-1.4-2 (>= 1.4.13-stable), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.16.0), liblaunchpad-integration1 (>= 0.1.17), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libpango1.0-0 (>= 1.14.0), libssl0.9.8 (>= 0.9.8m-1), zlib1g (>= 1:1.1.4), transmission-common (= 2.04-0ubuntu2) Recommends: xdg-utils Description: lightweight BitTorrent client (GTK interface) Transmission-gtk is a GTK-based BitTorrent client. It features a very simple, intuitive interface on top on an efficient, cross-platform back-end. Homepage: http://www.transmissionbt.com/ Original-Maintainer: Leo Costela Package: python-avahi Status: install ok installed Priority: optional Section: python Installed-Size: 104 Maintainer: Ubuntu Core Developers Architecture: all Source: avahi Version: 0.6.27-2ubuntu3 Provides: python2.6-avahi Depends: python (>= 2.4), python-support (>= 0.90.0), python-gdbm (>= 2.4.3-1), libavahi-common-data (>= 0.6.22), python-dbus Description: Python utility package for Avahi Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains utility modules to talk to Avahi with Python easier. Homepage: http://avahi.org/ Original-Maintainer: Utopia Maintenance Team Package: consolekit Status: install ok installed Priority: optional Section: admin Installed-Size: 552 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.4.1-4ubuntu1 Depends: libc6 (>= 2.4), libck-connector0 (>= 0.2.1), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.24.0), libpolkit-gobject-1-0 (>= 0.94), libx11-6, zlib1g (>= 1:1.1.4), dbus (>= 1.1.2) Recommends: libpam-ck-connector Breaks: udev (<< 147) Conffiles: /etc/ConsoleKit/seats.d/00-primary.seat eb3f3c54b501dbdaf38dbc38a4ee91fe /etc/dbus-1/system.d/ConsoleKit.conf 9a2dbb48a49638bf1cb1b5ff90755a29 /etc/X11/Xsession.d/90consolekit 628cccb5bdaaf3388da6b09c02eb07c8 /etc/logrotate.d/consolekit 94c8a5d4828b67bcabe2e9ef0d301921 Description: framework for defining and tracking users, sessions and seats ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. which keyboard and mouse they use). . It provides asynchronous notification via the system message bus. . This package provides the system daemon and tools to interact with it. Homepage: http://www.freedesktop.org/wiki/Software/ConsoleKit Original-Maintainer: Utopia Maintenance Team Package: libgexiv2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 184 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gexiv2 Version: 0.2.0-0ubuntu2.1 Depends: libc6 (>= 2.4), libexiv2-6, libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.24.0) Description: GObject-based wrapper around the Exiv2 library gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic features of Exiv2 available to GNOME applications. . This package contains the shared library. Homepage: http://trac.yorba.org/wiki/gexiv2 Original-Maintainer: Luca Falavigna Package: libcrypt-passwdmd5-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 64 Maintainer: Ubuntu MOTU Developers Architecture: all Version: 1.3-9 Depends: perl (>= 5.6.0-16) Description: interoperable MD5-based crypt() for perl This package provides various crypt()-compatible interfaces to the MD5-based crypt() function found in various *nixes. It's based on the implementation found on FreeBSD 2.2.[56]-RELEASE Original-Maintainer: Bart Martens Homepage: http://search.cpan.org/~luismunoz/Crypt-PasswdMD5-1.3/ Package: librsvg2-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 268 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: librsvg Version: 2.32.0-0ubuntu1 Depends: libc6 (>= 2.7), libcairo2 (>= 1.2.4), libcroco3 (>= 0.6.2), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libpango1.0-0 (>= 1.14.0), libxml2 (>= 2.7.4) Suggests: librsvg2-bin Conflicts: librsvg2-common (<< 2.12) Description: SAX-based renderer library for SVG files (runtime) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package contains the runtime library, necessary to run applications using librsvg. Homepage: http://librsvg.sourceforge.net/ Original-Maintainer: Josselin Mouette Package: ubuntu-wallpapers Status: install ok installed Priority: optional Section: x11 Installed-Size: 3648 Maintainer: Ubuntu Artwork Team Architecture: all Version: 0.31.6 Replaces: feisty-wallpapers (<< 0.13), gutsy-wallpapers (<< 0.19) Depends: gconf2 (>= 2.28.1-2) Conflicts: feisty-wallpapers (<< 0.13), gutsy-wallpapers (<< 0.19) Description: Ubuntu Wallpapers The default Wallpapers for Ubuntu. At the moment the package contains: * Simple Ubuntu * "Warty" Final Package: file-roller Status: install ok installed Priority: optional Section: gnome Installed-Size: 1400 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.32.0-0ubuntu1 Replaces: gnome-icon-theme (<< 2.14) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.5), libgtk2.0-0 (>= 2.21.6), liblaunchpad-integration1 (>= 0.1.17), libnautilus-extension1 (>= 2.30), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), gconf2 (>= 2.28.1-2), tar (>= 1.13.25), bzip2 (>= 1.0.1), gzip (>= 1.3.2), unzip | p7zip-full, zip | p7zip-full Recommends: gnome-icon-theme (>= 2.18), lzma, gvfs Suggests: lha, unrar | p7zip-rar, sharutils, ncompress, binutils, cpio, rpm2cpio, unace, lzip, lzop, rzip, unalz, unzip, zip, zoo, xz-utils, arj Conflicts: file-roller2 Description: an archive manager for GNOME File-roller is an archive manager for the GNOME environment. It allows you to: . * Create and modify archives. * View the content of an archive. * View a file contained in an archive. * Extract files from the archive. . File-roller supports the following formats: * Tar (.tar) archives, including those compressed with gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2), compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo), lzma (.tar.lzma) and xz (.tar.xz) * Zip archives (.zip) * Jar archives (.jar, .ear, .war) * 7z archives (.7z) * iso9660 CD images (.iso) * Lha archives (.lzh) * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2), compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz) . File-roller doesn't perform archive operations by itself, but relies on standard tools for this. Homepage: http://fileroller.sourceforge.net Original-Maintainer: Clément Stenac Package: libpaper-utils Status: install ok installed Priority: optional Section: utils Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: i386 Source: libpaper Version: 1.1.24 Replaces: libpaper1 (<< 1.1.10), libpaperg (<< 1.1.9) Depends: libc6 (>= 2.4), libpaper1 Description: library for handling paper characteristics (utilities) The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output. . This package contains utilities for setting the system's default paper type and for accessing paper type information from shell scripts. Original-Maintainer: Giuseppe Sacco Package: uno-libs3 Status: install ok installed Priority: optional Section: libs Installed-Size: 4544 Maintainer: Ubuntu Core Developers Architecture: i386 Source: openoffice.org (1:3.2.1-7ubuntu1) Version: 1.6.1+OOo3.2.1-7ubuntu1 Replaces: ure (<< 1.4+OOo3.0.0~beta2-1) Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libpam0g (>= 0.99.7.1), libstdc++6 (>= 4.1.1), libstlport4.6ldbl Description: OpenOffice.org UNO runtime environment -- public shared libraries The Uno Runtime Environment (URE) is the well-known UNO component model of OpenOffice.org, 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 Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: libcomerr2 Status: install ok installed Priority: required Section: libs Installed-Size: 104 Maintainer: Ubuntu Core Developers Architecture: i386 Source: e2fsprogs Version: 1.41.12-1ubuntu2 Replaces: e2fsprogs (<< 1.34-1) Provides: libcomerr-kth-compat Depends: libc6 (>= 2.4) Description: common error description library libcomerr is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. Homepage: http://e2fsprogs.sourceforge.net Original-Maintainer: Theodore Y. Ts'o Package: ibus Status: install ok installed Priority: optional Section: utils Installed-Size: 3496 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.3.7-1ubuntu4 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.8.0), libibus2 (>= 1.3.7), libx11-6, gconf2 (>= 2.28.1-2), python (>= 2.5), python-support (>= 0.90.0), python-glade2, python-ibus (= 1.3.7-1ubuntu4), python-xdg, librsvg2-common, python-notify Recommends: im-config | im-switch, ibus-gtk | ibus-qt4, python-appindicator Conflicts: ibus-anthy (<< 1.2), ibus-chewing (<< 1.2.99), ibus-hangul (<< 1.2.99), ibus-m17n (<< 1.2.99), ibus-pinyin (<< 1.2.99), ibus-table (<< 1.2) Conffiles: /etc/X11/xinit/xinput.d/ibus b40e8def082ed7260ac5174650b07ab6 Description: New input method framework using dbus IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. Homepage: http://code.google.com/p/ibus/ Original-Maintainer: IME Packaging Team Package: liborc-0.4-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 428 Maintainer: Ubuntu Developers Architecture: i386 Source: orc Version: 0.4.6-1 Depends: libc6 (>= 2.4) Description: Library of Optimized Inner Loops Runtime Compiler Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The "language" is a generic assembly language that represents many of the features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations. . This package contains the orc shared libraries. It is typically installed automatically when an application or library requires it. Original-Maintainer: Maintainers of GStreamer packages Homepage: http://code.entropywave.com/projects/orc/ Package: python-serial Status: install ok installed Priority: optional Section: python Installed-Size: 264 Maintainer: Ubuntu MOTU Developers Architecture: all Source: pyserial Version: 2.3-1 Depends: python, python-central (>= 0.6.7) Suggests: python-wxgtk2.8 | python-wxgtk2.6 | python-wxgtk Description: pyserial - module encapsulating access for the serial port This module capsulates the access for the serial port. It provides backends for standard Python running on Windows, Linux, BSD (possibly any POSIX compilant system). The module named "serial" automaticaly selects the appropriate backend. Original-Maintainer: Matthias Klose Python-Version: all Package: lm-sensors Status: install ok installed Priority: extra Section: utils Installed-Size: 448 Maintainer: Ubuntu Developers Architecture: i386 Source: lm-sensors-3 Version: 1:3.1.2-6 Depends: sed (>= 4.0.5-1), lsb-base (>= 3.2-13), libc6 (>= 2.3.4), libsensors4 (>= 1:3.1.1), perl Recommends: fancontrol Suggests: sensord, read-edid, i2c-tools Conffiles: /etc/init.d/lm-sensors d719b9b3813cf9b7d7f67f69adf477a4 Description: utilities to read temperature/voltage/fan sensors Lm-sensors is a hardware health monitoring package for Linux. It allows you to access information from temperature, voltage, and fan speed sensors. It works with most newer systems. . This package contains programs to help you set up and read data from lm-sensors. Original-Maintainer: Aurelien Jarno Homepage: http://www.lm-sensors.org Package: mawk Status: install ok installed Priority: required Section: utils Installed-Size: 240 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.3.3-15ubuntu2 Provides: awk Pre-Depends: libc6 (>= 2.11~20100104-0ubuntu3) Description: a pattern scanning and text processing language Mawk is an interpreter for the AWK Programming Language. The AWK language is useful for manipulation of data files, text retrieval and processing, and for prototyping and experimenting with algorithms. Mawk is a new awk meaning it implements the AWK language as defined in Aho, Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms to the POSIX 1003.2 (draft 11.3) definition of the AWK language which contains a few features not described in the AWK book, and mawk provides a small number of extensions. . Mawk is smaller and much faster than gawk. It has some compile-time limits such as NF = 32767 and sprintf buffer = 1020. Original-Maintainer: Steve Langasek Package: ubuntu-sounds Status: install ok installed Priority: optional Section: gnome Installed-Size: 376 Maintainer: Ubuntu Artwork Team Architecture: all Version: 0.12 Description: Ubuntu's GNOME audio theme Sounds to spruce up the GNOME desktop environment. Package: libedataserverui1.2-8 Status: install ok installed Priority: optional Section: libs Installed-Size: 360 Maintainer: Ubuntu Developers Architecture: i386 Source: evolution-data-server Version: 2.30.3-2ubuntu2.1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libebook1.2-9 (>= 2.30.3), libedataserver1.2-13 (>= 2.30.3), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.18.0), libgnome-keyring0 (>= 2.20.3), libgtk2.0-0 (>= 2.20.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libxml2 (>= 2.6.27), evolution-data-server-common (>= 2.27.0) Description: GUI utility library for evolution data servers The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package is a GUI utility library for evolution-data-server. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: python-speechd Status: install ok installed Priority: extra Section: python Installed-Size: 236 Maintainer: Ubuntu Accessibility Developers Architecture: all Source: speech-dispatcher Version: 0.7-5ubuntu3 Depends: python, python-central (>= 0.6.11), speech-dispatcher (>= 0.7-5ubuntu3) Description: Python interface to Speech Dispatcher Speech Dispatcher provides a device independent layer for speech synthesis. This package contains a Python library for communication with Speech Dispatcher. Homepage: http://www.freebsoft.org/speechd Original-Maintainer: Milan Zamazal Python-Version: all Package: update-notifier Status: install ok installed Priority: optional Section: gnome Installed-Size: 332 Maintainer: Michael Vogt Architecture: i386 Version: 0.105ubuntu1 Depends: libc6 (>= 2.7), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libgdu0 (>= 0.2), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.14.0), libgudev-1.0-0 (>= 147), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libx11-6, gconf2 (>= 2.28.1-2), update-notifier-common (= 0.105ubuntu1), python, update-manager-gnome | update-manager, notification-daemon, gksu Recommends: apport-gtk, synaptic, software-properties-gtk, anacron Suggests: ubuntu-system-service Conffiles: /etc/xdg/autostart/update-notifier.desktop e175f85780befc1ff9a1cc7862540ccd Description: Daemon which notifies about package updates Puts an icon in the user's notification area when package updates are available. Package: gnome-orca Status: install ok installed Priority: optional Section: gnome Installed-Size: 4408 Maintainer: Ubuntu Developers Architecture: all Version: 2.32.0-0ubuntu1 Replaces: gnome-orca-common (<< 2.20.1-2) Depends: python (>= 2.5), python-support (>= 0.90.0), python-speechd (>= 0.6.2), python-pyatspi (>= 1.22.0) | python-pyatspi2, python-gtk2 (>= 2.10), python-gnome2 (>= 2.6.2), python-brlapi, python-louis (>= 1.6.2) Recommends: gnome-mag (>= 0.12.5), wget Conflicts: gnome-orca-common (<< 2.20.1-2) Description: Scriptable screen reader A flexible, extensible, and powerful assistive technology that provides end-user access to applications and toolkits that support the AT-SPI (e.g., the GNOME desktop). With early input from and continued engagement with its end users, Orca has been designed and implemented by the Sun Microsystems, Inc., Accessibility Program Office. . Orca defines a set of default behaviors (reactions to application events) and key bindings (reaction to user key presses). These default behaviors and key bindings can be overwritten on a per-application basis. Orca creates a script object for each running application, which merges both the default behaviors and key bindings, and the application specific ones. Orca provides the infrastructure to activate and deactivate scripts, as well as a host of services accessible from within the scripts. . Note: gnome-orca works without gnome-mag, you just need it for magnification. Homepage: http://live.gnome.org/Orca Original-Maintainer: Debian Accessibility Team Python-Version: 2.6 Package: xserver-xorg-video-ark Status: install ok installed Priority: optional Section: x11 Installed-Size: 80 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:0.7.2-2build2 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-ark Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.1.3), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-ark Description: X.Org X server -- ark display driver This package provides the driver for the ark family of chipsets. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-ark driver module. Original-Maintainer: Debian X Strike Force Package: plymouth-theme-ubuntu-text Status: install ok installed Priority: optional Section: x11 Installed-Size: 84 Maintainer: Ubuntu Core Developers Architecture: i386 Source: plymouth Version: 0.8.2-2ubuntu5.1 Replaces: plymouth (<< 0.8.1-1~) Provides: plymouth-theme Depends: libc6 (>= 2.1.3), libplymouth2 (>= 0.8.0~-13~ppa1), plymouth Description: graphical boot animation and logger - ubuntu-logo theme Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the default ubuntu-text text theme used when no support for a graphical theme is found on your system. Package: libgtk2-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 3896 Maintainer: Ubuntu Developers Architecture: i386 Version: 2:1.222-1 Depends: perl (>= 5.10.1-12ubuntu2), perlapi-5.10.1, libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.18.0), libpango1.0-0 (>= 1.18.0), libglib-perl (>= 1:1.230), libcairo-perl, libpango-perl (>= 1.220), shared-mime-info Suggests: libgtk2-perl-doc, librsvg2-common Description: Perl interface to the 2.x series of the Gimp Toolkit library libgtk2-perl allows a perl developer to use the Gtk+ graphical user interface library. . The Gtk+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, the Gtk+ is suitable for projects ranging from small one-off tools to complete application suites. . Find out more about Gtk+ at http://www.gtk.org. . The perl bindings follow the C API very closely, and the C reference documentation should be considered the canonical source: http://developer.gnome.org/doc/API/2.0/gtk/index.html . This module is part of gtk2-perl. . To discuss gtk2-perl, ask questions and flame/praise the authors, join gtk-perl-list@gnome.org at lists.gnome.org. . Also have a look at the gtk2-perl website and sourceforge project page, http://gtk2-perl.sourceforge.net Original-Maintainer: Debian Perl Group Homepage: http://gtk2-perl.sourceforge.net/ Package: gnome-bluetooth Status: install ok installed Priority: optional Section: gnome Installed-Size: 1108 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.32.0-0ubuntu1 Replaces: nautilus-sendto (<< 2.28.4-2) Depends: libappindicator1 (>= 0.0.19), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libdbusmenu-glib1 (>= 0.3.12), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.16), libgnome-bluetooth8 (>= 2.30.0), libgtk2.0-0 (>= 2.20.0), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libunique-1.0-0 (>= 1.0.0), zlib1g (>= 1:1.1.4), bluez (>= 4.36), obexd-client, udev (>= 146), consolekit, obex-data-server Recommends: gvfs-backends Suggests: nautilus-sendto, gnome-user-share Conflicts: bluez-gnome Conffiles: /etc/xdg/autostart/bluetooth-applet.desktop 2334c0cf1d2131f05b1924e210d4c98e Description: GNOME Bluetooth tools This package contains tools for managing and manipulating Bluetooth devices using the GNOME desktop. . bluetooth-applet provides an agent to ask for PIN and managing pairing with devices, together with bluetooth-properties. . bluetooth-sendto is also included for sending files to Bluetooth devices via OBEX. Homepage: http://live.gnome.org/GnomeBluetooth Original-Maintainer: Debian GNOME Maintainers Package: groff-base Status: install ok installed Priority: important Section: text Installed-Size: 3348 Maintainer: Colin Watson Architecture: i386 Source: groff Version: 1.20.1-10 Replaces: groff (<< 1.20.1-6), jgroff (<< 1.17-1) Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Suggests: groff Conflicts: groff (<< 1.17-1), jgroff (<< 1.17-1), pmake (<< 1.45-7), troffcvt (<< 1.04-14) Conffiles: /etc/groff/man.local f2c6e1f0ab35c26505d35e3abbda7606 /etc/groff/mdoc.local ff5789529422421c5e5128f22c248e0c Description: GNU troff text-formatting system (base system components) This package contains the traditional UN*X text formatting tools troff, nroff, tbl, eqn, and pic. These utilities, together with the man-db package, are essential for displaying the on-line manual pages. . groff-base is a stripped-down package containing the necessary components to read manual pages in ASCII, Latin-1, and UTF-8, plus the PostScript device (groff's default). Users who want a full groff installation, with the standard set of devices, fonts, macros, and documentation, should install the groff package. Package: libpoppler-glib5 Status: install ok installed Priority: optional Section: libs Installed-Size: 288 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: poppler Version: 0.14.3-0ubuntu1.1 Depends: libc6 (>= 2.4), libcairo2 (>= 1.10.0), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.14), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libpoppler7, libstdc++6 (>= 4.1.1) Description: PDF rendering library (GLib-based shared library) Poppler is a PDF rendering library based on xpdf PDF viewer. . This package provides the GLib-based shared library for applications using the GLib interface to Poppler. Original-Maintainer: Loic Minier Package: gnupg Status: install ok installed Priority: important Section: utils Installed-Size: 5212 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.4.10-2ubuntu2 Depends: libbz2-1.0, libc6 (>= 2.4), libreadline6 (>= 6.0), libusb-0.1-4 (>= 2:0.1.12), zlib1g (>= 1:1.1.4), dpkg (>= 1.15.4) | install-info, gpgv Suggests: libldap-2.4-2 (>= 2.4.7), gnupg-curl, gnupg-doc, xloadimage | imagemagick | eog, libpcsclite1 Description: GNU privacy guard - a free PGP replacement GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC2440. . The gnupg package is built without libcurl. So it does not support HKPS keyservers. Install the gnupg-curl package if you want to use the keyserver helper tools built with libcurl and supporting HKPS. . GnuPG does not use any patented algorithms. This means it cannot be compatible with PGP2, because that uses IDEA (which is patented in a number of countries). Homepage: http://www.gnupg.org Original-Maintainer: Debian GnuPG-Maintainers Package: libsilcclient-1.1-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 308 Maintainer: Ubuntu Developers Architecture: i386 Source: silc-toolkit Version: 1.1.10-2build1 Provides: libsilcclient Depends: libc6 (>= 2.4) Description: SILC client library SILC (Secure Internet Live Conferencing) is a network protocol designed to provide end-to-end security for conferencing services. SILC has a command set and a user interface similar to IRC, but the network protocol is completely different as it supports public key strong cryptography and a different network model. . This package contains the SILC client library. Original-Maintainer: Debian SILC Team Homepage: http://silcnet.org/software/developers/toolkit Package: libbrlapi0.5 Status: install ok installed Priority: extra Section: libs Installed-Size: 144 Maintainer: Ubuntu Developers Architecture: i386 Source: brltty Version: 4.2-3ubuntu1 Depends: libc6 (>= 2.4) Description: braille display access via BRLTTY - shared library This package contains the shared library necessary to run programs which need to communicate with a braille display. Homepage: http://mielke.cc/brltty/ Original-Maintainer: Debian Accessibility Team Package: libpst4 Status: install ok installed Priority: optional Section: libs Installed-Size: 244 Maintainer: Ubuntu MOTU Developers Architecture: i386 Source: libpst Version: 0.6.41-0ubuntu4 Depends: libc6 (>= 2.4) Description: Shared library needed by the readpst utilities, and other programmes. The libpst shared library is required by the readpst utilities, and provides the necessary functions to manipulate the Outlook PST files. Original-Maintainer: Carl Byington Package: xserver-xorg-video-cirrus Status: install ok installed Priority: optional Section: x11 Installed-Size: 156 Maintainer: Ubuntu X-SWAT Architecture: i386 Version: 1:1.3.2-2ubuntu3 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-cirrus Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.4), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-cirrus Description: X.Org X server -- Cirrus display driver This package provides the driver for the Cirrus Logic family of video cards. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-cirrus driver module. Original-Maintainer: Debian X Strike Force Package: bluez-cups Status: install ok installed Priority: optional Section: admin Installed-Size: 108 Maintainer: Ubuntu Developers Architecture: i386 Source: bluez Version: 4.69-0ubuntu2 Depends: libbluetooth3 (>= 4.40), libc6 (>= 2.4), libdbus-1-3 (>= 1.1.1), libglib2.0-0 (>= 2.12.0), cups Description: Bluetooth printer driver for CUPS This package contains a driver to let CUPS print to Bluetooth-connected printers. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Homepage: http://www.bluez.org Original-Maintainer: Debian Bluetooth Maintainers Package: libubuntuone-1.0-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 232 Maintainer: Ubuntu Developers Architecture: i386 Source: libubuntuone Version: 0.3.8-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.20.0), libgnome-keyring0 (>= 2.20.3), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsoup-gnome2.4-1 (>= 2.27.4), libsoup2.4-1 (>= 2.24.3), libssl0.9.8 (>= 0.9.8m-1), libsyncdaemon-1.0-1, libwebkit-1.0-2 (>= 1.1.14), libxml2 (>= 2.7.4), ubuntuone-client-gnome (>= 1.1.2), ubuntu-sso-client (>= 0.97.0) Description: Ubuntu One widget library This library contains GTK widgets needed for integration of Ubuntu One functionalities into GTK applications. Homepage: https://launchpad.net/libubuntuone Original-Maintainer: Rodrigo Moya Package: libnewt0.52 Status: install ok installed Priority: important Section: libs Installed-Size: 960 Maintainer: Ubuntu Developers Architecture: i386 Source: newt Version: 0.52.11-1 Replaces: libnewt-utf8, libnewt0, libnewt0.51 Depends: libc6 (>= 2.4), libslang2 (>= 2.0.7-1) Recommends: libfribidi0 Conflicts: libnewt0.51 Description: Not Erik's Windowing Toolkit - text mode windowing with slang Newt is a windowing toolkit for text mode built from the slang library. It allows color text mode applications to easily use stackable windows, push buttons, check boxes, radio buttons, lists, entry fields, labels, and displayable text. Scrollbars are supported, and forms may be nested to provide extra functionality. This package contains the shared library for programs that have been built with newt. Original-Maintainer: Alastair McKinstry Homepage: https://fedorahosted.org/newt/ Package: ltrace Status: install ok installed Priority: optional Section: utils Installed-Size: 208 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.5.3-2ubuntu6 Depends: libc6 (>= 2.7), libelf1 (>= 0.131) Conffiles: /etc/ltrace.conf e11b034b34cef8bb83e413235c1ad017 Description: Tracks runtime library calls in dynamically linked programs ltrace is a debugging program which runs a specified command until it exits. While the command is executing, ltrace intercepts and records the dynamic library calls which are called by the executed process and the signals received by that process. It can also intercept and print the system calls executed by the program. . The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have the source handy. . You should install ltrace if you need a sysadmin tool for tracking the execution of processes. Original-Maintainer: Juan Cespedes Package: libcryptui0 Status: install ok installed Priority: optional Section: libs Installed-Size: 168 Maintainer: Ubuntu Core Developers Architecture: i386 Source: seahorse Version: 2.32.0-0ubuntu1 Replaces: seahorse (<< 2.23.6-0ubuntu2) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.18.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4) Description: the UI library for DBUS functions exported by seahorse Seahorse is a front end for GnuPG - the GNU Privacy Guard program - that integrates to the GNOME desktop. It is a tool for secure communications and data storage. Data encryption and digital signature creation can easily be performed through a GUI and Key Management operations can easily be carried out through an intuitive interface. . This package contains the shared library. Original-Maintainer: Jose Carlos Garcia Sogo Package: libdb4.8 Status: install ok installed Priority: required Section: libs Installed-Size: 1468 Maintainer: Ubuntu Developers Architecture: i386 Source: db4.8 Version: 4.8.30-1 Depends: libc6 (>= 2.4) Conflicts: libdb2 (<< 2:2.7.7-3) Description: Berkeley v4.8 Database Libraries [runtime] This is the runtime package for programs that use the v4.8 Berkeley database library. Original-Maintainer: Clint Adams Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Package: rtkit Status: install ok installed Priority: optional Section: admin Installed-Size: 188 Maintainer: Luke Yelavich Architecture: i386 Version: 0.8-0ubuntu1 Depends: libc6 (>= 2.7), libcap2 (>= 2.10), libdbus-1-3 (>= 1.0.2), adduser Conffiles: /etc/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf b25a6fdfd2c34e01338ec6f83556a190 Description: Realtime Policy and Watchdog Daemon RealtimeKit is a D-Bus system service that changes the scheduling policy of user processes/threads to SCHED_RR (i.e. realtime scheduling mode) on request. It is intended to be used as a secure mechanism to allow real-time scheduling to be used by normal user processes. Package: x11-apps Status: install ok installed Priority: optional Section: x11 Installed-Size: 2040 Maintainer: Ubuntu Developers Architecture: i386 Version: 7.5+5 Replaces: bitmap, oclock, x11perf, xbase-clients (<= 1:7.2.ds2-3), xbiff, xcalc, xclipboard, xclock, xconsole, xcursorgen, xditview, xeyes, xgc, xload, xlogo, xmag, xman, xmore, xwd, xwud Depends: libc6 (>= 2.11), libpng12-0 (>= 1.2.13-4), libsm6, libx11-6 (>= 0), libxaw7, libxcursor1 (>> 1.1.2), libxext6 (>= 0), libxft2 (>> 2.1.1), libxkbfile1, libxmu6, libxmuu1, libxrender1, libxt6, cpp Pre-Depends: x11-common (>= 1:7.0.0) Suggests: mesa-utils Conflicts: bitmap, oclock, x11perf, xbiff, xcalc, xclipboard, xclock, xconsole, xcursorgen, xditview, xeyes, xgc, xload, xlogo, xmag, xman, xmore, xwd, xwud Conffiles: /etc/X11/app-defaults/Bitmap 53d1579022e3e95bc2b15eb813f08731 /etc/X11/app-defaults/Bitmap-color 946b659d5d6c41b6840f5e0df10680d9 /etc/X11/app-defaults/Bitmap-nocase f2db8f925e5ea5680090c32db9121c8d /etc/X11/app-defaults/Clock-color b4ba6ae900e0e488e4b030f14c6fe656 /etc/X11/app-defaults/XCalc bc0d4c4717137a2d25e17b7358c8ad8d /etc/X11/app-defaults/XCalc-color c8efe9caf8987a902df98270e2b291c9 /etc/X11/app-defaults/XClipboard 18ebd8e152da9203e9e34e88dad98d97 /etc/X11/app-defaults/XClock 812dfcc6f6d83e2ae9da809c3bf11c67 /etc/X11/app-defaults/XClock-color 7b049809f0bca03c76480959e2e4db89 /etc/X11/app-defaults/XConsole a310ffbe0ed9509a2477ea5f1ac1dcc5 /etc/X11/app-defaults/Xditview 49d35244a61618b60f17d3400f64a81e /etc/X11/app-defaults/Xditview-chrtr 98a562569a7db396c9a0d2e6d414067e /etc/X11/app-defaults/Xedit 013f41442eb431168793e1943779c8f3 /etc/X11/app-defaults/Xedit-color 59d7f0d96f4346ae0fe4904d46daf53c /etc/X11/app-defaults/Xgc 744adc578acb239541e378eb16e337f7 /etc/X11/app-defaults/Xgc-color 8dfaceb0c12917fd0b1c77423f9f6a47 /etc/X11/app-defaults/XLoad 3ea554c7be110102e42e25d3d83c4134 /etc/X11/app-defaults/XLogo fb1407c8cb1574726a6eb743b0092407 /etc/X11/app-defaults/XLogo-color 439375bf8e3b87f46eebf35f55a8dbb5 /etc/X11/app-defaults/Xmag 798a596142ae1b051408171e2b2db096 /etc/X11/app-defaults/Xman b34cc2adfe0b89d436864163387417d1 /etc/X11/app-defaults/XMore d6a85ee054f522e47a246d4471b6ab49 Description: X applications This package provides a miscellaneous assortment of X applications that ship with the X Window System, including: - atobm, bitmap, and bmtoa, tools for manipulating bitmap images; - ico, a demo program animating polyhedrons; - oclock and xclock, graphical clocks; - xbiff, a tool which tells you when you have new email; - xcalc, a scientific calculator desktop accessory; - xclipboard, a tool to manage cut-and-pasted text selections; - xconsole, which monitors system console messages; - xcursorgen, a tool for creating X cursor files from PNGs; - xditview, a viewer for ditroff output; - xedit, a simple text editor for X; - xeyes, a demo program in which a pair of eyes track the pointer; - xgc, a graphics demo; - xload, a monitor for the system load average; - xlogo, a demo program that displays the X logo; - xmag, which magnifies parts of the X screen; - xman, a manual page browser; - xmore, a text pager; - xwd, a utility for taking window dumps ("screenshots") of the X session; - xwud, a viewer for window dumps created by xwd; - Xmark, x11perf, and x11perfcomp, tools for benchmarking graphical operations under the X Window System; . The xbiff, xcalc, xconsole and xman programs use bitmap images provided by the xbitmaps package. Original-Maintainer: Debian X Strike Force Package: libgail18 Status: install ok installed Priority: optional Section: libs Installed-Size: 112 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gtk+2.0 Version: 2.22.0-0ubuntu1 Replaces: libgail17, libgtk2.0-0 (<< 2.14.5) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.6.4-6.1), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.8), libpango1.0-0 (>= 1.20), libpng12-0 (>= 1.2.13-4), libx11-6, libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxi6, libxinerama1, libxrandr2, libxrender1, zlib1g (>= 1:1.1.4), libgtk2.0-0 (= 2.22.0-0ubuntu1) Description: GNOME Accessibility Implementation Library -- shared libraries Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the shared library. Homepage: http://www.gtk.org/ Original-Maintainer: Sebastien Bacher Package: x11-common Status: install ok installed Priority: optional Section: x11 Installed-Size: 640 Maintainer: Ubuntu X-SWAT Architecture: all Source: xorg Version: 1:7.5+6ubuntu3 Replaces: x-common, xfree86-common, xorg-common, xserver-common (<< 7) Depends: debconf (>= 0.5) | debconf-2.0, upstart-job, debianutils (>= 1.13), lsb-base (>= 1.3-9ubuntu2) Pre-Depends: debconf | debconf-2.0 Conflicts: aee (<= 2.2.15b-1), ascd (<= 0.13.2-3), beaver (<= 0.2.5-2), bibview (<= 2.2-8), bugsx (<= 1.08-8), buici-clock (<= 0.4.5+b1), communicator-smotif-477, ctwm (<= 3.7-2), emelfm (<= 0.9.2-7), epan, fte-xwindow (<= 0.50.0-1.3), fvwm1 (<= 1.24r-46), fvwm95 (<= 2.0.43ba-23+b1), gerstensaft (<= 0.2-5.1), ghostview, gipsc (<= 0.4.3-2), grace (<= 1:5.1.18-1), grace6 (<= 5.99.0+final-4), gradio (<= 1.0.1-6), groff (<= 1.18.1.1-7), guitar (<= 0.1.4-11), hamsoft (<< 0.2.3-1), hanterm-classic (<= 3.1.6.0-4), hanterm-xf (<= 1:3.3.1p18-9.2), hfsutils-tcltk (<= 3.2.6-7), ibp (<= 0.21-4), isdnutils-xtools (<= 1:3.8.2005-12-06-4), ivtools-bin (<= 1.1.3-5), ivtools-dev (<= 1.1.3-5), kdrill (<= 6.4-2.1), kinput2-canna (<= 3.1-7), kinput2-canna-wnn (<= 3.1-7), kinput2-wnn (<= 3.1-7), kterm (<= 6.2.0-45), lbxproxy (<< 7.0), libmotif-dev (<= 2.2.3-1.3), libxft-dev (<= 2.1.8.2-5), lm-batmon (<= 0.96-3), login.app (<= 1.2.1-18), lsb-core (<= 3.1-4), lwm (<= 1.2.1-1), mctools-lite (<= 970129-16), mgp (<= 1.11b-6), motif-clients (<= 2.2.3-1.3), navigator-smotif-477, netscape-base-4, olvwm (<= 4.4.3.2p1.4-21), olwm (<= 3.2p1.4-21), oneko (<= 1.2.sakura.6-1), opera (<< 9.10-20060616), pgaccess (<= 1:0.98.8.20030520-2), phototk, pixmap (<= 2.6pl4-14.1), plotmtv (<= 1.4.4t-8.1), pmud (<= 0.10-9), ppxp (<= 0.2001080415-14), ppxp-x11 (<= 0.2001080415-14), procmeter (<= 2.5.1-11), propsel (<= 971130-5.3), proxymngr (<< 7.0), qcam (<= 0.91-11.1), regexplorer (<= 0.1.6-12), seyon (<= 2.20c-20), skkinput (<= 1:2.06.4-4), stella (<< 2.2-1), tkdesk (<= 2.0-5), tkseti (<= 3.06-1), tkworld, twlog (<= 1.3-4), twm (<< 7.0), ucbmpeg-play (<< 2.3p-13), vide (<= 1.21-3), videogen (<= 0.32-1), vtwm (<= 5.4.7-2), w9wm (<= 0.4.2-4), wdm (<= 1.28-1), wily (<= 0.13.41-6), wmavgload (<= 0.7.0-6.1), wmcpu (<= 1.3-4.1), wmdate (<= 0.5-7.1), wmnet (<= 1.05-12), wmnetselect (<= 0.85-5.5), wmscope (<= 3.0-9.1), wmsensors (<= 1.0.4-3.4), wmtv (<= 0.6.5-15), x-common, xautolock (<= 1:2.1-6), xbanner (<= 1.31-23), xbase-clients (<< 1:7.0), xbatt (<= 1.2.1-4), xbattbar (<= 1.4.2-3.1), xcal (<= 4.1-18.2), xcalendar-i18n (<= 4.0.0.i18p1-13.1), xcb (<= 2.4-4), xclip (<= 0.08-5), xclips (<= 6.21-6), xcolors (<= 1.5a-2), xcolorsel (<= 1.1a-11), xdkcal (<= 0.9d-2.1), xdm (<= 1:1.0.1-6), xdmx (<< 1:1.0), xdu (<= 3.0-14), xearth (<= 1.1-10.2), xengine (<= 1.11-9), xephem (<= 3.4-5), xext, xezmlm (<= 1.0.3-11), xfaces (<= 3.3-25), xfishtank (<= 2.2-23.1), xfm (<= 1.4.3-8), xfractint (<< 20.3.01-1), xfree86-common, xfs (<< 1:1.0), xfs-xtt (<= 1:1.4.1.xf430-6), xftp, xfwp (<< 7.0), xgdipc (<= 1.2-0.3), xgmod (<= 3.1-9), xgobi, xgraph (<= 12.1-3), xinput (<= 1.2-5.2), xipmsg (<= 0.8088-1.1), xisp, xlbiff (<< 4.1-4), xli (<= 1.17.0-21), xlockmore (<= 1:5.21-1), xlockmore-gl (<= 1:5.21-1), xlogmaster (<= 1.6.0-8), xmailbox (<= 2.5-9), xmem (<= 1.20-19), xmeter (<= 1.15-6), xmh (<= 6.8.2.dfsg.1-4), xmix (<= 2.1-5), xmon (<= 1.5.6-1.3), xnecview (<= 1.34-2), xnest (<< 1:1.0), xodo (<= 1.2-9.2), xorg-common, xpaste, xpmumon (<= 1.3.0), xpostit (<= 3.3.1-8.2), xpostitplus, xprint (<= 1:0.1.0.alpha1-13), xqbiff (<= 0.75-4), xrn (<= 9.02-7.1), xserver-common (<< 7), xserver-xfree86 (<< 1:7.0), xserver-xfree86-dbg, xserver-xorg (<< 1:7.4~), xslideshow (<= 3.1-8.1), xsysinfo (<= 1.7-2), xtel (<= 3.3.0-5.4), xterm (<< 208-1), xtoolwait (<= 1.3-6), xtrkcad (<= 3.1.4-1), xtrlock (<= 2.0-11), xturqstat (<= 2.2.2sarge1), xutils (<< 1:7.0), xv (<= 3.10a-26), xvfb (<< 1:1.0), xview-clients (<= 3.2p1.4-21), xviewg (<= 3.2p1.4-21), xviewg-dev (<= 3.2p1.4-21), xvkbd (<= 2.6-2.1), xwit (<= 3.4-6), xxkb (<= 1.10-2.1), xzoom (<= 0.3-17), yank (<= 0.2.1-7.2) Conffiles: /etc/X11/rgb.txt 09ee098b83d94c7c046d6b55ebe84ae1 /etc/X11/Xreset 05d188ccac2f3360af8fe0c216640233 /etc/X11/Xreset.d/README b344c222b5daf81926fd3270df374b5f /etc/X11/Xsession 50678401170c9c701d2375bd279690c5 /etc/X11/Xsession.d/20x11-common_process-args 862c8286749d25fe58dd98cad24c3fe4 /etc/X11/Xsession.d/30x11-common_xresources 61cebe25ee0c64e981b88958dfee6f9c /etc/X11/Xsession.d/40x11-common_xsessionrc db544c8543d1cb3762b9859288e77040 /etc/X11/Xsession.d/50x11-common_determine-startup fe7c99261ba27b26aa14926d92447439 /etc/X11/Xsession.d/60x11-common_localhost 2353ea72efc0c3e101058c3c56e282b4 /etc/X11/Xsession.d/90x11-common_ssh-agent ae74aadf705c5fccf841ef921b45ca72 /etc/X11/Xsession.d/99x11-common_start 3874d5e8f3ec888f69adb126e223e168 /etc/X11/Xsession.options 210cd520efa87a5197cac01e10b3a84a /etc/X11/Xresources/x11-common b640adb1cd646ec097f8df5b6deca9f0 /etc/gdm/failsafeBlacklist 9b860f21bf33a6bfce55f233ba975e41 /etc/gdm/failsafeXinit bf497dc1b011021e548c37392bd2a883 /etc/gdm/failsafeXServer 791297354d1c22d1616154b3c6060f2d /etc/init.d/x11-common 33172cfde02f4d3ca3d5185c2d7451f6 /etc/init/failsafe-x.conf b85b200b5d58cbba7c81d51485e210fc Description: X Window System (X.Org) infrastructure x11-common contains the filesystem infrastructure required for further installation of the X Window System in any configuration; it does not provide a full installation of clients, servers, libraries, and utilities required to run the X Window System. . A number of terms are used to refer to the X Window System, including "X", "X Version 11", "X11", "X11R6", and "X11R7". The version of X used in Debian is derived from the version released by the X.Org Foundation, and is thus often also referred to as "X.Org". All of the preceding quoted terms are functionally interchangeable in an Debian system. Original-Maintainer: Debian X Strike Force Package: net-tools Status: install ok installed Priority: required Section: net Installed-Size: 972 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.60-23ubuntu3 Replaces: ja-trans (<= 0.8-2), netbase (<< 4.00) Depends: libc6 (>= 2.4) Conflicts: ja-trans (<= 0.8-2) Description: The NET-3 networking toolkit This package includes the important tools for controlling the network subsystem of the Linux kernel. This includes arp, ifconfig, netstat, rarp, nameif and route. Additionally, this package contains utilities relating to particular network hardware types (plipconfig, slattach, mii-tool) and advanced aspects of IP configuration (iptunnel, ipmaddr). . In the upstream package 'hostname' and friends are included. Those are not installed by this package, since there is a special "hostname*.deb". Original-Maintainer: net-tools Team Package: libxfixes3 Status: install ok installed Priority: optional Section: libs Installed-Size: 76 Maintainer: Ubuntu Developers Architecture: i386 Source: libxfixes Version: 1:4.0.5-1 Depends: libc6 (>= 2.1.3), libx11-6 Description: X11 miscellaneous 'fixes' extension library libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. . It provides support for Region types, and some cursor functions. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Original-Maintainer: Debian X Strike Force Package: libndesk-dbus-glib1.0-cil Status: install ok installed Priority: optional Section: devel Installed-Size: 80 Maintainer: Ubuntu Developers Architecture: all Source: ndesk-dbus-glib Version: 0.4.1-3 Depends: cli-common (>= 0.5.1), libglib2.0-0 (>= 2.23.2), libmono-corlib2.0-cil (>= 1.2.2.1), libndesk-dbus1.0-cil (>= 0.6.0) Description: CLI implementation of D-Bus (GLib mainloop integration) ndesk-dbus is a C# implementation of D-Bus. It's often referred to as "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus). . D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides integration into the GLib mainloop. . This package provides the ndesk-dbus-glib library itself. Original-Maintainer: Debian CLI Libraries Team Homepage: http://www.ndesk.org/DBusSharp Package: python-glade2 Status: install ok installed Priority: optional Section: python Installed-Size: 108 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: pygtk Version: 2.21.0-0ubuntu1 Provides: python2.6-glade2 Depends: python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglade2-0 (>= 1:2.6.1), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.21), libpango1.0-0 (>= 1.21.4), libxml2 (>= 2.6.27), python-gtk2 (= 2.21.0-0ubuntu1) Suggests: python-gtk2-doc Conflicts: python-gdk-imlib, python-glade, python-gnome, python-gtk, python2.3-glade2, python2.4-glade2 Description: GTK+ bindings: Glade support Contains bindings for the glade library from use within Python. Glade makes it very easy to create a user interface. In the target application you just need to load the interface description from the .glade file instead of constructing the GUI at runtime. Homepage: http://www.pygtk.org/ Original-Maintainer: Sebastien Bacher Package: libsndfile1 Status: install ok installed Priority: optional Section: libs Installed-Size: 528 Maintainer: Ubuntu Developers Architecture: i386 Source: libsndfile Version: 1.0.21-2 Depends: libc6 (>= 2.7), libflac8 (>= 1.2.1), libogg0 (>= 1.0rc3), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2) Description: Library for reading/writing audio files . libsndfile is a library of C routines for reading and writing files containing sampled audio data. . Various versions of WAV (integer, floating point, GSM, and compressed formats); Microsoft PCM, A-law and u-law formats; AIFF, AIFC and RIFX; various AU/SND formats (Sun/NeXT, Dec AU, G721 and G723 ADPCM); RAW header-less PCM files; Amiga IFF/8SVX/16SV PCM files; Ensoniq PARIS (.PAF); Apple's Core Audio Format (CAF) and others. Original-Maintainer: Erik de Castro Lopo Homepage: http://www.mega-nerd.com/libsndfile/ Package: libmono-addins0.2-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 760 Maintainer: Ubuntu Developers Architecture: all Source: mono-addins Version: 0.4-6 Depends: cli-common (>= 0.5.4), libc6 (>= 2.10) | libc6.1 (>= 2.10) | libc0.1 (>= 2.10), libmono-corlib2.0-cil (>= 1.2.2.1), libmono-sharpzip2.84-cil (>= 1.0), libmono-system2.0-cil (>= 2.4.3) Description: addin framework for extensible CLI applications/libraries Mono.Addins is a framework for creating extensible CLI applications, and for creating libraries which extend those applications. Mono.Addins has been designed to be easy to use and useful for a wide range of applications: from simple applications with small extensibility needs, to complex applications which need support for large add-in structures. . This new framework intends to set an standard for building extensible applications and add-ins in Mono. . This package contains the Mono.Addins assemblies themselves Original-Maintainer: Debian CLI Libraries Team Homepage: http://www.mono-project.com/Mono.Addins Package: libgutenprint2 Status: install ok installed Priority: optional Section: libs Installed-Size: 6744 Maintainer: Ubuntu Core Developers Architecture: i386 Source: gutenprint Version: 5.2.6-0ubuntu8 Depends: libc6 (>= 2.4) Suggests: gutenprint-locales (>= 5.2.6-0ubuntu8) Description: runtime for the Gutenprint printer driver library This package includes the Gutenprint shared library, needed to run programs using Gutenprint drivers. . Gutenprint is the print facility for the GIMP, and in addition a suite of drivers that may be used with common UNIX spooling systems using GhostScript or CUPS. These drivers provide printing quality for UNIX/Linux on a par with proprietary vendor-supplied drivers in many cases, and can be used for many of the most demanding printing tasks. Gutenprint was formerly known as Gimp-Print. Original-Maintainer: Debian Printing Group Package: xserver-xorg-video-r128 Status: install ok installed Priority: optional Section: x11 Installed-Size: 304 Maintainer: Ubuntu Developers Architecture: i386 Version: 6.8.1-3build1 Replaces: xserver-xorg-video-ati (<= 1:6.8.0-1) Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.7), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Suggests: firmware-linux Conflicts: xserver-xorg-video-ati (<= 1:6.8.0-1) Description: X.Org X server -- ATI r128 display driver This driver for the X.Org X server (see xserver-xorg for a further description) provides support for the ATI Rage 'r128' series. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-r128 driver module. Original-Maintainer: Debian X Strike Force Package: liblouis2 Status: install ok installed Priority: extra Section: libs Installed-Size: 148 Maintainer: Ubuntu Developers Architecture: i386 Source: liblouis Version: 2.0.0-1ubuntu1 Depends: libc6 (>= 2.4), liblouis-data Description: Braille translation library - shared libs Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). . This package contains shared libraries. Multi-Arch: same Homepage: http://code.google.com/p/liblouis/ Original-Maintainer: Debian Accessibility Team Package: libcanberra-pulse Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libcanberra Version: 0.25-0ubuntu1 Depends: libc6 (>= 2.3.6-6~), libcanberra0 (= 0.25-0ubuntu1), libltdl7 (>= 2.2.6b), libogg0 (>= 1.0rc3), libpulse0 (>= 0.9.16), libtdb1 (>= 1.0.6), libvorbis0a (>= 1.1.2), libvorbisfile3 (>= 1.1.2), pulseaudio Description: PulseAudio backend for libcanberra libcanberra defines a simple abstract interface for playing event sounds. . This package contains the PulseAudio backend for libcanberra. Original-Maintainer: Marc-Andre Lureau Package: xdg-utils Status: install ok installed Priority: optional Section: utils Installed-Size: 288 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.2+cvs20100307-1ubuntu0.1 Recommends: iceweasel | www-browser, x11-utils, x11-xserver-utils, file, mime-support, shared-mime-info Suggests: gvfs-bin Description: desktop integration utilities from freedesktop.org xdg-utils contains utilities for integrating applications with the desktop environment, regardless of which desktop environment is used. They are part of freedesktop.org's Portland project. . The following utilities are included: . * xdg-desktop-menu - Install desktop menu items * xdg-desktop-icon - Install icons on the user's desktop * xdg-icon-resource - Install icon resources * xdg-mime - Gather MIME information about a file * xdg-open - Open a URL in the user's preferred application that handles the respective URL or file type * xdg-email - Open the user's preferred email client, potentially with subject and other info filled in * xdg-screensaver - Enable, disable, or suspend the screensaver * xdg-settings - get various settings (default web browser) from the desktop environment Homepage: http://portland.freedesktop.org/ Original-Maintainer: Per Olofsson Package: unattended-upgrades Status: install ok installed Priority: optional Section: admin Installed-Size: 196 Maintainer: Michael Vogt Architecture: all Version: 0.62ubuntu1 Depends: debconf (>= 0.5) | debconf-2.0, debconf, python, python-apt (>= 0.7.90), apt-utils, apt, ucf, lsb-release Suggests: bsd-mailx Conffiles: /etc/logrotate.d/unattended-upgrades f117ae887a8955dcb5847edb39da7c49 /etc/apt/apt.conf.d/50unattended-upgrades 0aebac0f468534385e657f37f738d83e /etc/pm/sleep.d/10_unattended-upgrades-hibernate a7b97909d974f309a2ed541d29b261b2 /etc/init.d/unattended-upgrades 62c929b3ed281b33e32c71ca16f6867e Description: automatic installation of security upgrades This package can download and install security upgrades automatically and unattended, taking care to only install packages from the configured APT source, and checking for dpkg prompts about configuration file changes. . This script is the backend for the APT::Periodic::Unattended-Upgrade option. Package: libntfs10 Status: install ok installed Priority: optional Section: libs Installed-Size: 260 Maintainer: Maintainer: Ubuntu Core Developers Architecture: i386 Source: linux-ntfs Version: 2.0.0-1ubuntu4 Depends: libc6 (>= 2.7) Conflicts: libntfs5 Description: library that provides common NTFS access functions The Linux-NTFS project (http://www.linux-ntfs.org/) aims to bring full support for the NTFS filesystem to the Linux operating system. . libntfs provides common NTFS access functions for the ntfsprogs and other foreign open source applications. Original-Maintainer: David Martínez Moreno Architecture: i386 Source: libfs Version: 2:1.0.2-1build1 Depends: libc6 (>= 2.4) Description: X11 Font Services library libFS, the Font Services library, provides various functions useful to X11 font servers, and clients connecting to font servers. It is not used outside of these implementations. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libFS Original-Maintainer: Debian X Strike Force Package: mono-gmcs Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 1292 Maintainer: Ubuntu Developers Architecture: all Source: mono Version: 2.6.7-3ubuntu1 Replaces: mono-devel (<< 2.4.2.3), mono-mcs (>= 1.1.10), mono-mcs (<= 1.1.13) Depends: mono-runtime (>= 1.1.8.1), libc6 (>= 2.12) | libc6.1 (>= 2.12) | libc0.1 (>= 2.12), libmono-corlib2.0-cil (>= 2.6.7), libmono-system2.0-cil (>= 2.6.3), libmono-corlib2.0-cil (<< 2.6.8) Recommends: pkg-config Description: Mono C# 2.0 and C# 3.0 compiler for CLI 2.0 This is the Mono C# (C-Sharp) 2.0 and C# 3.0 compiler, a platform-independent compiler which produces CIL (Common Intermediate Language) binary executables. The gmcs compiler supports two different featuresets (C# versions). . With C# 2.0 (which is the default) it supports: - generics - iterators (yield) - nullable value types - partial types - anonymous methods - static classes - coalesce operator: ?? . With C# 3.0 it supports: - Language Integrated Query (LINQ) - object initializers - collection initializers - anonymous types - local variable type inference - implicitly-typed arrays - lambda expressions - automatic properties - extension methods - partial methods . This compiler targets the CLI 2.0 runtime version. . Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. Homepage: http://www.mono-project.com/ Original-Maintainer: Debian Mono Group Package: debconf-i18n Status: install ok installed Priority: required Section: admin Installed-Size: 1140 Maintainer: Colin Watson Architecture: all Source: debconf Version: 1.5.32ubuntu3 Replaces: debconf (<< 1.3.0), debconf-utils (<< 1.3.22) Depends: debconf, liblocale-gettext-perl, libtext-iconv-perl, libtext-wrapi18n-perl, libtext-charwidth-perl Conflicts: debconf-english, debconf-utils (<< 1.3.22) Description: full internationalization support for debconf This package provides full internationalization for debconf, including translations into all available languages, support for using translated debconf templates, and support for proper display of multibyte character sets. Original-Maintainer: Debconf Developers Package: libxmu6 Status: install ok installed Priority: optional Section: libs Installed-Size: 148 Maintainer: Ubuntu Developers Architecture: i386 Source: libxmu Version: 2:1.0.5-1 Depends: libc6 (>= 2.7), libx11-6, libxext6, libxt6 Description: X11 miscellaneous utility library libXmu provides a set of miscellaneous utility convenience functions for X libraries to use. libXmuu is a lighter-weight version that does not depend on libXt or libXext; for more information, see libxmuu1. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Original-Maintainer: Debian X Strike Force Package: acpid Status: install ok installed Priority: optional Section: admin Installed-Size: 212 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1.0.10-5ubuntu4 Depends: libc6 (>= 2.7), upstart-job, lsb-base (>= 3.2-14), module-init-tools (>= 3.1-rel-2ubuntu2) Conffiles: /etc/acpi/events/powerbtn 57f021ab2369f211018d6e7d11434314 /etc/acpi/powerbtn.sh 30d3645a576a32d7b53e39c14dc5d9a8 /etc/init/acpid.conf 5ed634f9848d884b1314afc5ae92e2d6 /etc/default/acpid 8905607a50c80a1fb8ee1e09fc8dc3f2 Description: Advanced Configuration and Power Interface event daemon Modern computers support the Advanced Configuration and Power Interface (ACPI) to allow intelligent power management on your system and to query battery and configuration status. . ACPID is a completely flexible, totally extensible daemon for delivering ACPI events. It listens on netlink interface (or on the deprecated file /proc/acpi/event), and when an event occurs, executes programs to handle the event. The programs it executes are configured through a set of configuration files, which can be dropped into place by packages or by the admin. Homepage: http://acpid.sourceforge.net/ Original-Maintainer: Debian Acpi Team Package: libsexy2 Status: install ok installed Priority: optional Section: libs Installed-Size: 120 Maintainer: Ubuntu Developers Architecture: i386 Source: libsexy Version: 0.1.11-2build2 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.14.0), libxml2 (>= 2.7.4), libenchant1c2a Description: collection of additional GTK+ widgets - library libsexy is a collection of GTK+ widgets that extend the functionality of such standard widgets as GtkEntry and GtkLabel by subclassing them and working around the limitations of the widgets. . Homepage: http://www.chipx86.com/wiki/Libsexy Original-Maintainer: Riccardo Setti Package: checkbox-gtk Status: install ok installed Priority: optional Section: gnome Installed-Size: 192 Maintainer: Ubuntu Core Developers Architecture: all Source: checkbox Version: 0.10.3 Replaces: hwtest-gtk (<< 0.1-0ubuntu12) Provides: hwtest-gtk Depends: checkbox (= 0.10.3), gksu, python-gtk2, python-glade2 Conflicts: hwtest-gtk (<< 0.1-0ubuntu12) Description: Checkbox GTK Interface This project provides an extensible interface for system testing. The results can then be sent to Launchpad. . This package provides a GTK interface for answering tests. Original-Maintainer: Marc Tardif Python-Version: current Package: grep Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 1124 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.6.3-3 Provides: rgrep Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.4) Suggests: libpcre3 (>= 7.7) Conflicts: rgrep Description: GNU grep, egrep and fgrep 'grep' is a utility to search for text in files; it can be used from the command line or in scripts. Even if you don't want to use it, other packages on your system probably will. . The GNU family of grep utilities may be the "fastest grep in the west". GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep. (Regular expressions containing backreferencing will run more slowly, however.) Original-Maintainer: Anibal Monsalve Salazar Homepage: http://www.gnu.org/software/grep/ Package: libgdata1.2-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 200 Maintainer: Ubuntu Developers Architecture: i386 Source: evolution-data-server Version: 2.30.3-2ubuntu2.1 Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.16.1), libsoup2.4-1 (>= 2.4.0), libxml2 (>= 2.7.4) Description: Client library for accessing Google POA through SOAP interface This package is a client library to access the Google Data APIs through a SOAP interface. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: smbclient Status: install ok installed Priority: optional Section: net Installed-Size: 41320 Maintainer: Ubuntu Core Developers Architecture: i386 Source: samba Version: 2:3.5.4~dfsg-1ubuntu8.2 Replaces: samba (<< 2.999+3.0.alpha21-4), smbget Provides: samba-client Depends: samba-common (= 2:3.5.4~dfsg-1ubuntu8.2), libc6 (>= 2.8), libcap2 (>= 2.10), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.7+dfsg), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.8+dfsg), libldap-2.4-2 (>= 2.4.7), libpopt0 (>= 1.16), libreadline6 (>= 6.0), libtalloc2 (>= 2.0.0), libwbclient0 (>= 2:3.4.0~pre2), zlib1g (>= 1:1.1.4) Suggests: cifs-utils Conflicts: samba4-clients Description: command-line SMB/CIFS clients for Unix Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains command-line utilities for accessing Microsoft Windows and Samba servers, including smbclient, smbtar, and smbspool. Utilities for mounting shares locally are found in the package cifs-utils. Homepage: http://www.samba.org Original-Maintainer: Debian Samba Maintainers Package: libavahi-gobject0 Status: install ok installed Priority: optional Section: libs Installed-Size: 120 Maintainer: Ubuntu Core Developers Architecture: i386 Source: avahi Version: 0.6.27-2ubuntu3 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2), libglib2.0-0 (>= 2.16.0) Description: Avahi GObject library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains the GObject wrapper for Avahi. Homepage: http://avahi.org/ Original-Maintainer: Utopia Maintenance Team Package: tomboy Status: install ok installed Priority: optional Section: gnome Installed-Size: 2776 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.4.2-0ubuntu1 Depends: mono-runtime (>= 1.1.8.1), libappindicator0.1-cil (>= 0.2.9), libc6 (>= 2.12) | libc6.1 (>= 2.12) | libc0.1 (>= 2.12), libgconf2.0-cil (>= 2.24.0), libglib2.0-0 (>= 2.25.16), libglib2.0-cil (>= 2.12.10), libgmime2.4-cil (>= 2.4.4), libgnome2.24-cil (>= 2.24.0), libgnomepanel2.24-cil (>= 2.26.0), libgtk2.0-0 (>= 2.21.8), libgtk2.0-cil (>= 2.12.10), libgtkspell0, liblaunchpad-integration1.0-cil (>= 0.1.33), libmono-addins-gui0.2-cil (>= 0.4), libmono-addins0.2-cil (>= 0.4), libmono-cairo2.0-cil (>= 2.4), libmono-corlib2.0-cil (>= 2.6.3), libmono-posix2.0-cil (>= 2.4), libmono-system2.0-cil (>= 2.6.3), libndesk-dbus-glib1.0-cil (>= 0.4.0), libndesk-dbus1.0-cil (>= 0.6.0), gconf2 (>= 2.28.1-2), libc6 (>= 2.4), libx11-6 Suggests: evolution, tasque Description: desktop note taking program using Wiki style links Tomboy is a desktop note-taking application which is simple and easy to use. It lets you organise your notes intelligently by allowing you to easily link ideas together with Wiki style interconnects. Homepage: http://www.gnome.org/projects/tomboy/ Original-Maintainer: Debian CLI Applications Team Package: plymouth-label Status: install ok installed Priority: optional Section: x11 Installed-Size: 60 Maintainer: Ubuntu Core Developers Architecture: i386 Source: plymouth Version: 0.8.2-2ubuntu5.1 Replaces: plymouth (<< 0.8.1-4) Depends: libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.12.0), libpango1.0-0 (>= 1.14.0), libplymouth2 (= 0.8.2-2ubuntu5.1), plymouth (= 0.8.2-2ubuntu5.1) Description: graphical boot animation and logger - label control Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the label control, used by various graphical themes to render text. Package: busybox-static Status: install ok installed Priority: extra Section: shells Installed-Size: 1416 Maintainer: Ubuntu Core Developers Architecture: i386 Source: busybox Version: 1:1.15.3-1ubuntu5 Replaces: busybox Conflicts: busybox Description: Standalone rescue shell with tons of builtin utilities BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e., ls, cp, mv, mount, tar, etc.). The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. . busybox-static provides you with a statically linked simple stand alone shell that provides all the utilities available in BusyBox. This package is intended to be used as a rescue shell, in the event that you screw up your system. Invoke "busybox sh" and you have a standalone shell ready to save your system from certain destruction. Invoke "busybox", and it will list the available builtin commands. Original-Maintainer: Debian Install System Team Package: libx86-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 60 Maintainer: Ubuntu Developers Architecture: i386 Source: libx86 Version: 1.1+ds1-6 Depends: libc6 (>= 2.1.3) Description: x86 real-mode library A library to provide support for making real-mode calls x86 calls. On x86 hardware, vm86 mode is used. On other platforms, x86 emulation is provided. . This package contains the shared library. Original-Maintainer: Anibal Monsalve Salazar Homepage: http://www.codon.org.uk/~mjg59/libx86/ Package: plymouth Status: install ok installed Priority: optional Section: x11 Installed-Size: 436 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 0.8.2-2ubuntu5.1 Depends: libc6 (>= 2.8), libdrm-intel1 (>= 2.4.9), libdrm-nouveau1 (>= 2.4.20-3~), libdrm-radeon1 (>= 2.4.17), libdrm2 (>= 2.4.3), libplymouth2 (= 0.8.2-2ubuntu5.1), upstart-job, udev (>= 149-2), mountall (>= 2.0), initramfs-tools Recommends: plymouth-theme-ubuntu-text | plymouth-theme Breaks: gdm (<< 2.29.1-0ubuntu4), kdm (<< 4:4.4.2-0ubuntu6), lubuntu-plymouth-theme (<= 0.4), ubuntustudio-plymouth-theme (<= 0.38), xubuntu-plymouth-theme (<< 10.04.4) Conflicts: usplash Conffiles: /etc/init/plymouth.conf a0352db1159bc9f4322170dd78cd1dae /etc/init/plymouth-log.conf 65d2943a69f455dec3fed43fd7996d76 /etc/init/plymouth-splash.conf 5daa5d5dafaee30442e4d8d82e542c0a /etc/init/plymouth-stop.conf f422b651bb1fe8164f968bb58e18bb6c Description: graphical boot animation and logger - main package Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. Package: libhpmud0 Status: install ok installed Priority: optional Section: libs Installed-Size: 384 Maintainer: Ubuntu Core Developers Architecture: i386 Source: hplip Version: 3.10.6-1ubuntu10.2 Replaces: hplip (<= 3.10.6-0ubuntu1) Depends: libc6 (>= 2.11), libsnmp15 (>= 5.4.3~dfsg), libssl0.9.8 (>= 0.9.8m-1), libusb-0.1-4 (>= 2:0.1.12) Conflicts: hplip (<= 3.10.6-0ubuntu1) Description: HP Multi-Point Transport Driver (hpmud) run-time libraries Shared library that provides direct I/O for each process. Prior to hpmud, all I/O was serialized through hpiod, a monolithic I/O processor. The new hpmud direct I/O is faster. Hpmud supports parallel, USB and JetDirect connectivity. . With hpmud, HPLIP no longer has Linux specific libusb extensions. This means any UNIX/Linux derivative that supports libusb may work with HPLIP. A public HPLIP "C" API is exposed through hpmud. See hpmud.h for documentation. A Python wrapper for hpmud, called hpmudext, is also available. Homepage: http://hplip.sourceforge.net/ Original-Maintainer: Debian HPIJS and HPLIP maintainers Package: yelp Status: install ok installed Priority: optional Section: gnome Installed-Size: 4568 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.30.1-0ubuntu1 Replaces: gman Depends: libatk1.0-0 (>= 1.29.3), libbz2-1.0, libc6 (>= 2.4), libdbus-glib-1-2 (>= 0.78), libgcc1 (>= 1:4.1.1), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.18.0), libice6 (>= 1:1.0.0), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), librarian0 (>= 0.8.0), libsm6, libstartup-notification0 (>= 0.10), libstdc++6 (>= 4.1.1), libx11-6, libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.18), xulrunner-1.9.2, zlib1g (>= 1:1.1.4), gconf2 (>= 2.28.1-2), gnome-doc-utils (>= 0.17.2), docbook-xml (>= 4.1.2), xml-core, man-db (>= 2.5.1-1) Recommends: gnome-user-guide Suggests: ttf-dejavu Breaks: scrollkeeper (<< 0.4) Description: Help browser for GNOME This package contains the GNOME online help browser application. Original-Maintainer: Debian GNOME Maintainers Package: libdrm-nouveau1 Status: install ok installed Priority: optional Section: libs Installed-Size: 92 Maintainer: Ubuntu X-SWAT Architecture: i386 Source: libdrm Version: 2.4.21-1ubuntu2.1 Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.3) Breaks: xserver-xorg-video-nouveau (<< 1:0.0.16) Description: Userspace interface to nouveau-specific kernel DRM services -- runtime This library implements the userspace interface to the nouveau-specific kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Original-Maintainer: Debian X Strike Force Package: python-cups Status: install ok installed Priority: optional Section: python Installed-Size: 216 Maintainer: Ubuntu Core developers Architecture: i386 Version: 1.9.51-0ubuntu2 Provides: python2.6-cups Depends: libc6 (>= 2.4), libcups2 (>= 1.4.0), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0) Description: Python bindings for CUPS A module for using the CUPS 1.2 API in Python programs. Original-Maintainer: Otavio Salvador Package: ghostscript-x Status: install ok installed Priority: optional Section: text Installed-Size: 176 Maintainer: Ubuntu Core Developers Architecture: i386 Source: ghostscript Version: 8.71.dfsg.2-0ubuntu7 Provides: gs, gs-afpl, gs-aladdin, gs-esp, gs-gpl Depends: libc6 (>= 2.7), libice6 (>= 1:1.0.0), libpaper1, libsm6, libx11-6, libxext6, libxt6, ghostscript (>= 8.63) Conflicts: ghostscript (<< 8.63) Description: The GPL Ghostscript PostScript/PDF interpreter - X Display support Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package contains the Ghostscript output device for X11. It is in a separate package to allow the main package (ghostscript) to be installed on X-less servers. Homepage: http://www.ghostscript.com/ Original-Maintainer: Masayuki Hatta (mhatta) Package: python-ubuntuone Status: install ok installed Priority: optional Section: python Installed-Size: 116 Maintainer: Ubuntu Developers Architecture: i386 Source: libubuntuone Version: 0.3.8-0ubuntu1 Provides: python2.6-ubuntuone Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.12.0), libgnome-keyring0 (>= 2.20.3), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libpython2.6 (>= 2.6), libsoup-gnome2.4-1 (>= 2.27.4), libsoup2.4-1 (>= 2.4.0), libsyncdaemon-1.0-1, libubuntuone-1.0-1 (= 0.3.8-0ubuntu1), libwebkit-1.0-2 (>= 1.1.1), libxml2 (>= 2.6.27), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0) Description: Ubuntu One widget library This library contains GTK widgets needed for integration of Ubuntu One functionalities into GTK applications. Homepage: https://launchpad.net/libubuntuone Original-Maintainer: Rodrigo Moya Python-Version: 2.6 Package: gnome-codec-install Status: install ok installed Priority: optional Section: gnome Installed-Size: 220 Maintainer: Ubuntu Core Developers Architecture: all Version: 0.4.7ubuntu2 Replaces: gnome-app-install (<= 0.5.5.1-1) Depends: python (>= 2.5), python-central (>= 0.6.11), gksu, gnome-icon-theme, python-apt (>= 0.7.93.2), python-gst0.10, python-gtk2 (>= 2.10.1), python-aptdaemon-gtk | synaptic (>= 0.57.8) Description: GStreamer codec installer This package contains a GTK+ based GStreamer codec installer, which is automatically called by applications if a GStreamer plugin with specific capabilities is required but not install currently. If a package containing a suitable plugin is found it can be installed. Original-Maintainer: Sebastian Dröge Python-Version: >= 2.5 Package: nvidia-96-modaliases Status: install ok installed Priority: optional Section: admin Installed-Size: 72 Maintainer: Ubuntu Core Developers Architecture: i386 Source: nvidia-graphics-drivers-96 Version: 96.43.19-0ubuntu1 Description: Modaliases for the NVIDIA binary X.Org driver The modaliases provide a list of pci id's which makes it possible to detect the model of a graphic card. Package: python-problem-report Status: install ok installed Priority: optional Section: python Installed-Size: 216 Maintainer: Martin Pitt Architecture: all Source: apport Version: 1.14.1-0ubuntu8.1 Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11) Description: Python library to handle problem reports This Python library provides an interface for creating, modifying, and accessing standardized problem reports for program and kernel crashes and packaging bugs. . These problem reports use standard Debian control format syntax (RFC822). Homepage: https://wiki.ubuntu.com/Apport Python-Version: 2.6 Package: kbd Status: install ok installed Priority: extra Section: utils Installed-Size: 1576 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.15-1ubuntu3 Replaces: open, util-linux (<< 2.11) Provides: console-utilities, open Depends: libc6 (>= 2.7), console-setup, lsb-base (>= 3.0-10), initramfs-tools Conflicts: console-utilities, kbd-data, open, util-linux (<< 2.11) Conffiles: /etc/kbd/config 182c6394322efb8a10e6e95836ad220d /etc/kbd/remap 2f1f15d62b45ab43c04b3ddbfcf591ec Description: Linux console font and keytable utilities This package allows you to set up the Linux console, change the font, resize text mode virtual consoles and remap the keyboard. . You will probably want to install a set of data files, such as the one in the “console-setup” package. Original-Maintainer: Console utilities maintainers Package: linux-image-generic Status: install ok installed Priority: optional Section: metapackages Installed-Size: 32 Maintainer: Ubuntu Kernel Team Architecture: i386 Source: linux-meta Version: 2.6.35.25.32 Depends: linux-image-2.6.35-25-generic, linux-firmware Description: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: toshset Status: install ok installed Priority: optional Section: utils Installed-Size: 244 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.75-2 Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libpci3, libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Description: Access much of the Toshiba laptop hardware interface Toshset is a command-line tool to allow access to much of the Toshiba laptop hardware interface developed by Jonathan Buzzard. It can do things like set the hard drive spin-down time, turn off the display and set the fan speed without the help of the kernel. Toshset requires an experimental version of the toshiba_acpi kernel module with an ACPI-enabled kernel. Otherwise it works only if the laptop supports the old APM BIOS. (The last of these was produced something like 5 years ago) Please read README.Debian how to install the experimental version of the toshiba_acpi kernel module. (Ubuntu users don't need it) . This package also includes the Toshsat1800-irdasetup by Daniele Peri. It can be used to configure IrDA for laptops with ALI1533 bridge (LPC47N227 SuperIO), smc-ircc and not initializing BIOS (tested on Toshiba Satellite 1800-514). Homepage: http://www.csai.unipa.it/peri/toshsat1800-irdasetup/ Original-Maintainer: Debian QA Group Homepage: http://www.schwieters.org/toshset/ Package: libnss3-1d Status: install ok installed Priority: optional Section: libs Installed-Size: 2764 Maintainer: Ubuntu Mozilla Team Architecture: i386 Source: nss Version: 3.12.8-0ubuntu0.10.10.1 Replaces: libnss3, libnss3-0d (<< 3.12.0~1.9b1), libnss3-dev (<< 3.12.0.3) Depends: libc6 (>= 2.7), libnspr4-0d (>= 4.8.6-0ubuntu1~), libsqlite3-0 (>= 3.7.2), zlib1g (>= 1:1.1.4) Conflicts: libnss3, libnss3-dev (<< 3.12.0.3) Description: Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. Homepage: http://www.mozilla.org/projects/security/pki/nss/ Original-Maintainer: Maintainers of Mozilla-related packages Package: libcurl3 Status: install ok installed Priority: optional Section: libs Installed-Size: 516 Maintainer: Ubuntu Developers Architecture: i386 Source: curl Version: 7.21.0-1ubuntu1 Replaces: libcurl2 (<< 1:7.11.2-2), libcurl4 Depends: libc6 (>= 2.11), libgssapi-krb5-2 (>= 1.7+dfsg), libidn11 (>= 1.13), libldap-2.4-2 (>= 2.4.7), libssl0.9.8 (>= 0.9.8m-1), zlib1g (>= 1:1.1.4), ca-certificates Conflicts: libcurl4 Description: Multi-protocol file transfer library (OpenSSL) libcurl is designed to be a solid, usable, reliable and portable multi-protocol file transfer library. . SSL support is provided by OpenSSL. . This is the shared version of libcurl. Homepage: http://curl.haxx.se Original-Maintainer: Ramakrishnan Muthukrishnan Package: foomatic-filters Status: install ok installed Priority: optional Section: text Installed-Size: 324 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.0.5-0ubuntu3 Replaces: cupsomatic-ppd, foomatic-bin (<< 2.9) Depends: libc6 (>= 2.4), perl, debconf (>= 0.5) | debconf-2.0, ucf (>= 0.30) Pre-Depends: bash (>= 2.05) Recommends: cups-client | lpr | lprng | pdq | rlpr, ghostscript, cups | enscript | a2ps | mpage, foomatic-db-engine (>= 4.0), poppler-utils (>= 0.11.2) Breaks: cupsomatic-ppd (<< 20030507), foomatic-bin (<< 2.9) Description: OpenPrinting printer support - filters Foomatic is a printer database designed to make it easier to set up common printers for use with UNIX-like operating systems. It provides the "glue" between a print spooler (like CUPS or lpr) and the printer, by processing files sent to the printer. . This package consists of filters used by the printer spoolers to convert the incoming PostScript data into the printer's native format using a printer-specific, but spooler-independent PPD file. . For use with CUPS, you will need both the cups and cups-client packages installed on your system. Original-Maintainer: Debian Printing Group Homepage: http://www.openprinting.org/ Package: libxdamage1 Status: install ok installed Priority: optional Section: libs Installed-Size: 68 Maintainer: Ubuntu Developers Architecture: i386 Source: libxdamage Version: 1:1.1.3-1 Depends: libc6 (>= 2.1.3), libx11-6, libxfixes3 (>= 1:4.0.1) Description: X11 damaged region extension library libXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. . The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdamage Original-Maintainer: Debian X Strike Force Package: libgnome2.24-cil Status: install ok installed Priority: optional Section: libs Installed-Size: 472 Maintainer: Ubuntu Core Developers Architecture: i386 Source: gnome-sharp2 Version: 2.24.1-6ubuntu1 Replaces: gtk-sharp2-gapi (<< 2.10.0-1), libgconf2.0-cil (<< 2.16.1), libgnome2.0-cil Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.23.2), libgnome2-0 (>= 2.17.3), libgnomecanvas2-0 (>= 2.11.1), cli-common (>= 0.5.1), libart2.0-cil (>= 2.24.0), libgconf2.0-cil (>= 2.24.0), libglade2.0-cil (>= 2.12.9), libglib2.0-cil (>= 2.12.9), libgnome-vfs2.0-cil (>= 2.24.0), libgnomeui-0 (>= 2.22.0), libgtk2.0-0 (>= 2.19.4), libgtk2.0-cil (>= 2.12.9), libmono-corlib2.0-cil (>= 1.2.2.1) Suggests: monodoc-gtk2.0-manual Description: CLI binding for GNOME 2.24 This package provides the gnome-sharp assembly that allows CLI (.NET) programs to use the GNOME and GNOME UI libraries 2.24. . GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 platform libraries . This package contains the gnome-sharp assembly itself.. Homepage: http://www.mono-project.com/GtkSharp Original-Maintainer: Debian CLI Libraries Team Package: x11-xserver-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 532 Maintainer: Ubuntu Developers Architecture: i386 Version: 7.5+2ubuntu1 Replaces: iceauth, sessreg, xbase-clients (<< 1:7.3), xgamma, xhost, xmodmap, xrandr, xrdb, xrefresh, xrgb, xset, xsetmode, xsetpointer, xsetroot, xstdcmap, xutils (<< 1:7.2), xvidtune Depends: libc6 (>= 2.7), libice6 (>= 1:1.0.0), libx11-6, libxau6, libxaw7, libxext6, libxi6, libxmu6, libxmuu1, libxrandr2 (>= 2:1.2.99.3), libxrender1, libxt6, libxxf86vm1, cpp Suggests: nickle, cairo-5c, xorg-docs-core Conflicts: iceauth, sessreg, xgamma, xhost, xmodmap, xrandr, xrdb, xrefresh, xrgb, xset, xsetmode, xsetpointer, xsetroot, xstdcmap, xvidtune Conffiles: /etc/X11/app-defaults/Xvidtune 0493a0782b498e9f0dee51a4013a80e6 Description: X server utilities An X client is a program that interfaces with an X server (almost always via the X libraries), and thus with some input and output hardware like a graphics card, monitor, keyboard, and pointing device (such as a mouse). . This package provides a miscellaneous assortment of X Server utilities that ship with the X Window System, including: - iceauth, a tool for manipulating ICE protocol authorization records; - rgb; - sessreg, a simple program for managing utmp/wtmp entries; - xcmsdb, a device color characteristic utility for the X Color Management System; - xgamma, a tool for querying and setting a monitor's gamma correction; - xhost, a very dangerous program that you should never use; - xmodmap, a utility for modifying keymaps and pointer button mappings in X; - xrandr, a command-line interface to the RandR extension; - xrdb, a tool to manage the X server resource database; - xrefresh, a tool that forces a redraw of the X screen; - xset, a tool for setting miscellaneous X server parameters; - xsetmode and xsetpointer, tools for handling X Input devices; - xsetroot, a tool for tailoring the appearance of the root window; - xstdcmap, a utility to selectively define standard colormap properties; - xvidtune, a tool for customizing X server modelines for your monitor. Original-Maintainer: Debian X Strike Force Package: libxaw7 Status: install ok installed Priority: optional Section: libs Installed-Size: 440 Maintainer: Ubuntu Developers Architecture: i386 Source: libxaw Version: 2:1.0.7-1 Depends: libc6 (>= 2.4), libx11-6, libxext6, libxmu6, libxpm4, libxt6 Description: X11 Athena Widget library libXaw7 provides the second version of Xaw, the Athena Widgets tookit, which is largely used by legacy X applications. This version is the most common version, as version 6 is considered deprecated, and version 8, which adds Xprint support, is unsupported and not widely used. In general, use of a more modern toolkit such as GTK+ is recommended. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXaw Original-Maintainer: Debian X Strike Force Package: libijs-0.35 Status: install ok installed Priority: optional Section: libs Installed-Size: 72 Maintainer: Ubuntu Developers Architecture: i386 Source: ijs Version: 0.35-7build1 Depends: libc6 (>= 2.4) Description: IJS raster image transport protocol: shared library IJS is, first and foremost, a protocol for transmission of raster page images. This snapshot provides a reference implementation of the protocol, the design of which is still in flux. When the protocol specification is published, it will be authoritative. Applications should feel free to link against the library provided in this package, adapt that code for their own needs, or roll a completely new implementation. . IJS is a client-server protocol, used to write ghostscript drivers. The drivers are separate programs. The client and server communicate via pipes, though shared memory may be used additionally in the future. Currently IJS is used by the hpijs and ijsgimpprint drivers. . Code for both the client- and server-side is included in the library. This package provides the shared library. Original-Maintainer: Bradley Smith Homepage: http://www.linuxprinting.org/ijs/ Package: upstart Status: install ok installed Priority: required Section: admin Installed-Size: 640 Maintainer: Scott James Remnant Architecture: i386 Version: 0.6.6-3 Replaces: startup-tasks, system-services, sysvinit, upstart-compat-sysv, upstart-job Provides: startup-tasks, system-services, upstart-compat-sysv, upstart-job Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.2.16), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0), libudev0 (>= 151-5), sysvinit-utils, sysv-rc, initscripts, mountall, ifupdown (>= 0.6.8ubuntu29) Conflicts: startup-tasks, system-services, sysvinit, upstart-compat-sysv, upstart-job Conffiles: /etc/dbus-1/system.d/Upstart.conf 64be74cddb0c74b7d98202b40389784c /etc/init/upstart-udev-bridge.conf b3d59bd6e5debf634e4fe258d5a4dd71 /etc/init/rc-sysinit.conf bd0415c6387debecfff37a371b07002a /etc/init/rc.conf c5e4b13b644d79d5a5c02e1396159c00 /etc/init/rcS.conf 918e9d799d6aa99a0d96538d9685821d /etc/init/control-alt-delete.conf 16e6603524084b63b0f0ca04eb56757e /etc/init/tty1.conf 543a3404e714bb96b676770c8334d86d /etc/init/tty2.conf 5eed82253d8c362021c344f1dbdc863b /etc/init/tty3.conf b75577836957bb5adb50b3482c429edb /etc/init/tty4.conf 27b4a36d59bf74fd6792a69394511e42 /etc/init/tty5.conf 9803918babed47f733554dcd556d09d1 /etc/init/tty6.conf 34f7b6971a5580f5fb6a2ff6f14af996 Description: event-based init daemon upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running. Homepage: http://upstart.ubuntu.com/ Package: telepathy-idle Status: install ok installed Priority: optional Section: net Installed-Size: 216 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.1.6-1 Provides: telepathy-connection-manager Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.16.0), libssl0.9.8 (>= 0.9.8k-1), libtelepathy-glib0 (>= 0.8.0) Description: IRC connection manager for Telepathy A full-featured IRC connection manager for the Telepathy project. Original-Maintainer: Debian Telepathy maintainers Homepage: http://sourceforge.net/projects/telepathy-idle Package: xserver-xorg-video-neomagic Status: install ok installed Priority: optional Section: x11 Installed-Size: 144 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:1.2.4-3build2 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-neomagic Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.1.3), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-neomagic Description: X.Org X server -- Neomagic display driver This package provides the driver for Neomagic MagicGraph chipsets, which are commonly found in laptops. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-neomagic driver module. Original-Maintainer: Debian X Strike Force Package: sgml-data Status: install ok installed Priority: optional Section: text Installed-Size: 1704 Maintainer: Ubuntu Developers Architecture: all Version: 2.0.4 Replaces: docbook-xml (<= 3.1.3.6-1), sp (<< 1.3.4-1.2.1-14) Depends: perl, sgml-base (>= 1.17), xml-core (>= 0.12) Suggests: perlsgml, doc-html-w3, opensp, libxml2-utils Conflicts: sp (<= 1.1.1-2) Description: common SGML and XML data This package contains basic XML and SGML data shared and used by multiple packages. The package provides the technical format (Document Type Definition, or DTD) of all major versions of HTML. It also includes standard character entity definitions which describe spacial characters or international characters, as well as other standard miscellany used by other SGML and XML packages. . This package implements the Debian XML and SGML standards for entity placement and registration. This benefits the user by making the included materials instantly available to people writing, editing or building documentation without any further effort. See for more information. Original-Maintainer: Debian QA Group Package: mlocate Status: install ok installed Priority: standard Section: utils Installed-Size: 564 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.22.2-1ubuntu1 Depends: libc6 (>= 2.4), adduser Conflicts: findutils (<= 4.2.31-1), slocate (<= 3.1-1.1) Conffiles: /etc/updatedb.conf bc1dca50b602f385c176ce79a6cc7082 /etc/cron.daily/mlocate dacff83a18b83a8762c82db7c778139c Description: quickly find files on the filesystem based on their name mlocate is a new implementation of locate, a tool to find files anywhere in the filesystem based on their name, using a fixed pattern or a regular expression. Unlike other tools like find(1), locate uses a previously created database to perform the search, allowing queries to execute much faster. This database is updated periodically from cron. . Several implementations of locate exist: the original implementation from GNU's findutils, slocate, and mlocate. The advantages of mlocate are: . * it indexes all the filesystem, but results of a search will only include files that the user running locate has access to. It does this by updating the database as root, but making it unreadable for normal users, who can only access it via the locate binary. slocate does this as well, but not the original locate. . * instead of re-reading all the contents of all directories each time the database is updated, mlocate keeps timestamp information in its database and can know if the contents of a directory changed without reading them again. This makes updates much faster and less demanding on the hard drive. This feature is only found in mlocate. . Installing mlocate will change the /usr/bin/locate binary to point to mlocate via the alternatives mechanism. After installation, you may wish to run /etc/cron.daily/mlocate by hand to create the database, otherwise mlocate won't work until that script is run from cron itself (since mlocate does not use the same database file as standard locate). Also, you may wish to remove the "locate" package in order not to have two different database files updated regularly on your system. Homepage: http://carolina.mff.cuni.cz/~trmac/blog/mlocate Original-Maintainer: Tollef Fog Heen Package: libavahi-core7 Status: install ok installed Priority: optional Section: libs Installed-Size: 292 Maintainer: Ubuntu Core Developers Architecture: i386 Source: avahi Version: 0.6.27-2ubuntu3 Depends: libavahi-common3 (>= 0.6.16), libc6 (>= 2.4) Description: Avahi's embeddable mDNS/DNS-SD library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the library for Avahi's embeddable mDNS/DNS-SD stack. This can be used by embedded applications to integrate mDNS/DNS-SD functionality into their applications. . You should not however use this library for non-embedded applications, you should use libavahi-client which interacts with the avahi daemon. Homepage: http://avahi.org/ Original-Maintainer: Utopia Maintenance Team Package: ureadahead Status: install ok installed Priority: required Section: admin Installed-Size: 144 Maintainer: Scott James Remnant Architecture: i386 Version: 0.100.0-8 Replaces: readahead Provides: readahead Depends: e2fslibs (>= 1.41.0), libblkid1 (>= 2.15~rc2-1ubuntu1), libc6 (>= 2.4), libnih1 (>= 1.0.0), upstart (>= 0.6.0) Conflicts: readahead Conffiles: /etc/init/ureadahead.conf d9e4b079e8778361dd1a8cce7377028d /etc/init/ureadahead-other.conf bd9285c6f7626d50bf183a36645f97fb Description: Read required files in advance über-readahead is used during boot to read files in advance of when they are needed such that they are already in the page cache, improving boot performance. . Its data files are regenerated on the first boot after install, and either monthly thereafter or when packages with init scripts or configs are installed or updated. . ureadahead requires a kernel patch included in the Ubuntu kernel. Package: libgadu3 Status: install ok installed Priority: optional Section: libs Installed-Size: 204 Maintainer: Ubuntu Developers Architecture: i386 Source: libgadu Version: 1:1.9.0~rc2-1 Depends: libc6 (>= 2.7) Description: Gadu-Gadu protocol library - runtime files Gadu-Gadu is an instant messaging program, very popular in Poland. libgadu is a Gadu-Gadu protocol implementation library. . This package contains the shared library. Original-Maintainer: Marcin Owsiany Homepage: http://toxygen.net/libgadu/ Package: libpoppler7 Status: install ok installed Priority: optional Section: libs Installed-Size: 1948 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: poppler Version: 0.14.3-0ubuntu1.1 Depends: libc6 (>= 2.11), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libjpeg62, liblcms1 (>= 1.15-1), libpng12-0 (>= 1.2.13-4), libstdc++6 (>= 4.1.1), libxml2 (>= 2.7.4) Description: PDF rendering library Poppler is a PDF rendering library based on xpdf PDF viewer. . This package contains the shared library. Original-Maintainer: Loic Minier Package: libcamel1.2-14 Status: install ok installed Priority: optional Section: libs Installed-Size: 984 Maintainer: Ubuntu Developers Architecture: i386 Source: evolution-data-server Version: 2.30.3-2ubuntu2.1 Depends: libc6 (>= 2.7), libcomerr2 (>= 1.01), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libedataserver1.2-13 (>= 2.30.3), libglib2.0-0 (>= 2.20.0), libgssapi-krb5-2 (>= 1.7+dfsg), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libnspr4-0d (>= 4.7.3-0ubuntu1~), libnss3-1d (>= 3.12.2~rc1), libsqlite3-0 (>= 3.7.2), zlib1g (>= 1:1.1.4) Breaks: evolution (<< 2.26) Description: The Evolution MIME message handling library Camel is a generic messaging library. It supports the standard messaging system for receiving and sending messages. It is the messaging backend for Evolution. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: command-not-found-data Status: install ok installed Priority: optional Section: admin Installed-Size: 2424 Maintainer: Michael Vogt Architecture: i386 Source: command-not-found Version: 0.2.40ubuntu15 Description: Set of data files for command-not-found. This package provides the required data used by the command-not-found application. Original-Maintainer: Zygmunt Krynicki Package: ftp Status: install ok installed Priority: standard Section: net Installed-Size: 164 Maintainer: Ubuntu Developers Architecture: i386 Source: netkit-ftp Version: 0.17-23 Replaces: netstd Depends: libc6 (>= 2.11), libncurses5 (>= 5.6+20071006-3), libreadline6 (>= 6.0), netbase Description: The FTP client ftp is the user interface to the ARPANET standard File Transfer Protocol. The program allows a user to transfer files to and from a remote network site. Original-Maintainer: Alberto Gonzalez Iniesta Package: libgnomekbd-common Status: install ok installed Priority: optional Section: libs Installed-Size: 80 Maintainer: Ubuntu Developers Architecture: all Source: libgnomekbd Version: 2.32.0-0ubuntu1 Replaces: capplets-data (<< 1:2.17.2), gkbd-capplet (<= 2.31.5-0ubuntu2) Depends: gconf2 (>= 2.28.1-2) Breaks: gkbd-capplet (<= 2.31.5-0ubuntu2) Description: GNOME library to manage keyboard configuration - common files libgnomekbd offers an API to manage the keyboard in GNOME applications. . libgnomekbdui offers an API to display a graphical user interface for libgnomekbd operations. . This package contains files common to the various libgnomekbd packages. Original-Maintainer: Loic Minier Package: bash-completion Status: install ok installed Priority: standard Section: shells Installed-Size: 1036 Maintainer: Ubuntu Developers Architecture: all Version: 1:1.2-2ubuntu1 Replaces: bash (<< 3.1dfsg-9), cryptsetup (<< 2:1.1.2-2), xen-tools (<= 4.1-1) Depends: bash (>= 3.2) Conflicts: xen-tools (<= 4.1-1) Conffiles: /etc/bash_completion.d/abook 67737a404986ed7ed57bbcda8489123a /etc/bash_completion.d/ant b213da867f51449cd761651f963d0b26 /etc/bash_completion.d/apache2ctl 6818cfc6a98849aeef18870f36cdf799 /etc/bash_completion.d/apt d2569c2ed5ced9dd6ea202e3c2cd4a3c /etc/bash_completion.d/apt-build d1a566b42ae9906d509f24ec6e6a0c4c /etc/bash_completion.d/aptitude 9ba76f9cb3f0836bc9e8a5d646314cca /etc/bash_completion.d/aspell 9dd8fc1b505343535f1e0bacbdde4bd9 /etc/bash_completion.d/autorpm e9b209cb4ec9a601c7ddea36081cfa69 /etc/bash_completion.d/bash-builtins 1bac89931204ae9ec86bb4c01d795770 /etc/bash_completion.d/bind-utils 35c00f0be8a0d18e450e295b6f1985a5 /etc/bash_completion.d/bitkeeper 38c166cdfa094fc231f0238b84f84da9 /etc/bash_completion.d/bittorrent 025ebd47d269ec303b15e7342c057c23 /etc/bash_completion.d/bluez 2489b9e67d6020332bb5a3c120429a39 /etc/bash_completion.d/brctl d591c2105cd8f0732ab2f5a6fc41683e /etc/bash_completion.d/bzip2 1358bf29ac574349746d015c47b1c5d3 /etc/bash_completion.d/cardctl c12969f7f8649a49b3191c58876d5e7e /etc/bash_completion.d/cfengine d76954fe8c5fc7376ec41405bc89f07f /etc/bash_completion.d/chkconfig 51904b0794d794b8895af5ea50d590ff /etc/bash_completion.d/chsh 7584877fad58f0d1096347c8f14f195b /etc/bash_completion.d/cksfv 55d0a9afbe5091def040e3695729df13 /etc/bash_completion.d/clisp 1947b703bbe4f956ac1e4176bde13c81 /etc/bash_completion.d/configure fd169ec137a1f053ab98c5e8e10fa348 /etc/bash_completion.d/coreutils 0fed308af25ab5e0a4c2a31692974885 /etc/bash_completion.d/cowsay e2cb71bdd6090d485e6dca7987ab1c24 /etc/bash_completion.d/cpan2dist 5cc77c3fb29ce43b18e1bc6a6cb7af60 /etc/bash_completion.d/cpio 7762d02e85ed3535489a42937d59435a /etc/bash_completion.d/cups b47c801b2283919a0807deaa753bdeae /etc/bash_completion.d/cryptsetup 1952ecad921df74b3b0dad4fe326e3ec /etc/bash_completion.d/cvs 2bf599021c21ef5d585a96219cf4e532 /etc/bash_completion.d/cvsps 8dda984e0622ca70d95fa48ae035cd65 /etc/bash_completion.d/dd a0133a64bee1c72c45c408777f6b06c9 /etc/bash_completion.d/dhclient 2ac5b1adbadfc88f8f8000ba515f1fb8 /etc/bash_completion.d/dict 6c65b8711c3597d8162a59ff270be789 /etc/bash_completion.d/dpkg 7ac8f251e7956730377e01f8f51ef139 /etc/bash_completion.d/dselect 101f66bd03708c22f0ff474759ea3ece /etc/bash_completion.d/dsniff 0900b561af924ee10497df43669524da /etc/bash_completion.d/findutils 4c9e1e395d600e8d1034901b32afb8fe /etc/bash_completion.d/freeciv 7e3549ec737e9eef01305ad941d5e8b6 /etc/bash_completion.d/fuse 66e616cc5adac8ec2c940cebce625677 /etc/bash_completion.d/gcc 164693fe13d08756ed6f26b3dc4af6d6 /etc/bash_completion.d/gcl 6deb8def42a894d89056631176101157 /etc/bash_completion.d/gdb 6ef90cd86b5d03f2ea8bc0c16925045e /etc/bash_completion.d/genisoimage 70f68284e41afbcece14c5af4fa90904 /etc/bash_completion.d/getent 59e5e2d20537a788d009a36950d7c5f9 /etc/bash_completion.d/gkrellm cb1273733e097001bde08e6b9c014cfa /etc/bash_completion.d/gnatmake 240a693d4880b0c09124808d88153209 /etc/bash_completion.d/gpg 710b143c5c328a6f8a8d0643e2e38d82 /etc/bash_completion.d/gpg2 e294c931ade780851012d85e9468194e /etc/bash_completion.d/gzip b2085b20b62a62c8eae28b92d8c34582 /etc/bash_completion.d/heimdal 933642c72f8402ff118aaf4a4e3f4704 /etc/bash_completion.d/hping2 c51af8c7a90cbd19fe5b88a5ba22bb7a /etc/bash_completion.d/iconv 8e3b003430903f4c32a32c1d0108bec0 /etc/bash_completion.d/ifupdown fddc2c0669787febad563ba9051daa1b /etc/bash_completion.d/imagemagick 65641e0dbf99db0bd74c68c848473151 /etc/bash_completion.d/info abb7b72a78f8d931103e3eff9616cf9d /etc/bash_completion.d/iptables d58815c7c3cf4c3ddae9f568c03c7338 /etc/bash_completion.d/ipmitool f27955b9848d011471d5063474f60d0c /etc/bash_completion.d/ipsec 9a217a943e24ccd2511e895f98e4f49c /etc/bash_completion.d/ipv6calc e1fe3e164a943df90b8b94f103ad361b /etc/bash_completion.d/isql 09ac2472b0b4dd7f88ef3a877ccf712c /etc/bash_completion.d/jar 69284483f71c17044f8a10b64db4eeeb /etc/bash_completion.d/java 343b876bf091009b53acc98c27616f59 /etc/bash_completion.d/k3b 861490a96c7949a9fc71c68a80f8f2e4 /etc/bash_completion.d/kldload f3f823f342400e77fe786ba72510d3ae /etc/bash_completion.d/larch 849baab2cd67a892e0f778498934a488 /etc/bash_completion.d/ldapvi e246017ca5b4490211557b112ae2c3e6 /etc/bash_completion.d/lftp 5ff8aa444cc6f65276ed34b1137f61ee /etc/bash_completion.d/lilo 7d1bf7c211fb68b2e1420a00d2abbd3e /etc/bash_completion.d/links 249ccf33f7a342d10222962c6e4fb9cd /etc/bash_completion.d/lintian 187cb408dc0390868505df18044036ec /etc/bash_completion.d/lisp ab95120ef6b2da6c964b36b3124e5eb2 /etc/bash_completion.d/lvm 8ea6826e9d4aa7b4958242aa2f927fe8 /etc/bash_completion.d/lzma 54aaa326197f552c30fe9ab7c6501ba4 /etc/bash_completion.d/lzop b0f9dde615eadf5806a802c8e0675a99 /etc/bash_completion.d/mailman f1596e80844f45dee2713702da017536 /etc/bash_completion.d/make f0669594e8ed2f43e090621316f70210 /etc/bash_completion.d/man 9a5771c10025a61bf13db214d2c86be7 /etc/bash_completion.d/mc 40f549375d1b18a8630da4d780969c21 /etc/bash_completion.d/mcrypt f3cf7dce3f2dacdd71385d03cf0aebe7 /etc/bash_completion.d/mdadm 04e7b4138f8fb12f8fb1388453ee6cda /etc/bash_completion.d/medusa 89819bc41f01af0bfcd0ac6b7ab4d965 /etc/bash_completion.d/minicom a27aba65f3f7d7f3eb5f60fb9b72f687 /etc/bash_completion.d/mkinitrd 511c80f4c3add796d9a842ea4bc5a6f8 /etc/bash_completion.d/module-init-tools 0bef0e21295475b40554f0305d8c2ff4 /etc/bash_completion.d/monodevelop 545b3909120b610a55235a00d9ac8347 /etc/bash_completion.d/mount 42e9c5075ecd9b9decb35d93ef263956 /etc/bash_completion.d/mplayer bee49e6664c262c5740441ede855c3a7 /etc/bash_completion.d/msynctool 8da1c41c7b76348ca0d3ccacb5508276 /etc/bash_completion.d/munin-node 0f7b9278eafe5b822a18c1bc7cc2e026 /etc/bash_completion.d/mutt 9a73955e2a599b00088e39df585a4df7 /etc/bash_completion.d/mysqladmin 13f74db4f760eb8b98c005dd3ebbe4d9 /etc/bash_completion.d/ncftp 282ed142aa6c466787ef2a9b6bc5ea1d /etc/bash_completion.d/net-tools 47219292ed26b1af51e8cb54d2fb310f /etc/bash_completion.d/nmap b62580b091e76979b1fbe77409378146 /etc/bash_completion.d/ntpdate 1f364448f83dc300125abf976c646804 /etc/bash_completion.d/openldap 05ed297c3e60ab129ca5b3b0b6da16d1 /etc/bash_completion.d/openssl 1cc5ee8299721fac8db10af74b1b2593 /etc/bash_completion.d/p4 ca438241421fcc0085f515c9c589971d /etc/bash_completion.d/perl 53a50fad1619e12d2028337ac98aee99 /etc/bash_completion.d/pine be44f975727d988108de9b14d230fdea /etc/bash_completion.d/pkg-config 5abe7ec65b273b73af1b34167b8f37d7 /etc/bash_completion.d/pkg_install 443021265fb23f6b044a6c492d16a4c6 /etc/bash_completion.d/pkgtools 10e7a82314ac571211d4d79fdbbbc9e2 /etc/bash_completion.d/pm-utils 05520e3afdc8da4bfa16fe7a8857e8b1 /etc/bash_completion.d/portupgrade 623d1e9ec863907a081bd2c130af208d /etc/bash_completion.d/postfix 835f581700dcfc82c4bfe925068b345f /etc/bash_completion.d/postgresql 8108b4436a646d64930d1f442c0758d5 /etc/bash_completion.d/povray f482dcfc05bfe5b20a5aa3bbe4007305 /etc/bash_completion.d/procps 28a0dd552723c8cd75fb6dbd1daa4588 /etc/bash_completion.d/python bd40c0a1d92cc72f4f5f8b4241e64028 /etc/bash_completion.d/qdbus 4f7253cd179e6dca0d5b3a02acb22fcd /etc/bash_completion.d/qemu f86eb9a1a3904ae723d0e12f2811bf62 /etc/bash_completion.d/quota-tools 0f5f5792374c4cece82fcafa735eade4 /etc/bash_completion.d/rcs cc1ddb2a1e78efff9dcb64b24a908208 /etc/bash_completion.d/rdesktop fbe9fc2a4b64416e481682454e6b5026 /etc/bash_completion.d/reportbug 821d34b43ad5f096e486568bdc29cbc7 /etc/bash_completion.d/resolvconf b412e4117565a8e7512a62fb922341bd /etc/bash_completion.d/rfkill 3ff043d804f9c835ca5634eef2e1e05a /etc/bash_completion.d/ri a49e726b6b4e6ddea3dbf3cb5a065b38 /etc/bash_completion.d/rpcdebug bb6df5163fc69a59b0f2b70731791151 /etc/bash_completion.d/rpm 48b08a7387223eefe647fd3736b83b22 /etc/bash_completion.d/rpmcheck 0ab94f66670383a1d6e2b17cede93da1 /etc/bash_completion.d/rrdtool 89fb1182ae89ff388da0a81708fd1730 /etc/bash_completion.d/rsync 207a3debf8b04ece25f433464f41d4a7 /etc/bash_completion.d/rtcwake 1c18579214ddad45c152b2bf0f2606d9 /etc/bash_completion.d/samba 454dd79745abf622cf9f9632809801fb /etc/bash_completion.d/sbcl 1b66acf362ae7d9de99c4ab6abb57472 /etc/bash_completion.d/screen 16831a7ce146b3c4cd49062ed72c481a /etc/bash_completion.d/service 3c43c2bd89e7501d1638ec1dbc44b1f9 /etc/bash_completion.d/shadow 1e54016f614554139cb910defceda1f3 /etc/bash_completion.d/sitecopy 8df8ca8e48b2709ef8903a29053be502 /etc/bash_completion.d/smartctl 429d9da789b4a1c44df1582c1bfe61c3 /etc/bash_completion.d/snownews 341782db2f3c3beb29df8c3bccc8a448 /etc/bash_completion.d/ssh 303b9f2e2c7b582db1cf7a9fc8f059e3 /etc/bash_completion.d/sshfs 15270fec82f8e38e14a6d3934285c9ae /etc/bash_completion.d/strace 3adfe0c436d0671777155315ab52cb8d /etc/bash_completion.d/svk fd78c8dfc7a5727d4430520aeb05b9fa /etc/bash_completion.d/sysctl 14c23412f75c86cbb8d4319df1d16917 /etc/bash_completion.d/sysv-rc fbee1b2640b8ebb788f9ace2d55c9eaa /etc/bash_completion.d/tar d57b3b18293f0a23750cf430543749af /etc/bash_completion.d/tcpdump f1a23e7f97835cd1080041cc003cbe85 /etc/bash_completion.d/unace 83ad8a9c583f60ebd0f522d493c98267 /etc/bash_completion.d/unrar c2d9a67b7be048edb68ecee256c7c392 /etc/bash_completion.d/update-alternatives 8392673cafa74115939ce0c63fa96196 /etc/bash_completion.d/util-linux ab486d57bc6bf64b0f5ae414dfb17d57 /etc/bash_completion.d/vncviewer 8749311e95e0ad0d83ed7cb6c30e4dd7 /etc/bash_completion.d/vpnc 42de647be45138e58a0e690a62004cb3 /etc/bash_completion.d/wireless-tools d173f7040b4328f3760182b79ac85583 /etc/bash_completion.d/wodim 0529457ea6baeeb5ee33a626c7ffd52a /etc/bash_completion.d/wol 4bc57f737a82d858e7e789558879eb3f /etc/bash_completion.d/wtf 29cc9013fce3cbac71774af0b5b9145d /etc/bash_completion.d/wvdial da91463422fd6a0b3d33997005818dfe /etc/bash_completion.d/xhost cb91e50845f9a40b9564cd0b33d47e1b /etc/bash_completion.d/xm 5b3511ebf398f4cf3291f698d7011ef0 /etc/bash_completion.d/xmllint fffb2b8149c3427fe4567674f5dc5cf1 /etc/bash_completion.d/xmlwf caca6dfe414dda85d3846a008cfdef84 /etc/bash_completion.d/xmms 263d56ba7f7bff1efeb237024fea76fb /etc/bash_completion.d/xrandr 8929e292cb9b86dfc9aa53e5c5c7e35f /etc/bash_completion.d/xsltproc d428e4db7bee194b94e4fafd0a9c831e /etc/bash_completion.d/xz 5bb13d930480b96fd84c65f25b416d2d /etc/bash_completion.d/yp-tools ffda231db1e4e3314f8cd5989cfc0421 /etc/bash_completion.d/yum-arch 2fb8cb9849c49e9598506ae6c0386c99 /etc/bash_completion 4a6b898efce761c300cc86ad0eac84af /etc/profile.d/bash_completion.sh 6e7bd04ad33ef4246a594c9f251bc75c Description: programmable completion for the bash shell bash completion extends bash's standard completion behavior to achieve complex command lines with just a few keystrokes. This project was conceived to produce programmable completion routines for the most common Linux/UNIX commands, reducing the amount of typing sysadmins and programmers need to do on a daily basis. Homepage: http://bash-completion.alioth.debian.org Original-Maintainer: Bash Completion Maintainers Package: obexd-client Status: install ok installed Priority: optional Section: admin Installed-Size: 196 Maintainer: Ubuntu Developers Architecture: i386 Source: obexd Version: 0.32-0ubuntu1 Depends: libbluetooth3 (>= 4.40), libc6 (>= 2.7), libdbus-1-3 (>= 1.1.1), libglib2.0-0 (>= 2.16.0), libopenobex1 Description: D-Bus OBEX client Implementation of OBEX(OBject EXchange) client and server as a D-Bus service providing high-level functionality. . OBEX is communication protocol to facilitate the exchange of the binary object between the device. . In this package the client is included. Homepage: http://www.bluez.org Original-Maintainer: Debian Bluetooth Maintainers Package: libsasl2-modules Status: install ok installed Priority: optional Section: libs Installed-Size: 440 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cyrus-sasl2 Version: 2.1.23.dfsg1-5ubuntu2 Depends: libsasl2-2 (= 2.1.23.dfsg1-5ubuntu2), libc6 (>= 2.4), libssl0.9.8 (>= 0.9.8m-1) Suggests: libsasl2-modules-otp, libsasl2-modules-ldap, libsasl2-modules-sql, libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal Description: Cyrus SASL - pluggable authentication modules This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the following SASL modules: LOGIN, PLAIN, ANONYMOUS, NTLM, CRAM-MD5, and DIGEST-MD5 (with DES support). Homepage: http://cyrusimap.web.cmu.edu/ Original-Maintainer: Debian Cyrus SASL Team Package: libsasl2-2 Status: install ok installed Priority: standard Section: libs Installed-Size: 256 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cyrus-sasl2 Version: 2.1.23.dfsg1-5ubuntu2 Replaces: libsasl2 Depends: libc6 (>= 2.4), libdb4.8 Recommends: libsasl2-modules (= 2.1.23.dfsg1-5ubuntu2) Conflicts: libsasl2-gssapi-mit (<< 2.1.22), libsasl2-krb4-mit (<< 2.1.22), postfix (<< 2.3.4-3) Description: Cyrus SASL - authentication abstraction library This is the Cyrus SASL API implementation, version 2.1. . SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection. See RFC 2222 for more information. . Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used. If you intend to use this package on a server that provides SASL authentication, then you must install some of the libsasl2-modules* packages. Homepage: http://cyrusimap.web.cmu.edu/ Original-Maintainer: Debian Cyrus SASL Team Package: passwd Status: install ok installed Priority: required Section: admin Installed-Size: 2440 Maintainer: Ubuntu Core Developers Architecture: i386 Source: shadow Version: 1:4.1.4.2-1ubuntu3 Replaces: manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1) Depends: libc6 (>= 2.4), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libpam-modules, debianutils (>= 2.15.2) Conffiles: /etc/default/useradd cc9f9a7713ab62a32cd38363d958f396 /etc/pam.d/passwd eaf2ad85b5ccd06cceb19a3e75f40c63 /etc/pam.d/chfn 4d466e00a348ba426130664d795e8afa /etc/pam.d/chsh a6e9b589e90009334ffd030d819290a6 /etc/pam.d/chpasswd 9900720564cb4ee98b7da29e2d183cb2 /etc/pam.d/newusers 1454e29bfa9f2a10836563e76936cea5 Description: change and administer password and group data This package includes passwd, chsh, chfn, and many other programs to maintain password and group data. . Shadow passwords are supported. See /usr/share/doc/passwd/README.Debian Homepage: http://pkg-shadow.alioth.debian.org/ Original-Maintainer: Shadow package maintainers Package: xfonts-75dpi Status: install ok installed Priority: optional Section: fonts Installed-Size: 4476 Maintainer: Ubuntu Developers Architecture: all Version: 1:1.0.1 Depends: xfonts-utils Suggests: xfs | xserver Conffiles: /etc/X11/fonts/75dpi/xfonts-75dpi.alias 6bc48023f2ae7f3bfc105db7b0ee6b49 Description: 75 dpi fonts for X xfonts-75dpi provides a set of bitmapped fonts at 75 dots per inch. In most cases it is desirable to have the X font server (xfs) and/or an X server installed to make the fonts available to X clients. . This package contains only fonts in the ISO 10646-1 and ISO 8859-1 encodings, to conserve disk space. For other encodings, see the xfonts-75dpi-transcoded package. . This package and xfonts-100dpi provide the same set of fonts, rendered at different resolutions; only one or the other is necessary, but both may be installed. xfonts-75dpi may be more suitable for small monitors and/or small screen resolutions (under 1024x768). . This package requires the xfonts-utils package to prepare the font directories for use by an X server or X font server. Original-Maintainer: Debian X Strike Force Package: libiec61883-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 108 Maintainer: Ubuntu Developers Architecture: i386 Source: libiec61883 Version: 1.2.0-0.1build1 Depends: libc6 (>= 2.3.4), libraw1394-11 Description: an partial implementation of IEC 61883 This library is an implementation of IEC 61883, part 1 (CIP, plug registers, and CMP), part 2 (DV-SD), part 4 (MPEG2-TS), and part 6 (AMDTP). Outside of IIDC, nearly all FireWire multimedia devices use IEC 61883 protocols. . The libiec61883 library provides a higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394. This includes both reception and transmission. It uses the new "rawiso" API of libraw1394, which transparently provides mmap-ed DMA for efficient data transfer. It also represents the third generation of I/O technology for Linux 1394 for these media types thereby removing the complexities of additional kernel modules, /dev nodes, and procfs. It also consolidates features for plug control registers and connection management that previously existed in experimental form in an unreleased version of libavc1394. Original-Maintainer: Marcio Roberto Teixeira Package: bsdmainutils Status: install ok installed Priority: important Section: utils Installed-Size: 768 Maintainer: Ubuntu Developers Architecture: i386 Version: 8.0.11ubuntu1 Depends: libc6 (>= 2.4), libncurses5 (>= 5.6+20071006-3), bsdutils (>= 3.0-0), debianutils (>= 1.8), cpp Suggests: wamerican | wordlist, whois, vacation Conflicts: bsdutils (<< 1:2.13-11) Conffiles: /etc/calendar/default f499e79b0d2d685aa5ae7e1013940b96 /etc/cron.daily/bsdmainutils f58739ed756eb2efa7b73f377976a5e4 Description: collection of more utilities from FreeBSD This package contains lots of small programs many people expect to find when they use a BSD-style Unix system. . It provides banner (as printerbanner), calendar, col, colcrt, colrm, column, from (as bsd-from), hexdump (or hd), look, lorder, ncal (or cal), ul, and write (as bsd-write). . This package used to contain whois and vacation, which are now distributed in their own packages. Also here was tsort, which is now in the "coreutils" package. Original-Maintainer: Debian Bsdmainutils Team Package: evolution-exchange Status: install ok installed Priority: optional Section: gnome Installed-Size: 2948 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.30.3-0ubuntu2 Replaces: ximian-connector Provides: ximian-connector Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libcamel1.2-14 (>= 2.30.3), libcamel1.2-14 (<< 2.31), libcomerr2 (>= 1.01), libdb4.8, libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libebackend1.2-0 (>= 2.30.3), libebook1.2-9 (>= 2.30.3), libecal1.2-7 (>= 2.30.3), libedata-book1.2-2 (>= 2.30.3), libedata-cal1.2-7 (>= 2.30.3), libedataserver1.2-13 (>= 2.30.3), libedataserverui1.2-8 (>= 2.30.3), libegroupwise1.2-13 (>= 2.30.3), libenchant1c2a (>= 1.6), libevolution (>= 2.30.3), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgnome-desktop-2-17 (>= 1:2.29.92), libgnomecanvas2-0 (>= 2.11.1), libgssapi-krb5-2 (>= 1.6.dfsg.2), libgtk2.0-0 (>= 2.18.0), libgtkhtml-editor0 (>= 1:3.30.2), libgtkhtml-editor0 (<< 1:3.31), libgtkhtml3.14-19 (>= 1:3.30.2), libgtkhtml3.14-19 (<< 1:3.31), libical0 (>= 0.42), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), libnspr4-0d (>= 4.7.0~1.9b1), libnss3-1d (>= 3.12.2~rc1), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsoup2.4-1 (>= 2.4.0), libsqlite3-0 (>= 3.7.2), libstartup-notification0 (>= 0.10), libunique-1.0-0 (>= 1.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), gconf2 (>= 2.28.1-2), evolution (>= 2.30.0), evolution (<< 2.31.0) Suggests: evolution-exchange-dbg Conflicts: ximian-connector Description: Exchange plugin for the Evolution groupware suite The Evolution Exchange Connector adds support for Microsoft Exchange 2000 and 2003 to the Evolution groupware suite. . It uses the functionality of Outlook Web Access (OWA) to integrate with Exchange. Therefore, it is a requirement that OWA is enabled on the corporate Exchange infrastructure. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: hostname Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 112 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.04ubuntu1 Replaces: nis (<< 3.17-30) Pre-Depends: libc6 (>= 2.4), upstart-job Conflicts: nis (<< 3.17-30) Conffiles: /etc/init/hostname.conf 6cfe98f58ae3bf5fed6558696bbcc488 Description: utility to set/show the host name or domain name This package provides commands which can be used to display the system's DNS name, and to display or set its hostname or NIS domain name. Original-Maintainer: Debian Hostname Team Package: python-webkit Status: install ok installed Priority: optional Section: python Installed-Size: 176 Maintainer: Ubuntu Developers Architecture: i386 Source: pywebkitgtk Version: 1.1.8-0ubuntu2 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.10.0), libpango1.0-0 (>= 1.14.0), libsoup2.4-1 (>= 2.4.0), libwebkit-1.0-2 (>= 1.1.14), libxml2 (>= 2.6.27), libxslt1.1 (>= 1.1.18), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), python-gtk2 Description: WebKit/Gtk Python bindings PyWebKitGtk provides an API for developers to program WebKit/Gtk using Python. . The PyWebKitGtk project share the same goals with WebKit. The purpose of this binding is to bring an alternative web engine to Python/GTK+ application developers who might need a web browser engine for their next application or developers wishing to have a better browser engine that they can access to using the Python programming language. Homepage: http://code.google.com/p/pywebkitgtk/ Original-Maintainer: Christophe Sauthier Package: xkb-data Status: install ok installed Priority: extra Section: x11 Installed-Size: 3384 Maintainer: Ubuntu Core Developers Architecture: all Source: xkeyboard-config Version: 1.8-1ubuntu8 Breaks: libx11-6 (<< 2:1.1) Description: X Keyboard Extension (XKB) configuration data This package contains configuration data used by the X Keyboard Extension (XKB), which allows selection of keyboard layouts when using a graphical interface. . Every X11 vendor provides its own XKB data files, so keyboard layout designers have to send their layouts to several places. The xkeyboard-config project has been launched at FreeDesktop in order to provide a central repository that could be used by all vendors. Homepage: http://www.freedesktop.org/Software/XKeyboardConfig Original-Maintainer: Debian X Strike Force Package: dmz-cursor-theme Status: install ok installed Priority: optional Section: gnome Installed-Size: 3520 Maintainer: Ubuntu MOTU Developers Architecture: all Version: 0.4.1 Description: Style neutral, scalable cursor theme This package contains the DMZ cursor themes, which are derived from the Industrial theme developed for the Ximian GNOME desktop. Black and white cursors are provided, in scalable formats. Original-Maintainer: Josselin Mouette Package: python-farsight Status: install ok installed Priority: extra Section: python Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: i386 Source: farsight2 Version: 0.0.21-1ubuntu1 Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.24.0), libgstfarsight0.10-0 (>= 0.0.14), libgstreamer0.10-0 (>= 0.10.26), libpython2.6 (>= 2.6), libxml2 (>= 2.6.27), python (<< 2.7), python (>= 2.6), python-gst0.10 Description: Audio/Video communications framework: Python bindings The Farsight project is an effort to create a framework to deal with all known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols, on the other side it offers an API for clients to use those plugins. . This package provides Python bindings for Farsight 2. Homepage: http://farsight.freedesktop.org Original-Maintainer: Debian Telepathy maintainers Python-Version: 2.6 Package: libacl1 Status: install ok installed Priority: required Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: i386 Source: acl Version: 2.2.49-3 Depends: libattr1 (>= 2.4.41-1), libc6 (>= 2.4) Conflicts: acl (<< 2.0.0), libacl1-kerberos4kth Description: Access control list shared library This package contains the libacl.so dynamic library containing the POSIX 1003.1e draft standard 17 functions for manipulating access control lists. Original-Maintainer: Nathan Scott Homepage: http://savannah.nongnu.org/projects/acl/ Package: python2.6-minimal Status: install ok installed Priority: required Section: python Installed-Size: 4896 Maintainer: Ubuntu Core Developers Architecture: i386 Source: python2.6 Version: 2.6.6-5ubuntu1 Replaces: python2.6 (<< 2.6.5+20100630-2) Depends: libc6 (>= 2.4), libssl0.9.8 (>= 0.9.8m-1), zlib1g (>= 1:1.2.0) Recommends: python2.6 Suggests: binfmt-support Breaks: aap (<< 1.090-1~), bkchem (<< 0.12.4), doclifter (<< 2.3-2.1~), fvwm-crystal (<< 3.0.5.dfsg-4~), gforge-web-apache2 (<< 5.0.1+svn10155), mftrace (<< 1.2.15), pitivi (<< 0.13), polgen (<< 1.3-6~), python-central (<< 0.6.14), python-freevo (<< 1.8.4~svn11545), python-gadfly (<< 1.0.0-14~), python-mpmath (<< 0.10), python-nevow (<< 0.9.32), python-plwm (<< 2.6a+20080530-1.1~), python-pmock (<< 0.3-5.2~), python-pydoctor (<< 0.2-4.1~), python-pyscript (<< 0.6.1-3~), python-scapy (<< 2.0), python-scientific (<< 2.8), python-sympy (<< 0.6.3), pythoncad (<< 0.1.36-1~), qmtest (<< 2.4.1), rawdog (<< 2.12) Conflicts: binfmt-support (<< 1.1.2) Conffiles: /etc/python2.6/sitecustomize.py d6b276695157bde06a56ba1b2bc53670 Description: A minimal subset of the Python language (version 2.6) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python2.6-minimal/README.Debian for a list of the modules contained in this package. Original-Maintainer: Matthias Klose Python-Runtime: python2.6 Python-Version: 2.6 Package: python-gnomekeyring Status: install ok installed Priority: optional Section: python Installed-Size: 132 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-python-desktop Version: 2.30.0-1ubuntu5 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgnome-keyring0 (>= 2.20.3), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), python-gtk2 Suggests: gnome-keyring Conflicts: python-gnome2-desktop (<< 2.26.0-0ubuntu3) Description: Python bindings for the GNOME keyring library This package contains a module that allows to access and manipulate the GNOME keyring framework in Python. Original-Maintainer: Loic Minier Package: screen Status: install ok installed Priority: optional Section: misc Installed-Size: 1020 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 4.0.3-14ubuntu4 Depends: libc6 (>= 2.4), libncursesw5 (>= 5.7+20100313), libpam0g (>= 0.99.7.1), dpkg (>= 1.15.4) | install-info, upstart-job Recommends: byobu Conffiles: /etc/screenrc 12c245238eb8b653625bba27dc81df6a /etc/init/screen-cleanup.conf 441f4a1c5b41d7f23427be5aa6ccbbcc Description: terminal multiplexor with VT100/ANSI terminal emulation screen is a terminal multiplexor that runs several separate "screens" on a single physical character-based terminal. Each virtual terminal emulates a DEC VT100 plus several ANSI X3.64 and ISO 2022 functions. Screen sessions can be detached and resumed later on a different terminal. . Screen also supports a whole slew of other features. Some of these are: configurable input and output translation, serial port support, configurable logging, multi-user support, and utf8 charset support. Homepage: http://savannah.gnu.org/projects/screen Original-Maintainer: Jan Christoph Nordholz Package: libstartup-notification0 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: i386 Source: startup-notification Version: 0.10-1build1 Depends: libc6 (>= 2.4), libice6 (>= 1:1.0.0), libsm6, libx11-6 (>= 0), libxcb-atom1 (>= 0.3.6), libxcb-aux0 (>= 0.3.6), libxcb-event1 (>= 0.3.6), libxcb1 (>= 0) Description: library for program launch feedback (shared library) startup-notification is a library which allows programs to give the user visual feedback that they are being launched; this is typically implemented using a busy cursor. This library is currently used by GNOME programs, but is part of the freedesktop.org suite of cross-desktop libraries. . This package contains the shared library. Original-Maintainer: Ondřej Surý Package: libpam-runtime Status: install ok installed Priority: required Section: admin Installed-Size: 292 Maintainer: Ubuntu Core Developers Architecture: all Source: pam Version: 1.1.1-4ubuntu2 Replaces: libpam0g-dev, libpam0g-util Depends: debconf (>= 1.5.19), libpam-modules (>= 1.0.1-6) Conflicts: libpam0g-util Conffiles: /etc/pam.conf 87fc76f18e98ee7d3848f6b81b3391e5 /etc/pam.d/other 31aa7f2181889ffb00b87df4126d1701 Description: Runtime support for the PAM library Contains configuration files and directories required for authentication to work on Debian systems. This package is required on almost all installations. Homepage: http://pam.sourceforge.net/ Original-Maintainer: Steve Langasek Package: geoip-database Status: install ok installed Priority: optional Section: net Installed-Size: 5404 Maintainer: Ubuntu Developers Architecture: all Source: geoip Version: 1.4.7~beta5+dfsg-1 Recommends: libgeoip1 Conflicts: libgeoip1 (<< 1.4.5.dfsg) Description: IP lookup command line tools that use the GeoIP library (country database) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLiteCountry database. Original-Maintainer: Patrick Matthäi Homepage: http://www.maxmind.com/ Package: libgladeui-1-9 Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2088 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: glade-3 Version: 3.7.0.is.3.6.7-0ubuntu2 Replaces: libgladeui-1-1, libgladeui-1-2, libgladeui-1-3, libgladeui-1-4, libgladeui-1-5, libgladeui-1-7, libgladeui-1-8 Depends: libc6 (>= 2.7), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.16.0), libpango1.0-0 (>= 1.18.0), libpython2.6 (>= 2.6), libxml2 (>= 2.7.4) Conflicts: libgladeui-1-1, libgladeui-1-2, libgladeui-1-3, libgladeui-1-4, libgladeui-1-5, libgladeui-1-7, libgladeui-1-8 Description: GTK+ User Interface Build core library Glade is a RAD tool to enable quick and easy development of user interfaces for the GTK+ 2 toolkit. . Glade is, since its "3.0" major version, highly modular, and composed of widgets which can be used by other applications to integrate functionality similar to the one provided by the Glade application itself. . This library provides all the widgets and core code, like parsing and saving files. Homepage: http://glade.gnome.org Original-Maintainer: Debian GNOME Maintainers Package: foomatic-db-engine Status: install ok installed Priority: optional Section: text Installed-Size: 912 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.0.5-0ubuntu6 Depends: libc6 (>= 2.7), libxml2 (>= 2.7.4), perl, foomatic-filters (>= 4.0), wget | curl Pre-Depends: bash (>= 2.05) Recommends: netcat, cups, cups-client Suggests: foomatic-db, foomatic-db-gutenprint Description: OpenPrinting printer support - programs Foomatic is a printing system designed to make it easier to set up common printers for use with Debian (and other operating systems). It provides the "glue" between a print spooler (like CUPS or lpr) and your actual printer, by telling your computer how to process files sent to the printer. . This package contains the architecture-dependent programs needed to set up and maintain the foomatic system. You will also need one or more database packages. The foomatic-db package includes drivers for most common printers using Ghostscript as the print processor, as well as some common glue code used in other filter systems. Original-Maintainer: Debian Printing Group Homepage: http://www.openprinting.org/ Package: docbook-xml Status: install ok installed Priority: optional Section: text Installed-Size: 2488 Maintainer: Ubuntu Developers Architecture: all Version: 4.5-7 Provides: docbk-xml Depends: sgml-data (>= 2.0.2), sgml-base (>= 1.17) Pre-Depends: xml-core (>= 0.12) Suggests: docbook, docbook-dsssl, docbook-xsl, docbook-defguide Conffiles: /etc/sgml/docbook-xml/4.0/dbgenent.ent e12c1ec4ee0669dd4fad8aa06f51d650 /etc/sgml/docbook-xml/4.1.2/dbgenent.mod ff50724b83f8882fc9e8231523b01606 /etc/sgml/docbook-xml/4.2/dbgenent.mod 081cd00c46a110da400770eb9baf968b /etc/sgml/docbook-xml/4.3/dbgenent.mod ce4a918789b89c9bd47e67ea708397e2 /etc/sgml/docbook-xml/4.4/dbgenent.mod 6d98c5fb728d6c773bb73a2fc36bdc16 /etc/sgml/docbook-xml/4.5/dbgenent.mod 4d0b7b6dc2397b03aef38f30878a66ee Description: standard XML documentation system for software and systems DocBook is an XML document type definition (DTD). That is, it contains the "DocBook" document structure. This is used by authors or editors writing documents in the DocBook XML format. DocBook was designed for books, articles, or reference documentation about technical matters or software. It has emerged as an open, standard DTD in the software industry, and is the documentation system of choice for many free software projects. . This package contains the XML DTD for DocBook, which describes the formal structure for documents following this format. If you wish to author DocBook documents using SGML rather than XML, use the 'docbook' package. You will need other packages in order to edit (psgml), validate (opensp, libxml2-utils) or format (docbook-xsl, docbook-dsssl) DocBook documents. . This package ships with the latest DocBook 4.5 XML DTD, as well as a selected set of legacy DTDs for use with older documents, including 4.0, 4.1.2, 4.2, 4.3 and 4.4. Original-Maintainer: Debian XML/SGML Group Homepage: http://docbook.org/schemas/4x.html Package: librsvg2-common Status: install ok installed Priority: optional Section: libs Installed-Size: 132 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: librsvg Version: 2.32.0-0ubuntu1 Depends: libc6 (>= 2.4), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.21.5), librsvg2-2 (= 2.32.0-0ubuntu1) Conflicts: gnome-games (<< 1:2.12) Description: SAX-based renderer library for SVG files (extra runtime) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package includes the gdk-pixbuf loader and a GTK+ engine, allowing to load SVG images transparently inside GTK+ applications. Homepage: http://librsvg.sourceforge.net/ Original-Maintainer: Josselin Mouette Package: sessioninstaller Status: install ok installed Priority: extra Section: gnome Installed-Size: 248 Maintainer: Ubuntu Developers Architecture: all Version: 0.20+bzr115-0ubuntu1 Depends: python (>= 2.5), python-support (>= 0.90.0), aptdaemon (>= 0.30), python-aptdaemon-gtk (>= 0.30), python-gst0.10 Conflicts: packagekit-gnome Description: APT based installer using PackgeKit's session DBus API Sessioninstaller allows applications to easily install additional software (e.g. extensions or GSreamer codecs), uninstall files and perform simple software status queries by implementing the distribution neutral D-Bus session interface of PackageKit. . The whole process including confirmation, error reporting and progress and notification is handled by sessioninstaller. . The reference implementation of the D-Bus interface can be found in gnome-packagekit. It was also adpoted by KPackageKit. . In contrast to gnome-packagekit and KPackageKit it doesn't use the PackageKit daemon for querying and installation, but instead makes use of APT and aptdaemon (alternatively synaptic can be used). Homepage: http://launchpad.net/sessioninstaller Original-Maintainer: Julian Andres Klode Python-Version: 2.6 Package: libcompizconfig0 Status: install ok installed Priority: extra Section: libs Installed-Size: 436 Maintainer: Michael Vogt Architecture: i386 Source: libcompizconfig Version: 0.8.4-0ubuntu3 Depends: libc6 (>= 2.8), libgcc1 (>= 1:4.1.1), libprotobuf6, libstdc++6 (>= 4.1.1), libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), compiz-core, compiz-core-abiversion-20091102 Breaks: compiz-core (<< 1:0.8.6) Conffiles: /etc/compizconfig/config eff8cf0add196b8e578420762c9c5b91 Description: Settings library for plugins - OpenCompositing Project The OpenCompositing Project brings 3D desktop visual effects that improve usability of the X Window System and provide increased productivity through plugins and themes contributed by the community giving a rich desktop experience. . This package contains the library for plugins to configure settings. Package: python-gtksourceview2 Status: install ok installed Priority: optional Section: python Installed-Size: 696 Maintainer: Ubuntu Developers Architecture: i386 Source: pygtksourceview Version: 2.10.1-1 Provides: python2.6-gtksourceview2 Depends: python (<< 2.7), python (>= 2.6), python-gobject (>= 2.15.2), python-gtk2 (>= 2.8.0), python-support (>= 0.90.0), python2.6-gobject, python2.6-gtk2, libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.12.0), libgtksourceview2.0-0 (>= 2.10.0), libpango1.0-0 (>= 1.14.0), zlib1g (>= 1:1.1.4) Suggests: libgtksourceview2.0-dev Description: Python bindings for the GtkSourceView widget GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains the Python bindings for GtkSourceView, and allows to write Python programs that use the GtkSourceView widget. Original-Maintainer: Josselin Mouette Python-Version: 2.6 Package: xdg-user-dirs Status: install ok installed Priority: optional Section: utils Installed-Size: 760 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 0.12-1ubuntu1 Depends: libc6 (>= 2.4) Conffiles: /etc/xdg/user-dirs.conf 602a95ec7fe4068512bebb712c41102d /etc/xdg/user-dirs.defaults b8595963fe74aeb65e854ba9da7f1acb /etc/X11/Xsession.d/60xdg-user-dirs-update 408d38a4d3e161d0b21ea112bbe227b3 Description: tool to manage well known user directories xdg-user-dirs is a tool to help manage "well known" user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames. . The way it works is that xdg-user-dirs-update is run very early in the login phase. This program reads a configuration file, and a set of default directories. It then creates localized versions of these directories in the users home directory and sets up a config file in $(XDG_CONFIG_HOME)/user-dirs.dirs (XDG_CONFIG_HOME defaults to ~/.config) that applications can read to find these directories. Homepage: http://www.freedesktop.org/wiki/Software/xdg-user-dirs Original-Maintainer: Sebastian Dröge Package: libgstreamer0.10-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1724 Maintainer: Ubuntu Developers Architecture: i386 Source: gstreamer0.10 Version: 0.10.30-1build2 Replaces: gobject-introspection-repository (<< 0.6.5-2) Depends: libc6 (>= 2.10), libglib2.0-0 (>= 2.25.13), libxml2 (>= 2.7.4) Suggests: gstreamer0.10-tools, gstreamer0.10-plugins Conflicts: gstreamer0.10-plugins-base (<< 0.10.25.2), libgstreamer-plugins-base0.10-0 (<< 0.10.11cvs20070110-0ubuntu5) Description: Core GStreamer libraries and elements GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the core library and elements. Original-Maintainer: Maintainers of GStreamer packages Homepage: http://gstreamer.freedesktop.org Package: gnome-disk-utility Status: install ok installed Priority: optional Section: admin Installed-Size: 2464 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.30.1-2 Depends: libatasmart4 (>= 0.13), libatk1.0-0 (>= 1.29.3), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libavahi-ui0 (>= 0.6.21), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libgdu-gtk0 (>= 2.29.90), libgdu0 (>= 2.29.90), libglib2.0-0 (>= 2.22.0), libgnome-keyring0 (>= 2.22), libgtk2.0-0 (>= 2.18.0), libnautilus-extension1 (>= 2.30), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libpango1.0-0 (>= 1.14.0), libunique-1.0-0 (>= 1.0.0), libx11-6, zlib1g (>= 1:1.1.4) Conffiles: /etc/xdg/autostart/gdu-notification-daemon.desktop 5dbb9b6be91e9e290b37696641f163fd Description: manage and configure disk drives and media palimpsest (from the gnome-disk-utility project) is a tool to manage disk drives and media: . * Format and partition drives. * Mount and unmount partitions. * Query S.M.A.R.T. attributes. . It utilizes udisks. Original-Maintainer: Utopia Maintenance Team Homepage: http://git.gnome.org/cgit/gnome-disk-utility/ Package: xauth Status: install ok installed Priority: optional Section: x11 Installed-Size: 96 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:1.0.4-1 Replaces: xbase-clients (<= 1:7.2.ds2-3) Depends: libc6 (>= 2.4), libx11-6, libxau6, libxext6, libxmuu1 Description: X authentication utility xauth is a small utility to read and manipulate Xauthority files, which are used by servers and clients alike to control authentication and access to X sessions. Original-Maintainer: Debian X Strike Force Package: libdjvulibre-text Status: install ok installed Priority: optional Section: libs Installed-Size: 452 Maintainer: Ubuntu Developers Architecture: i386 Source: djvulibre Version: 3.5.22-9ubuntu1 Replaces: djview3 (= 3.5.20-9), djvulibre-desktop (<< 3.5.20-9), libdjvulibre15 Description: Linguistic support files for libdjvulibre Runtime linguistic support files for the libdjvulibre library. Homepage: http://djvu.sourceforge.net/ Original-Maintainer: Barak A. Pearlmutter Package: libebackend1.2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 184 Maintainer: Ubuntu Developers Architecture: i386 Source: evolution-data-server Version: 2.30.3-2ubuntu2.1 Depends: libc6 (>= 2.4), libdb4.8, libedataserver1.2-13 (>= 2.30.3), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.16.1), libxml2 (>= 2.6.27) Description: Utility library for evolution data servers This package is a utility library for evolution-data-servers providing backend functions to access data. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: ufw Status: install ok installed Priority: optional Section: admin Installed-Size: 804 Maintainer: Jamie Strandboge Architecture: all Version: 0.30.0-1ubuntu2 Depends: debconf, python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), debconf (>= 0.5) | debconf-2.0, upstart-job, iptables, ucf Suggests: rsyslog Conffiles: /etc/default/ufw a5a50fd948d40f328e8c1b66d09ca984 /etc/rsyslog.d/20-ufw.conf 322b0e04163744367d1cba9608891bfe /etc/bash_completion.d/ufw 50de7ccdcddb779093156f133d9c0a5e /etc/ufw/sysctl.conf 887c00ab9cf13f6944abe88d424c9d08 /etc/init/ufw.conf b85f80257c81675ef38e9db139fb0921 /etc/logrotate.d/ufw 8a9b5120d86b4e59d7e43adaa7b9501c Description: program for managing a Netfilter firewall The Uncomplicated FireWall is a front-end for iptables, to make managing a Netfilter firewall easier. It provides a command line interface with syntax similar to OpenBSD's Packet Filter. It is particularly well-suited as a host-based firewall. Homepage: https://launchpad.net/ufw Python-Version: 2.6 Package: libisofs6 Status: install ok installed Priority: optional Section: libs Installed-Size: 332 Maintainer: Ubuntu Developers Architecture: i386 Source: libisofs Version: 0.6.32-2 Depends: libacl1 (>= 2.2.11-1), libc6 (>= 2.4), zlib1g (>= 1:1.2.0) Description: library to create ISO9960 images libisofs creates ISO images which can then be burnt with cdrskin or other software. Original-Maintainer: Debian Libburnia packagers Homepage: http://libburnia-project.org Package: libslang2 Status: install ok installed Priority: required Section: libs Installed-Size: 1256 Maintainer: Ubuntu Core Developers Architecture: i386 Source: slang2 Version: 2.2.2-4ubuntu1 Depends: libc6 (>= 2.4) Recommends: libpng12-0 Description: The S-Lang programming library - runtime version S-Lang is a C programmer's library that includes routines for the rapid development of sophisticated, user friendly, multi-platform applications. . This package contains only the shared library libslang.so.* and copyright information. It is only necessary for programs that use this library (such as jed and slrn). If you plan on doing development with S-Lang, you will need the companion -dev package as well. Original-Maintainer: Alastair McKinstry Package: nvidia-173-modaliases Status: install ok installed Priority: optional Section: admin Installed-Size: 84 Maintainer: Ubuntu Core Developers Architecture: i386 Source: nvidia-graphics-drivers-173 Version: 173.14.28-0ubuntu1 Description: Modaliases for the NVIDIA binary X.Org driver The modaliases provide a list of pci id's which makes it possible to detect the model of a graphic card. Package: pnm2ppa Status: install ok installed Priority: optional Section: text Installed-Size: 884 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1.13-0ubuntu1 Depends: libc6 (>= 2.7), debconf (>= 0.5) | debconf-2.0, ghostscript | gs Suggests: magicfilter | apsfilter Conflicts: pbm2ppa Description: PPM to PPA converter Using pnm2ppa it's possible to run HP-GDI printers on Linux. These printers are normally "Windows-only" and use the PPA protocol which is proprietary. pnm2ppa supports color. . pnm2ppa supports the following printers: HP Deskjet 7XX Series, HP Deskjet 820 Series and HP Deskjet 1000 Series. Original-Maintainer: Chad Walstrom Package: initscripts Status: install ok installed Priority: required Section: admin Installed-Size: 328 Maintainer: Ubuntu Core Developers Architecture: i386 Source: sysvinit Version: 2.87dsf-4ubuntu19 Replaces: libc0.1, libc0.3, libc6, libc6.1 Depends: libc6 (>= 2.4), mount (>= 2.11x-1), debianutils (>= 2.13.1), lsb-base (>= 3.2-14), sysvinit-utils (>= 2.86.ds1-39), sysv-rc | file-rc, passwd, upstart Recommends: psmisc, e2fsprogs Breaks: hostname (<< 2.95ubuntu1~boot2), rsyslog (<< 4.2.0-2ubuntu3~boot1), udev (<< 146-2~boot6), upstart (<< 0.6.3-2~boot4) Conflicts: libdevmapper1.02.1 (<< 2:1.02.24-1) Conffiles: /etc/init.d/bootlogd 6e90878c898804bf9059f8a304faed5d /etc/init.d/stop-bootlogd e1a190ec1150ff0c1514eb318be9e227 /etc/init.d/stop-bootlogd-single 1046585487345dd2d5d4b2841fb4a75b /etc/init.d/halt 6ae1b3b1b8198567a5e32116077f12a2 /etc/init.d/killprocs 5e404d35091fab6c4889302736ed4602 /etc/init.d/ondemand cc2a79a545967eec1170dc2bb44468e0 /etc/init.d/rc.local 2964c1446c6453cdde4213eede97ac38 /etc/init.d/reboot 1b9db1ef7bfd79b128ef85d5065721a6 /etc/init.d/sendsigs 09dc05f16b8fd093f104867162513c01 /etc/init.d/single dc13cb373c5c098a8fb95424701373e3 /etc/init.d/umountfs 842eba3cdd65c66a424f80a53f87d704 /etc/init.d/umountnfs.sh b824a44ff24087eb2bf6780db7dfd9dc /etc/init.d/umountroot 4a10d3d7aed6104b9ad8886b89cc1cfc /etc/init.d/urandom d0385e199d51b19181b77dc55211ac02 /etc/default/bootlogd 70a108da715299a6e33470eb450669fb /etc/default/devpts fc857c5ac5fb84d80720ed4d1c624f6e /etc/default/halt 18d9844cf8ca8608e2a559a4555e593a /etc/default/tmpfs d959a98cfb571cd7fdfb36bbb3d0a5c8 Description: scripts for initializing and shutting down the system The scripts in this package initialize a standard Debian GNU/Linux system at boot time and shut it down at halt or reboot time. Homepage: http://freshmeat.net/projects/sysvinit/ Original-Maintainer: Debian sysvinit maintainers Package: libblkid1 Status: install ok installed Priority: required Section: libs Installed-Size: 236 Maintainer: Ubuntu Core Developers Architecture: i386 Source: util-linux Version: 2.17.2-0ubuntu1.10.10.1 Depends: libc6 (>= 2.4), libuuid1 (>= 2.16) Conffiles: /etc/blkid.conf 7f4c49e01e0a23d2f4b20eeb32e95abb Description: block device id library The blkid library which allows system programs like fsck and mount to quickly and easily find block devices by filesystem UUID and LABEL. This allows system administrators to avoid specifying filesystems by hard-coded device names, but via a logical naming system instead. Original-Maintainer: LaMont Jones Package: libdatrie1 Status: install ok installed Priority: optional Section: libs Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: i386 Source: libdatrie Version: 0.2.3-1 Depends: libc6 (>= 2.1.3) Description: Double-array trie library This package provides shared libraries needed to run programs that use the datrie library. It is usually automatically installed. Original-Maintainer: Theppitak Karoonboonyanan Homepage: http://libthai.sourceforge.net/ Package: compiz-fusion-plugins-main Status: install ok installed Priority: extra Section: x11 Installed-Size: 3280 Maintainer: Travis Watkins Architecture: i386 Version: 0.8.6-0ubuntu2 Depends: libc6 (>= 2.11), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.12.0), libglu1-mesa | libglu1, libice6 (>= 1:1.0.0), libjpeg62, libpango1.0-0 (>= 1.14.0), libsm6, libstartup-notification0 (>= 0.10), libx11-6, libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxinerama1, libxml2 (>= 2.7.4), libxrandr2, libxrender1, libxslt1.1 (>= 1.1.18) Breaks: compiz-core (<< 1:0.8.6) Description: Compiz Fusion plugins - main collection Compiz Fusion is the result of the re-unification of the Beryl-project and the community around the Compiz Window Manager. It seeks to provide an easy and fun-to-use windowing environment, allowing use of the graphics hardware to provide impressive effects, amazing speed and unrivalled usefulness. . This package provides the primary and most well tested set of plugins from the compiz-fusion project. Package: liborbit2 Status: install ok installed Priority: optional Section: libs Installed-Size: 580 Maintainer: Ubuntu Developers Architecture: i386 Source: orbit2 Version: 1:2.14.18-0.1 Replaces: liborbit2-dev (<< 2.8.1-1) Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.23.5), libidl0 Conflicts: libbonobo-activation4 (<< 1:2.4.0), liblinc1 (<< 1.0.3-4), liborbit2-dev (<< 2.8.1-1) Description: libraries for ORBit2 - a CORBA ORB ORBit2 is a high-performance CORBA (Common Object Request Broker Architecture) ORB (Object Request Broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables communication between program objects, regardless of the programming language they're written in or the operating system they run on. . This package contains the run-time libraries used by ORBit2-based applications. Original-Maintainer: Sebastian Rittau Package: apparmor-utils Status: install ok installed Priority: extra Section: admin Installed-Size: 460 Maintainer: Ubuntu Core Developers Architecture: i386 Source: apparmor Version: 2.5.1-0ubuntu0.10.10.3 Depends: apparmor, libterm-readkey-perl, librpc-xml-perl, libapparmor-perl, perl Suggests: apparmor-docs, libterm-readline-gnu-perl Conffiles: /etc/apparmor/logprof.conf 000d1e33edddbf74d677cb914ea2c8da /etc/apparmor/severity.db cb68bdacc93aa7d2715c8cb58728e8de Description: Utilities for controlling AppArmor This provides some useful programs to help create and manage AppArmor profiles. Homepage: http://apparmor.wiki.kernel.org/ Package: dc Status: install ok installed Priority: standard Section: math Installed-Size: 212 Maintainer: Ubuntu Developers Architecture: i386 Source: bc Version: 1.06.95-2 Depends: libc6 (>= 2.4), dpkg (>= 1.15.4) | install-info Description: The GNU dc arbitrary precision reverse-polish calculator GNU dc is a reverse-polish desk calculator which supports unlimited precision arithmetic. It also allows you to define and call macros. . A reverse-polish calculator stores numbers on a stack. Entering a number pushes it on the stack. Arithmetic operations pop arguments off the stack and push the results. Home page: http://directory.fsf.org/GNU/bc.html Original-Maintainer: John G. Hasler Package: xinput Status: install ok installed Priority: optional Section: x11 Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.5.2-1 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.2.99.901), libxext6, libxi6 (>= 2:1.2.99.4) Description: Runtime configuration and test of XInput devices Xinput is an utility for configuring and testing XInput devices. Original-Maintainer: Julien Cristau Package: libss2 Status: install ok installed Priority: required Section: libs Installed-Size: 112 Maintainer: Ubuntu Core Developers Architecture: i386 Source: e2fsprogs Version: 1.41.12-1ubuntu2 Replaces: e2fsprogs (<< 1.34-1) Depends: libcomerr2, libc6 (>= 2.11) Description: command-line interface parsing library This package includes a tool that parses a command table to generate a simple command-line interface parser, the include files needed to compile and use it, and the static libs. . It was originally inspired by the Multics SubSystem library. Homepage: http://e2fsprogs.sourceforge.net Original-Maintainer: Theodore Y. Ts'o Package: command-not-found Status: install ok installed Priority: optional Section: admin Installed-Size: 128 Maintainer: Michael Vogt Architecture: all Version: 0.2.40ubuntu15 Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), python-apt, command-not-found-data, python-gdbm, lsb-release Conffiles: /etc/zsh_command_not_found d8030e5bf568d7d6d126f88f70399e52 Description: Suggest installation of packages in interactive bash sessions This package will install a handler for command_not_found that looks up programs not currently installed but available from the repositories. Original-Maintainer: Zygmunt Krynicki Python-Version: 2.6 Package: libavahi-common-data Status: install ok installed Priority: optional Section: libs Installed-Size: 108 Maintainer: Ubuntu Core Developers Architecture: i386 Source: avahi Version: 0.6.27-2ubuntu3 Description: Avahi common data files Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains common data files for avahi. Homepage: http://avahi.org/ Original-Maintainer: Utopia Maintenance Team Package: gucharmap Status: install ok installed Priority: optional Section: x11 Installed-Size: 532 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 1:2.32.0-0ubuntu1 Replaces: gnome-utils Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.18.0), libgtk2.0-0 (>= 2.20.0), libgucharmap7 (= 1:2.32.0-0ubuntu1), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), gconf2 (>= 2.28.1-2), libgtk2.0-bin Recommends: yelp Description: Unicode character picker and font browser This program allows you to browse through all the available Unicode characters and categories for the installed fonts, and to examine their detailed properties. It is an easy way to find the character you might only know by its Unicode name or code point. Homepage: http://live.gnome.org/Gucharmap Original-Maintainer: Sebastien Bacher Package: libunique-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 108 Maintainer: Ubuntu Developers Architecture: i386 Source: libunique Version: 1.1.6-1ubuntu3 Depends: libc6 (>= 2.4), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.12.0), libx11-6 Description: Library for writing single instance applications - shared libraries Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. . Unique makes it easy to write this kind of applications, by providing a base class, taking care of all the IPC machinery needed to send messages to a running instance, and also handling the startup notification side. . This package contains the shared libraries. Homepage: http://live.gnome.org/LibUnique Original-Maintainer: Debian GNOME Maintainers Package: libgtksourceview2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 448 Maintainer: Ubuntu Developers Architecture: i386 Source: gtksourceview2 Version: 2.10.5-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.16.0), libpango1.0-0 (>= 1.18.0), libpng12-0 (>= 1.2.13-4), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), libgtksourceview2.0-common (>= 2.10), libgtksourceview2.0-common (<< 2.11) Description: shared libraries for the GTK+ syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains the shared libraries required by applications to use this widget. Original-Maintainer: Debian GNOME Maintainers Homepage: http://projects.gnome.org/gtksourceview/ Package: at-spi Status: install ok installed Priority: optional Section: gnome Installed-Size: 516 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.31.91-0ubuntu1 Replaces: libatspi-dev (<< 1.6.0-2) Depends: gconf2 (>= 2.28.1-2), libatk1.0-0 (>= 1.29.3), libatspi1.0-0 (>= 1.31.91), libbonobo2-0 (>= 2.15.0), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.19.7), libice6 (>= 1:1.0.0), liborbit2 (>= 1:2.14.10), libpango1.0-0 (>= 1.14.0), libsm6, libx11-6, libxtst6, libgail-common Conffiles: /etc/xdg/autostart/at-spi-registryd.desktop a1e75de72c4b3f7b9a7b718aa59f2499 Description: Assistive Technology Service Provider Interface Providing accessibility means removing barriers that prevent people with disabilities from participating in substantial life activities, including the use of services, products, and information. Assistive access means that system infrastructure allows add-on assistive software to transparently provide specialized input and output capabilities. . This package contains the core components of GNOME Accessibility. if you need to use Assistive technology, install it. Original-Maintainer: Debian GNOME Maintainers Package: findutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 1712 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.4.2-1ubuntu1 Pre-Depends: libc6 (>= 2.7) Suggests: mlocate | locate | slocate Description: utilities for finding files--find, xargs GNU findutils provides utilities to find files meeting specified criteria and perform various actions on the files which are found. This package contains 'find' and 'xargs'; however, 'locate' has been split off into a separate package. Homepage: http://savannah.gnu.org/projects/findutils/ Original-Maintainer: Andreas Metzler Package: libbsd0 Status: install ok installed Priority: optional Section: libs Installed-Size: 128 Maintainer: Ubuntu Developers Architecture: i386 Source: libbsd Version: 0.2.0-1 Depends: libc6 (>= 2.8) Description: utility functions from BSD systems - shared library This library provides some functions commonly available on BSD systems but not on others like GNU systems. Original-Maintainer: Debian GNU/kFreeBSD Homepage: http://libbsd.freedesktop.org/ Package: libgweather-common Status: install ok installed Priority: optional Section: libs Installed-Size: 4624 Maintainer: Ubuntu Desktop Team Architecture: all Source: libgweather Version: 2.30.3-0ubuntu1 Replaces: gnome-applets-data (<< 2.21.3) Depends: gconf2 (>= 2.28.1-2) Conflicts: libgweather1 (<< 2.22.2-2) Description: GWeather common files libgweather is a library to access weather information from online services for numerous locations. . This package contains the weather locations. Original-Maintainer: Debian GNOME Maintainers Package: libxft2 Status: install ok installed Priority: optional Section: libs Installed-Size: 144 Maintainer: Ubuntu X-SWAT Architecture: i386 Source: xft Version: 2.1.14-2ubuntu1 Depends: libc6 (>= 2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.3.5), libx11-6, libxrender1 Description: FreeType-based font drawing library for X Xft provides a client-side font API for X applications, making the FreeType font rasterizer available to X clients. Fontconfig is used for font specification resolution. Where available, the RENDER extension handles glyph drawing; otherwise, the core X protocol is used. Original-Maintainer: Debian X Strike Force Package: ibus-pinyin-db-android Status: install ok installed Priority: optional Section: utils Installed-Size: 3552 Maintainer: Ubuntu Developers Architecture: all Source: ibus-pinyin Version: 1.3.10-1 Description: pinyin engine for ibus, android database ibus-pinyin is a im engine for Chinese, based on ibus. . this package provide one input method: * pinyin: pinyin input method. . for more information on pinyin input method, check http://en.wikipedia.org/wiki/Pinyin_method . . This package contains the android data files used by ibus-pinyin. Original-Maintainer: IME Packaging Team Homepage: http://code.google.com/p/ibus Package: libgnomecanvas2-common Status: install ok installed Priority: optional Section: x11 Installed-Size: 56 Maintainer: Ubuntu Developers Architecture: all Source: libgnomecanvas Version: 2.30.2-0ubuntu1 Replaces: libgnomecanvas2-0 (<= 1.117.0-1) Conflicts: libgnomecanvas2-0 (<= 1.117.0-1) Description: A powerful object-oriented display - common files The canvas widget is a powerful and extensible object-oriented display engine. A GnomeCanvasItem is a GtkObject representing some element of the display, such as an image, a rectangle, an ellipse, or some text. You can refer to this architecture as structured graphics; the canvas lets you deal with graphics in terms of items, rather than an undifferentiated grid of pixels. . This package contains internationalization files. Original-Maintainer: Ondřej Surý Package: xz-utils Status: install ok installed Priority: required Section: utils Installed-Size: 356 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.999.9beta+20100527-1 Depends: libc6 (>= 2.7), liblzma2 (>= 4.999.9beta+20100117) Conflicts: xz-lzma (<< 4.999.9beta+20091004-1) Description: XZ-format compression utilities XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . This package provides the command line tools for working with XZ compression, including xz, unxz, xzcat, xzgrep, and so on. They can also handle the older LZMA format, and if invoked via appropriate symlinks will emulate the behavior of the commands in the lzma package. . The XZ format is similar to the older LZMA format but includes some improvements for general use: . * 'file' magic for detecting XZ files; * crc64 data integrity check; * limited random-access reading support; * improved support for multithreading (not used in xz-utils); * support for flushing the encoder. Original-Maintainer: Jonathan Nieder Homepage: http://tukaani.org/xz/ Package: libgail-common Status: install ok installed Priority: optional Section: libs Installed-Size: 388 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gtk+2.0 Version: 2.22.0-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.6.4-6.1), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.8), libpango1.0-0 (>= 1.20), libpng12-0 (>= 1.2.13-4), libx11-6, libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxi6, libxinerama1, libxrandr2, libxrender1, zlib1g (>= 1:1.1.4), libgail18 (= 2.22.0-0ubuntu1) Description: GNOME Accessibility Implementation Library -- common modules Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains core shared libraries. Homepage: http://www.gtk.org/ Original-Maintainer: Sebastien Bacher Package: libgnomevfs2-extra Status: install ok installed Priority: optional Section: libs Installed-Size: 304 Maintainer: Ubuntu Developers Architecture: i386 Source: gnome-vfs Version: 1:2.24.3-1ubuntu1 Depends: libbz2-1.0, libc6 (>= 2.4), libgconf2-4 (>= 2.27.0), libglib2.0-0 (>= 2.16.0), libgnomevfs2-0 (>= 1:2.17.90), libgssapi-krb5-2 (>= 1.7+dfsg), libsmbclient (>= 3.0.24), libxml2 (>= 2.7.4), libgnomevfs2-common (>= 1:2.24), libgnomevfs2-common (<< 1:2.25) Conflicts: libgnomevfs2-0 (<< 1:2.16.0-1), libgnomevfs2-common (<< 2.12.2-7) Conffiles: /etc/gnome-vfs-2.0/modules/extra-modules.conf 511ea9d12c3f69f36635c92080226361 Description: GNOME Virtual File System (extra modules) GNOME VFS is the GNOME virtual file system. It is the foundation of the Nautilus file manager. It provides a modular architecture and ships with several modules that implement support for local files, http, ftp and others. It provides an URI-based API, a backend supporting asynchronous file operations, a MIME type manipulation library and other features. . This package contains extra VFS modules for the GNOME Virtual File System. It includes: * the bzip2 module; * the ftp module; * the http module (which also includes support for WebDAV); * the smb module, to browse Windows shares. Original-Maintainer: Josselin Mouette Package: erlang-runtime-tools Status: install ok installed Priority: optional Section: interpreters Installed-Size: 236 Maintainer: Ubuntu Developers Architecture: i386 Source: erlang Version: 1:13.b.3-dfsg-2ubuntu3 Replaces: erlang (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base-hipe (<< 1:13.b.3-dfsg-2ubuntu3), erlang-dev (<< 1:13.b.3-dfsg-2ubuntu3), erlang-doc-html (>> 1:13.b.3-dfsg-999), erlang-doc-html (<< 1:13.b.3-dfsg), erlang-examples (<< 1:13.b.3-dfsg-2ubuntu3), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:13.b.3-dfsg-2ubuntu3), erlang-src (<< 1:13.b.3-dfsg-2ubuntu3), erlang-x11 (<< 1:13.b.3-dfsg-2ubuntu3) Depends: erlang-base (= 1:13.b.3-dfsg-2ubuntu3) | erlang-base-hipe (= 1:13.b.3-dfsg-2ubuntu3), libc6 (>= 2.4) Suggests: erlang, erlang-manpages, erlang-doc-html Description: Erlang/OTP runtime tracing/debugging tools Runtime_Tools provides low-footprint tracing/debugging tools suitable for inclusion in a production system. Homepage: http://www.erlang.org/ Original-Maintainer: Debian Erlang Packagers Package: xserver-xorg-video-nouveau Status: install ok installed Priority: optional Section: x11 Installed-Size: 284 Maintainer: Ubuntu X-SWAT Architecture: i386 Version: 1:0.0.16+git20100805+b96170a-0ubuntu1 Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.4), libdrm-nouveau1 (>= 2.4.20-3~), libudev0 (>= 147), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Description: X.Org X server -- Nouveau display driver (experimental) This driver for the X.Org X server (see xserver-xorg for a further description) provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards. . Although the nouveau project aims to provide full 3D support it is not yet complete, and these packages do not include any 3D support. Users requiring 3D support should use the non-free "nvidia" driver. . This package is built from the FreeDesktop.org xf86-video-nouveau driver. Homepage: http://nouveau.freedesktop.org/wiki/ Original-Maintainer: Debian X Strike Force Package: liboobs-1-5 Status: install ok installed Priority: optional Section: libs Installed-Size: 220 Maintainer: Ubuntu Developers Architecture: i386 Source: liboobs Version: 2.31.91-0ubuntu1 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.18.0), system-tools-backends (>= 2.9.2) Breaks: gnome-system-tools (<< 2.30) Description: GObject based interface to system-tools-backends - shared library Liboobs is a lightweight library that provides a GObject based interface to system-tools-backends. It's completely abstracted of the communication and authentication details, making it easy for applications to integrate with the system details. . This package contains the shared library. Original-Maintainer: Loic Minier Package: dosfstools Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 232 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.0.9-1 Depends: libc6 (>= 2.7) Description: utilities for making and checking MS-DOS FAT filesystems The dosfstools package includes the mkdosfs (aka mkfs.dos and mkfs.vfat) and dosfsck (aka fsck.msdos and fsck.vfat) utilities, which respectively make and check MS-DOS FAT filesystems on hard drives or on floppies. . This version uses the enhanced boot sector/superblock format of DOS 3.3+ as well as provides a default dummy boot sector code. Original-Maintainer: Daniel Baumann Homepage: http://www.daniel-baumann.ch/software/dosfstools/ Package: gwibber Status: install ok installed Priority: optional Section: misc Installed-Size: 1980 Maintainer: Ubuntu Developers Architecture: all Version: 2.32.2-0ubuntu2 Depends: python-dbus, python-gtk2, python-gconf, python-egenix-mxdatetime, python-simplejson, python-webkit, librsvg2-2, librsvg2-common, python-imaging, python-xdg, python-mako, python-gtkspell, python-wnck, python-oauth, gwibber-service (= 2.32.2-0ubuntu2), python (>= 2.6), python-central (>= 0.6.11) Suggests: gwibber-themes Conffiles: /etc/xdg/autostart/gwibber.desktop 6375e4874fa720f900c9407348998716 Description: Open source social networking client for GNOME Gwibber is a social networking client for GNOME. It supports Facebook, Twitter, Identi.ca, StatusNet, FriendFeed, Qaiku, Flickr, and Digg. . This package includes the Gwibber desktop client Homepage: https://launchpad.net/gwibber Python-Version: >=2.6 Package: libgnomevfs2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 728 Maintainer: Ubuntu Developers Architecture: i386 Source: gnome-vfs Version: 1:2.24.3-1ubuntu1 Replaces: libgnomevfs2-common (<< 2.12.2-4) Depends: libacl1 (>= 2.2.11-1), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libgamin0 | libfam0, libgconf2-4 (>= 2.27.0), libglib2.0-0 (>= 2.23.5), libgnutls26 (>= 2.7.14-0), libselinux1 (>= 1.32), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), dbus (>= 0.90), libgnomevfs2-common (>= 1:2.24), libgnomevfs2-common (<< 1:2.25) Recommends: libgnomevfs2-extra, dbus-x11 Suggests: libgnomevfs2-bin, gamin | fam Conflicts: libbonobo2-0 (<< 2.15.0) Description: GNOME Virtual File System (runtime libraries) GNOME VFS is the GNOME virtual file system. It is the foundation of the Nautilus file manager. It provides a modular architecture and ships with several modules that implement support for local files, http, ftp and others. It provides an URI-based API, a backend supporting asynchronous file operations, a MIME type manipulation library and other features. . This package contains the runtime libraries, the daemon, and the default modules. Original-Maintainer: Josselin Mouette Package: app-install-data-partner Status: install ok installed Priority: optional Section: x11 Installed-Size: 148 Maintainer: Michael Vogt Architecture: all Version: 12.10.10.3 Replaces: app-install-data-commercial (<< 11.9.04) Description: Application Installer (data files for partner applications/repositories) A pretty application installer. . This package contains the data files for the partner applications and repositories available in gnome-app-install. Package: xfonts-encodings Status: install ok installed Priority: optional Section: x11 Installed-Size: 832 Maintainer: Ubuntu Developers Architecture: all Version: 1:1.0.3-1 Replaces: xfonts-base (<< 1:1.0.0) Depends: x11-common Description: Encodings for X.Org fonts This package contains the encodings that map to specific characters. Original-Maintainer: Debian X Strike Force Package: libx11-6 Status: install ok installed Priority: optional Section: libs Installed-Size: 1356 Maintainer: Ubuntu X-SWAT Architecture: i386 Source: libx11 Version: 2:1.3.3-3ubuntu1 Depends: libc6 (>= 2.4), libxcb1 (>= 1.2), libx11-data Conflicts: xlibs-data (<< 1:7.0.0) Description: X11 client-side library This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libsensors4 Status: install ok installed Priority: optional Section: libs Installed-Size: 172 Maintainer: Ubuntu Developers Architecture: i386 Source: lm-sensors-3 Version: 1:3.1.2-6 Depends: makedev (>= 2.3.1-45) | udev, libc6 (>= 2.4) Recommends: lm-sensors Conffiles: /etc/sensors3.conf b75844cf8f20acd591f51c4ef8d941f3 /etc/sensors.d/.placeholder d41d8cd98f00b204e9800998ecf8427e Description: library to read temperature/voltage/fan sensors Lm-sensors is a hardware health monitoring package for Linux. It allows you to access information from temperature, voltage, and fan speed sensors. It works with most newer systems. . This package contains a shared library for querying lm-sensors. Original-Maintainer: Aurelien Jarno Homepage: http://www.lm-sensors.org Package: libjasper1 Status: install ok installed Priority: optional Section: libs Installed-Size: 336 Maintainer: Ubuntu Developers Architecture: i386 Source: jasper Version: 1.900.1-7 Replaces: libjasper-1.700-2 Depends: libc6 (>= 2.7), libjpeg62 Suggests: libjasper-runtime Conflicts: libjasper-1.700-2 Description: The JasPer JPEG-2000 runtime library JasPer is a collection of software (i.e., a library and application programs) for the coding and manipulation of images. This software can handle image data in a variety of formats. One such format supported by JasPer is the JPEG-2000 format defined in ISO/IEC 15444-1:2000. . This package contains the shared library. Original-Maintainer: Roland Stigge Package: gnome-terminal-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 1012 Maintainer: Ubuntu Desktop Team Architecture: all Source: gnome-terminal Version: 2.32.0-0ubuntu1 Depends: gconf2 (>= 2.28.1-2) Recommends: gnome-terminal Description: Data files for the GNOME terminal emulator GNOME Terminal is a terminal emulation application that you can use to perform the following actions: - Access a UNIX shell in the GNOME environment. - Run any application that is designed to run on VT102, VT220, and xterm terminals. . This package contains data, help files and localization settings for gnome-terminal, the GNOME terminal emulator application. Original-Maintainer: Guilherme de S. Pastore Package: libcanberra0 Status: install ok installed Priority: optional Section: libs Installed-Size: 148 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libcanberra Version: 0.25-0ubuntu1 Depends: libasound2 (>> 1.0.22), libc6 (>= 2.7), libltdl7 (>= 2.2.6b), libogg0 (>= 1.0rc3), libtdb1 (>= 1.0.6), libvorbis0a (>= 1.1.2), libvorbisfile3 (>= 1.1.2) Suggests: libcanberra-gtk0, libcanberra-pulse Description: a simple abstract interface for playing event sounds libcanberra defines a simple abstract interface for playing event sounds. . libcanberra relies on the XDG sound naming specification for identifying event sounds. On Unix/Linux the right sound to play is found via the mechanisms defined in the XDG sound theming specification. Original-Maintainer: Marc-Andre Lureau Package: media-player-info Status: install ok installed Priority: optional Section: admin Installed-Size: 872 Maintainer: Martin Pitt Bugs: https://bugs.freedesktop.org/buglist.cgi?product=media-player-info Architecture: all Version: 12-1~maverick1 Depends: udev Description: Media player identification files media-player-info is a repository of data files describing media player (mostly USB Mass Storage ones) capabilities. These files contain information about the directory layout to use to add music to these devices, about the supported file formats, and so on. . The music player capabilities are now described in *.mpi files (which are ini-like files), together with udev rules to identify these devices. Original-Maintainer: Martin Pitt Homepage: http://www.freedesktop.org/software/media-player-info/ Package: python-argparse Status: install ok installed Priority: optional Section: python Installed-Size: 300 Maintainer: Ubuntu Developers Architecture: all Source: argparse Version: 1.1-1 Provides: python2.6-argparse Depends: python (>= 2.4), python-support (>= 0.90.0) Suggests: python-argparse-doc Description: optparse-inspired command-line parsing library Argparse takes the best of the optparse command-line parsing module and brings it new life. Argparse adds positional as well as optional arguments, the ability to create parsers for sub-commands, more informative help and usage messages, and much more. At the same time, it retains the ease and flexibility of use that made optparse so popular Original-Maintainer: Ritesh Raj Sarraf Homepage: http://code.google.com/p/argparse/ Python-Version: 2.6 Package: brasero-cdrkit Status: install ok installed Priority: optional Section: gnome Installed-Size: 172 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: brasero Version: 2.32.0-0ubuntu2.1 Replaces: libbrasero-media1 (<< 2.28.3-3) Depends: libbrasero-media1 (= 2.32.0-0ubuntu2.1), libc6 (>= 2.7), libglib2.0-0 (>= 2.25.10), libgstreamer-plugins-base0.10-0 (>= 0.10.12), libgstreamer0.10-0 (>= 0.10.15), libxml2 (>= 2.7.4), genisoimage, wodim Suggests: readom, dvdauthor 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, 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 Homepage: http://www.gnome.org/projects/brasero/ Original-Maintainer: Pedro Fragoso Package: jockey-gtk Status: install ok installed Priority: optional Section: admin Installed-Size: 160 Maintainer: Martin Pitt Architecture: all Source: jockey Version: 0.5.10-0ubuntu5.2 Depends: python, jockey-common (= 0.5.10-0ubuntu5.2), python-notify (>= 0.1.1-0ubuntu2), python-xdg, synaptic, policykit-1-gnome Recommends: python-appindicator (>= 0.0.6) Conffiles: /etc/xdg/autostart/jockey-gtk.desktop 4072bb8379ae6d77840c0e001119dda9 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. Python-Version: all Package: libgmime-2.4-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 480 Maintainer: Ubuntu Developers Architecture: i386 Source: gmime2.4 Version: 2.4.14-1+nmu1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), zlib1g (>= 1:1.1.4) Description: MIME message parser and creator library - runtime GMime provides a core library and set of utilities which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME). . This package contains the shared library of GMime. Original-Maintainer: Mirco Bauer Homepage: http://spruce.sourceforge.net/gmime/ Package: libpangomm-1.4-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 244 Maintainer: Ubuntu Developers Architecture: i386 Source: pangomm Version: 2.26.2-1 Replaces: libgtkmm-2.4-1c2a (<< 1:2.13) Depends: libc6 (>= 2.1.3), libcairo2 (>= 1.2.4), libcairomm-1.0-1 (>= 1.6.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.23.5), libglibmm-2.4-1c2a (>= 2.24.0), libpango1.0-0 (>= 1.23.0), libpng12-0 (>= 1.2.13-4), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.1.1), libx11-6, zlib1g (>= 1:1.1.4) Conflicts: libgtkmm-2.4-1c2a (<< 1:2.13) Description: C++ Wrapper for pango (shared libraries) Pangomm is a C++ wrapper for the pango library. Originally part of gtkmm, pangomm provides convenient C++ interfaces for handling both the layout and internationalization of text in graphical applications. . This package contains the shared library. Original-Maintainer: Michael Casadevall Homepage: http://gtkmm.org Package: libido-0.1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 100 Maintainer: Ubuntu Core Developers Architecture: i386 Source: ido Version: 0.1.14-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.21.6-1ubuntu3), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4) Breaks: indicator-sound (<< 0.3.7) Description: Shared library providing extra gtk menu items for display in system indicators . This package contains shared libraries to be used by applications. Homepage: https://launchpad.net/ido Package: rdesktop Status: install ok installed Priority: optional Section: x11 Installed-Size: 460 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1.6.0-3ubuntu2 Depends: libasound2 (>> 1.0.22), libc6 (>= 2.4), libsamplerate0, libssl0.9.8 (>= 0.9.8m-1), libx11-6 Description: RDP client for Windows NT/2000 Terminal Server rdesktop is an open source client for Windows NT/2000 Terminal Server, capable of natively speaking its Remote Desktop Protocol (RDP) in order to present the user's NT/2000 desktop. Unlike Citrix ICA, no server extensions are required. Original-Maintainer: Laszlo Boszormenyi (GCS) Package: python-gtk2 Status: install ok installed Priority: optional Section: python Installed-Size: 2628 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: pygtk Version: 2.21.0-0ubuntu1 Provides: python2.6-gtk2 Depends: python (<< 2.7), python (>= 2.6), python-cairo (>= 1.0.2-1.1), python-gobject (>= 2.15.3), python-support (>= 0.90.0), python2.6-cairo, python2.6-gobject, libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.21.5), libpango1.0-0 (>= 1.22.0) Suggests: python-gtk2-doc, python-numpy Conflicts: python-gdk-imlib, python-glade, python-gnome, python-gtk, python-gtk-1.2 (<< 0.6.12-7), python2.3-gtk2, python2.4-gtk2 Description: Python bindings for the GTK+ widget set This archive contains modules that allow you to use GTK+ in Python programs. Homepage: http://www.pygtk.org/ Original-Maintainer: Sebastien Bacher Python-Version: 2.6 Package: e2fsprogs Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 2156 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1.41.12-1ubuntu2 Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2) Pre-Depends: e2fslibs (= 1.41.12-1ubuntu2), libblkid1 (>= 1.34-1), libc6 (>= 2.11), libcomerr2 (>= 1.34-1), libss2 (>= 1.34-1), libuuid1 (>= 1.34-1), util-linux (>= 2.15~rc1-1) Suggests: gpart, parted, e2fsck-static Conflicts: dump (<< 0.4b4-4), initscripts (<< 2.85-4), quota (<< 1.55-8.1), sysvinit (<< 2.85-4) Conffiles: /etc/mke2fs.conf 33c2a4bda46c7cee498bb660084492dd Description: ext2/ext3/ext4 file system utilities The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package contains programs for creating, checking, and maintaining ext-based file systems, and the generic fsck wrapper. Homepage: http://e2fsprogs.sourceforge.net Original-Maintainer: Theodore Y. Ts'o Package: libpaper1 Status: install ok installed Priority: optional Section: libs Installed-Size: 104 Maintainer: Ubuntu Developers Architecture: i386 Source: libpaper Version: 1.1.24 Replaces: libpaperg (<< 1.1.9) Provides: libpaperg Depends: libc6 (>= 2.3), debconf (>= 0.5) | debconf-2.0, ucf (>= 0.28) Recommends: libpaper-utils Description: library for handling paper characteristics The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output. Original-Maintainer: Giuseppe Sacco Package: tsclient Status: install ok installed Priority: optional Section: gnome Installed-Size: 592 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 0.150-4ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libbonobo2-0 (>= 2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.7), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.14.0), libgnomeui-0 (>= 2.22.0), libgtk2.0-0 (>= 2.8.0), libpanel-applet2-0 (>= 2.26.0), rdesktop (>= 1.3) Suggests: vnc-viewer, xnest Description: front-end for viewing of remote desktops in GNOME tsclient is a GNOME program for remotely accessing Microsoft Windows NT/2000 Terminal Services and XP Remote Desktop Sharing as implemented by the Remote Desktop Protocol (RDP). Using the rdesktop program as a backend, tsclient allows users to access and view their desktops as stored on remote Windows NT/2000/XP servers. . Some of tsclient's features include: * A GNOME panel applet to quickly launch saved RDP files * Support for RDPv5 and rdesktop-1.3 arguments * Reading .rdp files in the MS Unicode format * Writing .rdp files in ASCII (for compatibility with the MS client) * A "RDP picker" which lists .rdp files in ~/.tsclient/ and launches rdesktop from the rdp file when selected . tsclient also supports: * VNC clients (*vncviewer) * Citrix ICA client * X via Xnest . Author: Erick Woods Homepage: http://sourceforge.net/projects/tsclient Original-Maintainer: Debian GNOME Maintainers Package: python-gobject Status: install ok installed Priority: optional Section: python Installed-Size: 964 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: pygobject Version: 2.21.5-0ubuntu3 Replaces: python-gi Provides: python-gi, python2.6-gobject Depends: python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), libc6 (>= 2.4), libffi5 (>= 3.0.4), libgirepository1.0-1 (>= 0.6.14), libglib2.0-0 (>= 2.24.0), gir1.0-glib-2.0 Recommends: python-gobject-cairo Suggests: python-gobject-dbg Conflicts: python-gi, python-gtk2 (<< 2.10) Description: Python bindings for the GObject library GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python bindings for GObject. It is mostly used by other bindings to map their GObjects to Python objects. Original-Maintainer: Josselin Mouette Python-Version: 2.6 Package: libsigc++-2.0-0c2a Status: install ok installed Priority: optional Section: libs Installed-Size: 100 Maintainer: Ubuntu Developers Architecture: i386 Source: libsigc++-2.0 Version: 2.2.4.2-1 Replaces: libsigc++-1.9-0, libsigc++-2.0-0, libsigc++-2.0-0c2 Depends: libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Conflicts: libsigc++-1.9-0, libsigc++-2.0-0, libsigc++-2.0-0c2 Description: type-safe Signal Framework for C++ - runtime This library implements a full callback system for use in widget libraries, abstract interfaces, and general programming. It provides the ability to connect an abstract callback to a class method, function, or function object, and contains adaptor classes for the connection of dissimilar callbacks. . These are the runtime files for libsigc++, needed only if you wish to run software which depends on it. Original-Maintainer: Daniel Burrows Package: libjack-jackd2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 364 Maintainer: Ubuntu Developers Architecture: i386 Source: jackd2 Version: 1.9.5~dfsg-19ubuntu1 Replaces: libjack-0.116 Provides: libjack-0.116 Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Suggests: jackd2 (= 1.9.5~dfsg-19ubuntu1) Conflicts: jackd2 (>> 1.9.5~dfsg-19ubuntu1), jackd2 (<< 1.9.5~dfsg-19ubuntu1), libjack-0.116, libjack0 Description: JACK Audio Connection Kit (libraries) JACK is a low-latency sound server, allowing multiple applications to connect to one audio device, and to share audio between themselves. . This package contains the shared libraries. Homepage: http://jackaudio.org/ Original-Maintainer: Debian Multimedia Maintainers Package: couchdb-bin Status: install ok installed Priority: optional Section: misc Installed-Size: 2532 Maintainer: Ubuntu Developers Architecture: i386 Source: couchdb Version: 1.0.1-0ubuntu3 Depends: libc6 (>= 2.3.6-6~), libcurl3 (>= 7.16.2-1), libicu42 (>= 4.2-1), erlang-base (>= 1:13.b.3-dfsg) | erlang-base-hipe (>= 1:13.b.3-dfsg), erlang-crypto (>= 1:13.b.3-dfsg), erlang-inets (>= 1:13.b.3-dfsg), erlang-xmerl (>= 1:13.b.3-dfsg), erlang-abi-13.a, adduser, libjs-jquery, lsb-base, procps, mawk, xulrunner-1.9.2 Suggests: couchdb Conffiles: /etc/couchdb/default.ini 942dddbcbf6c9881b782bafe31567d98 /etc/couchdb/local.ini 9eb7fbb2a00f179a88383a5442f160e6 Description: RESTful document oriented database, programs Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language. . This package contains the database program (so one can run personal servers), but no system database or "init" startup files. To get those, you need the "couchdb" package. . CouchDB is written in Erlang, but can be easily accessed from any environment that provides means to make HTTP requests. There are a multitude of third-party client libraries that make this even easier for a variety of programming languages and environments. Homepage: http://couchdb.apache.org/ Original-Maintainer: Erlang Packaging Team Package: openssh-server Status: install ok installed Priority: optional Section: net Installed-Size: 800 Maintainer: Colin Watson Architecture: i386 Source: openssh Version: 1:5.5p1-4ubuntu5 Replaces: openssh-client (<< 1:3.8.1p1-11), ssh, ssh-import, ssh-krb5 Provides: ssh-server Depends: libc6 (>= 2.8), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.8+dfsg), libkrb5-3 (>= 1.6.dfsg.2), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libssl0.9.8 (>= 0.9.8m-1), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4), debconf (>= 1.2.0) | debconf-2.0, openssh-client (= 1:5.5p1-4ubuntu5), upstart-job, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), lsb-base (>= 3.2-13), procps Recommends: xauth Suggests: ssh-askpass, rssh, molly-guard, openssh-blacklist, openssh-blacklist-extra, ufw Conflicts: rsh-client (<< 0.16.1-1), sftp, ssh (<< 1:3.8.1p1-9), ssh-import, ssh-krb5 (<< 1:4.3p2-7), ssh-nonfree (<< 2), ssh-socks, ssh2 Conffiles: /etc/init/ssh.conf 08bcebaf6fb97edaaf40a5ba71400406 /etc/init.d/ssh c58053693a734cd3cb3ca5098c76befa /etc/default/ssh 500e3cf069fe9a7b9936108eb9d9c035 /etc/network/if-up.d/openssh-server d6e8fb0f6192bc4cb91c4a1bc50d096b /etc/ufw/applications.d/openssh-server 486b78d54b93cc9fdc950c1d52ff479e /etc/pam.d/sshd 5ad89e19556206e750f3b096fbe9c6b3 Description: secure shell (SSH) server, for secure access from remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the sshd server. . In some countries it may be illegal to use any encryption at all without a special permit. . sshd replaces the insecure rshd program, which is obsolete for most purposes. Homepage: http://www.openssh.org/ Original-Maintainer: Debian OpenSSH Maintainers Package: libpolkit-backend-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 284 Maintainer: Ubuntu Developers Architecture: i386 Source: policykit-1 Version: 0.96-2ubuntu1 Depends: libc6 (>= 2.4), libeggdbus-1-0 (>= 0.5), libexpat1 (>= 1.95.8), libglib2.0-0 (>= 2.21.4), libpolkit-gobject-1-0 (>= 0.95) Description: PolicyKit backend API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for implementing authentication backends. Original-Maintainer: Utopia Maintenance Team Homepage: http://hal.freedesktop.org/docs/PolicyKit/ Package: nautilus Status: install ok installed Priority: optional Section: gnome Installed-Size: 3036 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 1:2.32.0-0ubuntu1.3 Replaces: libnautilus2-2 Provides: nautilus-extensions-2.0 Depends: libappindicator1 (>= 0.0.19), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libexempi3 (>= 2.1.0), libexif12, libgail18 (>= 1.18.0), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.16), libgnome-desktop-2-17 (>= 1:2.29.92), libgtk2.0-0 (>= 2.21.8), libice6 (>= 1:1.0.0), liblaunchpad-integration1 (>= 0.1.17), libnautilus-extension1 (>= 2.30), libpango1.0-0 (>= 1.20.0), libselinux1 (>= 1.32), libsm6, libunique-1.0-0 (>= 1.0.0), libx11-6, libxml2 (>= 2.7.4), libxrender1, nautilus-data (>= 1:2.32), nautilus-data (<< 1:2.33), shared-mime-info (>= 0.50), desktop-file-utils (>= 0.7), gvfs (>= 1.3.2), libglib2.0-data Recommends: eject, librsvg2-common, app-install-data, gvfs-backends, consolekit Suggests: eog, evince | pdf-viewer, gnome-app-install, totem | mp3-decoder, brasero (>= 2.26) | nautilus-cd-burner, xdg-user-dirs Breaks: gnome-session (<< 2.28), gnome-volume-manager (<< 2.24), rhythmbox (<< 0.12) Conflicts: libnautilus2-2, libnautilus2-dev Description: file manager and graphical shell for GNOME Nautilus is the official file manager for the GNOME desktop. It allows to browse directories, preview files and launch applications associated with them. It is also responsible for handling the icons on the GNOME desktop. It works on local and remote filesystems. . Several icon themes and components for viewing different kinds of files are available in separate packages. Homepage: http://www.gnome.org/projects/nautilus/ Original-Maintainer: Josselin Mouette Package: gvfs Status: install ok installed Priority: optional Section: libs Installed-Size: 1004 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 1.6.4-0ubuntu1.1 Replaces: gvfs-backends (<< 1.5.1-0ubuntu2) Depends: libc6 (>= 2.7), libdbus-1-3 (>= 1.1.1), libgconf2-4 (>= 2.31.1), libgdu0 (>= 2.29.90), libglib2.0-0 (>= 2.24.0), libgvfscommon0 (>= 1.1.7), libudev0 (>= 147), policykit-1-gnome Recommends: dbus, gvfs-backends Conflicts: gvfs-backends (<< 1.5.1-0ubuntu2) Description: userspace virtual filesystem - server gvfs is a userspace virtual filesystem where mount runs as a separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the gvfs server that provides gvfs mounts to all gio applications, and the minimal set of backends. Original-Maintainer: Sebastien Bacher Package: libatk1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 176 Maintainer: Ubuntu Developers Architecture: i386 Source: atk1.0 Version: 1.32.0-0ubuntu1 Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.16.0) Recommends: libatk1.0-data Description: The ATK accessibility toolkit ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This is the runtime part of ATK, needed to run applications built with it. Homepage: http://www.gtk.org/ Original-Maintainer: Debian GNOME Maintainers Package: python-central Status: install ok installed Priority: standard Section: python Installed-Size: 336 Maintainer: Ubuntu Core Developers Architecture: all Version: 0.6.15ubuntu2 Depends: python (>= 2.4.3-10) Conflicts: debhelper (<< 5.0.37.3ubuntu2) Description: register and build utility for Python packages This package provides support for building and installing python modules independent of the current installed Python version. Original-Maintainer: Matthias Klose Package: gnome-applets-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 7268 Maintainer: Ubuntu Desktop Team Architecture: all Source: gnome-applets Version: 2.30.0-3ubuntu3 Replaces: trashapplet Depends: gconf2 (>= 2.28.1-2), python (>= 2.4), python-support (>= 0.90.0) Pre-Depends: dpkg (>= 1.10.24) Conffiles: /etc/dbus-1/system.d/org.gnome.CPUFreqSelector.conf 6dcd52e91c8898bec0d7a4b303e6a989 Description: Various applets for the GNOME panel - data files This package contains data files (pixmaps, icons, documentations) needed by the gnome-applets package. Original-Maintainer: Guilherme de S. Pastore Package: liblzma2 Status: install ok installed Priority: required Section: libs Installed-Size: 308 Maintainer: Ubuntu Developers Architecture: i386 Source: xz-utils Version: 4.999.9beta+20100527-1 Depends: libc6 (>= 2.4) Description: XZ-format compression library XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . The native format of liblzma is XZ; it also supports raw (headerless) streams and the older LZMA format used by lzma. (For 7-Zip's related format, use the p7zip package instead.) Original-Maintainer: Jonathan Nieder Homepage: http://tukaani.org/xz/ Package: quadrapassel Status: install ok installed Priority: optional Section: games Installed-Size: 1020 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-games Version: 1:2.32.0-0ubuntu1 Replaces: gnome-games (<< 1:2.27.5-0ubuntu2), gnome-games-data (<< 1:2.27.5-0ubuntu2), gnometris Depends: gconf2 (>= 2.28.1-2), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.6.0), libcanberra-gtk0 (>= 0.17), libcanberra0 (>= 0.2), libclutter-1.0-0 (>= 1.2.12) | libclutter-eglx-es20-1.0-0 (>= 1.2.12) | libclutter-eglx-es11-1.0-0 (>= 1.2.12), libclutter-gtk-0.10-0 (>= 0.10.2), libgcc1 (>= 1:4.1.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.20.0), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), libstdc++6 (>= 4.1.1), gnome-games-common (>= 1:2.32.0-0ubuntu1) Conflicts: gnome-games (<< 1:2.27.5-0ubuntu2), gnome-games-data (<< 1:2.27.5-0ubuntu2), gnometris Description: Falling blocks game The Russian game of falling geometric shapes. Fit blocks together to make complete rows. Homepage: http://www.gnome.org/projects/gnome-games/ Original-Maintainer: Josselin Mouette Package: libnih1 Status: install ok installed Priority: required Section: libs Installed-Size: 152 Maintainer: Scott James Remnant Architecture: i386 Source: libnih Version: 1.0.2-1ubuntu2 Depends: libc6 (>> 2.12), libc6 (<< 2.13) Description: NIH Utility Library libnih is a light-weight "standard library" of C functions to ease the development of other libraries and applications, especially those normally found in /lib. . This package contains the shared library. Package: libglibmm-2.4-1c2a Status: install ok installed Priority: optional Section: libs Installed-Size: 1304 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: glibmm2.4 Version: 2.25.5-0ubuntu1 Replaces: libglibmm-2.4-1, libglibmm-2.4-1c2 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.25.16), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.2.1) Conflicts: libglibmm-2.4-1, libglibmm-2.4-1c2 Description: C++ wrapper for the GLib toolkit (shared libraries) GLib is a low-level general-purpose library used mainly by GTK+/GNOME applications, but is useful for other programs as well. glibmm is the C++ wrapper for GLib. . This package contains shared libraries. Homepage: http://www.gtkmm.org/ Original-Maintainer: Deng Xiyue Package: libexiv2-6 Status: install ok installed Priority: optional Section: libs Installed-Size: 1736 Maintainer: Ubuntu Developers Architecture: i386 Source: exiv2 Version: 0.19-3 Depends: libc6 (>= 2.4), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Recommends: exiv2 Description: EXIF/IPTC metadata manipulation library Exiv2 library supports: * full read and write access to the EXIF and IPTC metadata of an image through Exiv2 keys and standard C++ iterators * a smart IPTC implementation that does not affect data that programs like Photoshop store in the same image segment * EXIF MakerNote support: o MakerNote tags can be accessed just like any other EXIF metadata o a sophisticated write algorithm avoids corrupting the MakerNote: * extract and delete methods for EXIF thumbnails (both, JPEG and TIFF thumbnails) * set methods for EXIF thumbnails (JPEG only, TIFF thumbnails can be set from individual tags) * complete API documentation (by Doxygen) * generic lower-level classes to access IFD (Image File Directory) data structures Original-Maintainer: Debian KDE Extras Team Homepage: http://www.exiv2.org Package: libgtkhtml3.14-19 Status: install ok installed Priority: optional Section: libs Installed-Size: 788 Maintainer: Ubuntu Developers Architecture: i386 Source: gtkhtml3.14 Version: 1:3.30.3-1ubuntu1 Replaces: gtkhtml3.14 (<< 3.16.0) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libenchant1c2a (>= 1.6), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgail18 (>= 1.18.0), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.20.0), libpango1.0-0 (>= 1.18.0), zlib1g (>= 1:1.1.4) Suggests: libgtkhtml3.14-dbg Conflicts: gtkhtml3.14 (<< 3.16.0) Description: HTML rendering/editing library - runtime files GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the library and the translations. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: libcroco3 Status: install ok installed Priority: optional Section: libs Installed-Size: 296 Maintainer: Ubuntu Developers Architecture: i386 Source: libcroco Version: 0.6.2-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libxml2 (>= 2.7.4) Description: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit Services provided by Libcroco * A parser module that provides o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven API wich resembles SAX in the xml world. o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model. . The libcroco parser implements the CSS Level 2 specification, the CSS forward compatibility rules and the CSS cascading rules. . * A CSS2 selection engine Given an xml element node (that obviously comes from an xml document) and a stylesheet cascade, the Libcroco selection engine can evaluate the css selectors of the cascade and return the style properties associated to the xml element node. . Note that the xml manipulation toolkit used by the libcroco selection engine at the moment is libxml2. . This package contains the shared libraries. Original-Maintainer: Sebastien Bacher Package: brltty Status: install ok installed Priority: extra Section: admin Installed-Size: 5900 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.2-3ubuntu1 Replaces: libbrlapi1 (<< 3.7.2-7.1) Depends: libbrlapi0.5, libc6 (>= 2.4), libgpm2 (>= 1.20.4), libicu42 (>= 4.2-1), libncursesw5 (>= 5.7+20100313), initramfs-tools (>= 0.40ubuntu30), lsb-base (>= 3.2-14) Suggests: brltty-speechd, brltty-x11, console-braille Breaks: udev (<< 136-1) Conffiles: /etc/brltty/brltty-ba-all.hlp 798c2b496bd3c045a32450241f3dd6ce /etc/brltty/brltty-bd-all.hlp d8c911f6741d0c3e4e77d03b36ff0566 /etc/brltty/brltty-bl-18.hlp e367ac5130ee662a020f0190e15bd913 /etc/brltty/brltty-bl-40_m20_m40.hlp 8413d8e79fe38fecdf77a780e30103a8 /etc/brltty/brltty-bn-commands.hlp bea5bd67dd3a6c91c0dfc64afebad7d2 /etc/brltty/brltty-bn-keys.hlp f9b205f49b2359c562a9ec2320bc69ae /etc/brltty/brltty-ec-all.hlp ea9a61f7c677e676116445543c0eafcb /etc/brltty/brltty-ec-spanish.hlp 1c3bb65c624678ba622e4939c8b63de3 /etc/brltty/brltty-eu-all.hlp 4a195286cef553474c0a88b3be2cbe77 /etc/brltty/brltty-il-all.hlp 6eef565026f4c63028298a8ea3640d85 /etc/brltty/brltty-lt-all.hlp b1e2352134d0770c0b05aefe27bdd643 /etc/brltty/brltty-mb-all.hlp 6297f26f6f0e45b35bbdc1217cc9cb37 /etc/brltty/brltty-md-all.hlp 6f152cdd4b72fb6ff4c2e9a5428a44e6 /etc/brltty/brltty-mn-all.hlp a0c76476e07cfc7bb1c1f0392f1de8cb /etc/brltty/brltty-tn-all.hlp 1c44b5a8f7c083ca0a318399f889c7c2 /etc/brltty/brltty-ts-nav20_nav40.hlp 0bc9d5f9f0a9341872a6fe2d7d8d175b /etc/brltty/brltty-ts-nav80.hlp fd4e565596608d979e0d4eb709b9e480 /etc/brltty/brltty-ts-pb40.hlp 5e6408e8cd4afb7e696e3119344448f3 /etc/brltty/brltty-ts-pb65_pb81.hlp ba096af2dcf475301bb0bfa9ef32a608 /etc/brltty/brltty-tt-all.hlp 611cf47fdd0db795029725d8db1eb2de /etc/brltty/brltty-vd-all.hlp 919861d99e7dd119262bb407eba13cd2 /etc/brltty/brltty-vr-all.hlp dd882b291681d58cd7c7ca5f9a201da0 /etc/brltty/brltty-vs-all.hlp f35dd207f346453c58e1f14ee724f5d0 /etc/brltty/ar.ttb 94b5dab6c0537eff208e8340b7f4aca2 /etc/brltty/as.ttb ff859220b97d09c1cdecd0ab6d31b864 /etc/brltty/ascii-basic.tti 496f0cbe4fbd982d0d2a477bfb87a987 /etc/brltty/awa.ttb fb341e288fabf3b11e969a6008893e2a /etc/brltty/bengali.tti b461b8aabf339b55c03c48e07201aafa /etc/brltty/bg.ttb f8a22fdb47ea1038f0941008835c1aed /etc/brltty/bh.ttb 29ed211ad28a3e83043ca7cfed404081 /etc/brltty/bn.ttb 078d3130cbe0dba995680312bab3a0a3 /etc/brltty/bo.ttb 83c260178c6f0269099b662f1c710da2 /etc/brltty/boxes.tti 90240db99f64c1364fddc0d1719e7efe /etc/brltty/bra.ttb 087caa90a114b7b2976f4ccc7ffbbdfe /etc/brltty/brf.ttb fdf8d28abeefe27582fdce8112ea80ea /etc/brltty/common.tti ef5bf3becc81f061522672c8c524c581 /etc/brltty/control-latin.tti b76cf22f425c5ec2ca59ac42fd67f136 /etc/brltty/cs.ttb 1d713b187fbb2f70ca75ae39d89a9c88 /etc/brltty/cy.ttb bffa9ae32281aa1d10103aed17138742 /etc/brltty/da-1252.ttb 7b125ade964330841d466069a62ae46a /etc/brltty/da-lt.ttb c7298c5561dccc848fbc01b44d212ef3 /etc/brltty/da.ttb 4da483293dbb9618fcfef0041c74f843 /etc/brltty/de-chess.tti b5c5e4bc7c98383a315fafd91c0cb3c7 /etc/brltty/de.ttb a8776dd97ba06f73fab65ad15f410e75 /etc/brltty/devanagari.tti bfbd597b991036a057e701a84f4b1770 /etc/brltty/dra.ttb 2d46c0f3782e0beb42c803f1f91ca009 /etc/brltty/el.ttb 39f33b1f6584bd0da0c6dc5a677edf2c /etc/brltty/en-chess.tti 06ac908cdc43d5e342b572d741389922 /etc/brltty/en-na-ascii.tti e793aea5ed7bb04b1463e96ca432ebd3 /etc/brltty/en-nabcc.ttb a00c2a63324814f2bd4a406b00405e8a /etc/brltty/en.ttb eb04d364fd5045168eff206d54b96bfe /etc/brltty/en_CA.ttb 7845d1c2fe6876b133df9d6d4ad71142 /etc/brltty/en_UK.ttb 6157a151d5e0cb56b268d5dcfd8dbe52 /etc/brltty/en_US.ttb 1fed4f1b173688b8a3448c9473c9e651 /etc/brltty/eo.ttb 221ffa9630dfe334597bbd4fdb5ae28b /etc/brltty/es.ttb b548dd996537b3f616940e7cef17cb09 /etc/brltty/et.ttb 8245a788d06e635abaee355e1adec339 /etc/brltty/fi.ttb 26bf1083bae433a9cd3e3d7b985c95fa /etc/brltty/fr-2007.ttb c84e5252e2f58c3dcd9e0aad09c96e6a /etc/brltty/fr-cbifs.ttb 979afc76c990ccd025bd65833d0617e3 /etc/brltty/fr-vs.ttb aa60ce0def998a2017cc2763b57acc50 /etc/brltty/fr.ttb 6d642857661e500c693a99cdb6149970 /etc/brltty/fr_CA.ttb a5522dbcd0f1ca7964b8282310d875ee /etc/brltty/fr_FR.ttb 1902dea0d10d7f3388101b28d59be296 /etc/brltty/ga.ttb 210036013b3c22244f57db1e292059a1 /etc/brltty/gd.ttb 779a31b09566fb80cbc1fa97f8a4f091 /etc/brltty/gon.ttb 9f3bea28f4824a69af746fb4527fd65d /etc/brltty/gu.ttb 5c897b8663d5a573c200fe99f81b5c2a /etc/brltty/gujarati.tti 940ba6490835db4f42d2ecd3986c8b9b /etc/brltty/gurmukhi.tti b1155454c3ba8da2da8fccda69d1cdfc /etc/brltty/he.ttb 72f089034bf4405bcb289fd4a3bc10d3 /etc/brltty/hi.ttb b65c4b7f4c9032a3f01f50088b1fd3a6 /etc/brltty/hr.ttb 3a6ec71e847c03bc3dda7f9920ef7c56 /etc/brltty/hu.ttb a81b91269fc245e8f0bb02c4bdcaff0f /etc/brltty/hy.ttb 6a991125cd387f2971c6884518719b61 /etc/brltty/is.ttb cfc872c84dbb5daa4d6061cffc88226f /etc/brltty/it.ttb 023f120f2f1e349a0c29ec1ea582c5e3 /etc/brltty/kannada.tti a37dd2bf9fc7f044f6ae077a3f43ef04 /etc/brltty/kha.ttb b1c9be9ee1a869794937808281ea9d54 /etc/brltty/kn.ttb 95ec589a709e3cecd74b4390dcdcd20f /etc/brltty/kok.ttb 97cffbe5f2e3a9efc691de217d6da66b /etc/brltty/kru.ttb dbae70cde8fc410af419c17292049b70 /etc/brltty/letters-cyrillic.tti c004aa3bf9aa64aec2761c325cec7b90 /etc/brltty/letters-latin-dot8.tti d419d3f6e7d0ddbf6b8ab34a1d7cbbd6 /etc/brltty/letters-latin.tti ca2631f140c868dfb839ba59682efcbb /etc/brltty/lt.ttb 686e5a1d86652d21cdf6fd82cdc2452f /etc/brltty/lv.ttb e23d70ecc479b583346f2d5a3f776948 /etc/brltty/malayalam.tti 46ead8da023c90852100bfd9a007b70b /etc/brltty/mg.ttb 9531c34fe8bb4bec4fd403361c71dc54 /etc/brltty/mi.ttb bc1e4800fe4ad0e316b89c5b3a0d36c1 /etc/brltty/ml.ttb e4dcdf96ce2b22b49390bd4e92f347ab /etc/brltty/mni.ttb dadd5bdd62302ec650f4d5ba9359c69d /etc/brltty/mr.ttb 644a801aee0286a20069beb3e7ffe6f0 /etc/brltty/mt.ttb 1ec8095214ac08966ce493733f74a96e /etc/brltty/mun.ttb a8c0a7305cb967d36fff81f989aaed99 /etc/brltty/mwr.ttb 0535482607d88fc1f373e96732bdce19 /etc/brltty/ne.ttb 88cc8c581055cbc525ad53c5ea7409b3 /etc/brltty/new.ttb 96e6fd8855e314e4c9926a1fb4ba02f6 /etc/brltty/nl.ttb bada629bb9cb89ed002007afb510f847 /etc/brltty/nl_BE.ttb e298c80b279f86e12ec2d15cbc00f34a /etc/brltty/nl_NL.ttb dd26ef9a035f68ba7229b2f816b2d9a1 /etc/brltty/no-generic.ttb 95712757cbaf916a8ab7ed48d1d18bcc /etc/brltty/no-oub.ttb 12c7a15df34130a2d2ee130bb2f0203d /etc/brltty/no.ttb ef0b1891e514dca405eb0cfdf35ba613 /etc/brltty/numbers-dot6.tti 8097f52f54430a00f1ac8ea42478b0f3 /etc/brltty/numbers-dot8.tti 8fa5841b2ad1fc79b0d0f67d8598ac24 /etc/brltty/numbers-french.tti 593da8124dee520fe9e126153677ed86 /etc/brltty/numbers-nemeth.tti 10d15c5fac7e73df96c089284949b771 /etc/brltty/nwc.ttb 788827cc24ac89e93d0be334a546470f /etc/brltty/or.ttb 3d67c346c024de6b6a284246797ffae5 /etc/brltty/oriya.tti 558b09c3103afb38c1fc19135cca5954 /etc/brltty/pa.ttb 6e8ab67ab4a7db79cae113485b44433f /etc/brltty/pi.ttb 0f8a61dc3f5714b513f61b3116c88cd4 /etc/brltty/pl.ttb a3320e023141eec7969e5b300412073f /etc/brltty/pt.ttb f48670875ce6f54624ddd213796f61a1 /etc/brltty/punctuation-alternate.tti 6e61289e28d667cf78ad19569900f843 /etc/brltty/punctuation-basic.tti 41ca20c63d507b003d85884492886053 /etc/brltty/ro.ttb 72478f30fa8c7fada61e1a46010d0432 /etc/brltty/ru.ttb 4ad19225a2a759cff6ae7f35dc5a2b73 /etc/brltty/sa.ttb 0d32eaf15728a7b658bf12d88eaffa86 /etc/brltty/sat.ttb 2c0f4615844fe8dfc9df895d81960181 /etc/brltty/sd.ttb 128a606ca466ce948f3e944beb637722 /etc/brltty/sk.ttb 5242b3885ca13603c58dd8e2cf748f65 /etc/brltty/spaces.tti c7825d28fb2b749f01ce903e84ab387e /etc/brltty/sv-1989.ttb 739f20cd73b3666813d11cff7dcfd4ca /etc/brltty/sv-1996.ttb 67ea82639e2eb752b74829a16fe9b39f /etc/brltty/sv.ttb 1b3314a409460b2398938c5f9b781af6 /etc/brltty/sw.ttb 8a9c46ea5ed4dc5e07bf1e7655dab077 /etc/brltty/ta.ttb 0ffa5576f558067e752d15a25cc01a9b /etc/brltty/tamil.tti cb93390f7cd3104d3496d41b9d74daa6 /etc/brltty/te.ttb 5917aa46fc45c90a74a64e665eaf8857 /etc/brltty/telugu.tti 056236fffda78384bac6011186133e0a /etc/brltty/tr.ttb 7ae4f5295e95164811e8c138a4c859ec /etc/brltty/vi.ttb a10e088c9284edc0b29620b90409a728 /etc/brltty/attrib.atb 8edb423fcfbe3abce6cd84454fe90061 /etc/brltty/attributes.atb 210efa38b815ca48046d3d6ae9f0ab96 /etc/brltty/af.ctb 94cc578379e9438bbf410e52460a8a27 /etc/brltty/am.ctb 69073088cbcf7d8d83344bfece547c8e /etc/brltty/countries.cti d9077223832b2c224917baf9b582d0b0 /etc/brltty/de-basis.ctb de1cec7da1ad4aca267122c8b5500322 /etc/brltty/de-kurzschrift.ctb 87d2262a8212b367ae88e4a150289d8c /etc/brltty/de-vollschrift.ctb 5323b3980dcc68f5b30358f644ece04b /etc/brltty/en-ueb-g2.ctb 1fad9a810573e837897443bc376fcd42 /etc/brltty/en-us-g2.ctb 3e4c540284b358e69abdaf506180ea46 /etc/brltty/es.ctb a6cac3e20b67b412e5dc3f4440b336d9 /etc/brltty/fr-abrege.ctb f3f54715e342f9292aa728b70a09de30 /etc/brltty/fr-integral.ctb 0ab9deff1100558383145e9f1417bcc6 /etc/brltty/ha.ctb 80260bfb7d07a3bea24324ba19e9af80 /etc/brltty/id.ctb d6b6f9ddc68c564a7d35151b527b447f /etc/brltty/ipa.ctb 0aa3def062f181d9ada7cca271cabdf5 /etc/brltty/ja.ctb 4e9e72675ddff0512f97ca8da47551b6 /etc/brltty/ko-g1.ctb f093a552fae53f8c26410490e0d650bd /etc/brltty/ko-g2.ctb e9d52850a13b5c5aa01a582631964eda /etc/brltty/ko.ctb 6c9167f3f88010e3ba7d7fdfcb986fb9 /etc/brltty/letters-latin.cti de41b699381273ee8a7bf37dca299c1e /etc/brltty/mg.ctb ded6ef32f3831a07b6d3522cb371863b /etc/brltty/mun.ctb 59b3843e8c762173da8136741a34ba6a /etc/brltty/nabcc.cti 18c47d1f2ddc53cd87e0cfb2c0c20464 /etc/brltty/nl.ctb c719c5a716c4c0b0cf9ded2f9d264d0d /etc/brltty/ny.ctb 21811e49396d348d042a25ed681bca2b /etc/brltty/pt.ctb b0ebec3bcc492739ebf7fc95ab9ca306 /etc/brltty/si.ctb 698e6b496eeb5965ccd3015eb283247c /etc/brltty/sw.ctb 32d4c83a6c8c5b1b2783f86b17461433 /etc/brltty/th.ctb dbbae41d7382375944cd29127c3082fa /etc/brltty/zh-tw-polyphone.cti fe639f293a5bab3cc6f0b200c1253307 /etc/brltty/zh-tw-ucb.ctb 00b3dc591af871fbc69d23570e025c12 /etc/brltty/zh-tw.ctb 50b83de35d4fb046a3df0647669f6511 /etc/brltty/zu.ctb a08e9090a82d033427de5fbf1c0abdc2 /etc/brltty/brl-al-abt_basic.kti 662eefdb0834b50e81efafbd9bd1ce19 /etc/brltty/brl-al-abt_extra.kti 16b03c513a1709eeb34c2d57c8f01dd5 /etc/brltty/brl-al-abt_large.ktb b810f00c74e96c077c034a498a783f42 /etc/brltty/brl-al-abt_small.ktb fe6d09a97cad8780d674d83ea603da7a /etc/brltty/brl-al-bc.ktb 2f43221d6e34ae92b56ac20803974d35 /etc/brltty/brl-al-sat_basic.kti 0fff6371d676a97daea26a5e4eaa2d01 /etc/brltty/brl-al-sat_extra.kti 47b4ff49166c1874a8e901a15a09d112 /etc/brltty/brl-al-sat_large.ktb 857c6978cc786df5bbb35ec8e182537b /etc/brltty/brl-al-sat_small.ktb 008fc9c88e173bd0809a2ca3d3f3da61 /etc/brltty/brl-at-all.ktb 280bbaf2be0b8434ccb6d7eca0b7ea28 /etc/brltty/brl-bm-command.kti 481d2ed3e0c2a27db84b0564d2e018ab /etc/brltty/brl-bm-default.ktb bf570975386ed09a502889cab2cd187a /etc/brltty/brl-bm-display6.kti e30a3edc56c23b3621f6f475046e6cfd /etc/brltty/brl-bm-display7.kti b2bb83fcc6946cfb3bf3bb9c020e4a44 /etc/brltty/brl-bm-dm80p.ktb 6e17025d7818e8a2c0f66914d827961f /etc/brltty/brl-bm-front10.kti 45553fc8a70c090d7e89b674a3eff75b /etc/brltty/brl-bm-front6.kti d9ee5139c54ca9f37de4f15cf8221b8b /etc/brltty/brl-bm-horizontal.kti c429e594790e7114d4094202027f3cf1 /etc/brltty/brl-bm-inka.ktb 8a73224c2ac4063bcca4034d3a511b8c /etc/brltty/brl-bm-keyboard.kti 3f045a5207a69e730d1d2d20006e7634 /etc/brltty/brl-bm-pro.ktb b34d7882603a634fcf794cf7fc5b4fcc /etc/brltty/brl-bm-routing6.kti b1997d5fea156cd758eac21e604a06a2 /etc/brltty/brl-bm-routing7.kti e2cfaaf92d017250c64c5db37e462af7 /etc/brltty/brl-bm-status.kti aa773ae57b73be8f1d65674a8f388180 /etc/brltty/brl-bm-vario.ktb f22460c08e0c91a02d4755d6c5066f80 /etc/brltty/brl-bm-vertical.kti b44dad83852ca7f74f363ff464d005c7 /etc/brltty/brl-bm-wheels.kti 8f9f70e8598087f764c9d995a32743ef /etc/brltty/brl-cb-all.ktb 89e3891713ddd56eae85d3ba5e3a3a5a /etc/brltty/brl-fs-bumpers.kti ebe53540a9dae0b6ee3561894959b097 /etc/brltty/brl-fs-common.kti 2f779e791f89c91e345165c87c31056c /etc/brltty/brl-fs-focus_basic.ktb 99e31f0af083a64743f02d600a3aae21 /etc/brltty/brl-fs-focus_basic.kti a476354a4ba0d0de4ae34134af7eb05b /etc/brltty/brl-fs-focus_large.ktb f3841935e6f4ad0d1b77495c8f3c57b6 /etc/brltty/brl-fs-focus_small.ktb 6aaf1da4ecb6a5088bb19843ad9cfc5e /etc/brltty/brl-fs-pacmate.ktb 941d744caab4551bc8ce5570515f7ee0 /etc/brltty/brl-fs-rockers.kti 85ddb9005dfdcbf74b9992a01f09ad76 /etc/brltty/brl-hm-sense.ktb 9f49e95d73af20b959a99cd90ba7177b /etc/brltty/brl-hm-sync.ktb 4556ee2bf88e814ba5d19355dd2284b0 /etc/brltty/brl-ht-bkwm.ktb 873a832d9697f600f306852889d030b7 /etc/brltty/brl-ht-bs.kti 398a38570659a8a9507b136699fd7190 /etc/brltty/brl-ht-bs40.ktb d6f300f6f75d75b681ae13cc3ae18dbb /etc/brltty/brl-ht-bs80.ktb 69032340ff7feed4afea7856b2164015 /etc/brltty/brl-ht-dots.kti 703b6511004079bed4cc67215b87636d /etc/brltty/brl-ht-easy.ktb 3f3d9d62e327f03587a58bea03bca75f /etc/brltty/brl-ht-input.kti e15278d7ec1da5d66fb5a1214bf35213 /etc/brltty/brl-ht-keypad.kti 950dd6e803377d33d7ffa33eeab46819 /etc/brltty/brl-ht-mdlr.ktb 87528fba08096e1c565f51059769ccb9 /etc/brltty/brl-ht-me.kti 46f7d911f163ad96b0d725aa3f08abff /etc/brltty/brl-ht-me64.ktb 9c63caf1a0aa823bbfc5228ace571216 /etc/brltty/brl-ht-me88.ktb 003212f8dd1e32a47bac2495861df1b6 /etc/brltty/brl-ht-rockers.kti cd4118f728f9f61f5a687c03b84c32c6 /etc/brltty/brl-ht-wave.ktb f0669fc4180dbf83095ee26509bbbb7f /etc/brltty/brl-mt-all.ktb 1284c53dc33f166abf26bbfddd6e0b5c /etc/brltty/brl-pg-all.ktb 11b95880770f9579ab3348248c06cece /etc/brltty/brl-pm-2d_l.ktb 938fd2e8c6a481dc8ae97003fa6732ae /etc/brltty/brl-pm-2d_s.ktb ffcffe3acb8f4331f377f8e4882e14c4 /etc/brltty/brl-pm-bar.kti 19a0c8c4a7749056d8f83b68645c04cd /etc/brltty/brl-pm-c.ktb 9416abd70f5ff4b96f7e626d34952a06 /etc/brltty/brl-pm-c_486.ktb 9f101d276e6a23641cd7e887a4c85fa6 /etc/brltty/brl-pm-el2d_80s.ktb 28629377435f484ea6b154f5ecfe46d9 /etc/brltty/brl-pm-el40s.ktb 5fa91ddeeaaac7bb244c55ebbea3f869 /etc/brltty/brl-pm-el66s.ktb dcaf4e54cfea6e3dd1fa14a8f8798af3 /etc/brltty/brl-pm-el70s.ktb 484fa47cb63eadf94e3ec49eff06838a /etc/brltty/brl-pm-el80_ii.ktb fc61d178da47a3034435aeb60d4e0faa /etc/brltty/brl-pm-el80s.ktb e83e27766ba1e94582f2d4f56344b10a /etc/brltty/brl-pm-el_2d_40.ktb 5719d3c18d19378d030969e6933633d2 /etc/brltty/brl-pm-el_2d_66.ktb 481facdcbbda1f15cdcb13231b7c8ea9 /etc/brltty/brl-pm-el_2d_80.ktb 21c20cbada4c11f9593fe2c8a6c38327 /etc/brltty/brl-pm-el_40_p.ktb 7d2061637ae945c654e0068669e60ccd /etc/brltty/brl-pm-el_80.ktb 6c1d6e38405165b68b1d304bf87095ba /etc/brltty/brl-pm-elba_20.ktb 54945e6a8acf82a690a91b247d6443ba /etc/brltty/brl-pm-elba_32.ktb c6dca93e59408d42280e76017a7bd4ee /etc/brltty/brl-pm-elba_trio_20.ktb a2264a88b47f0649ace3503875f3521f /etc/brltty/brl-pm-elba_trio_32.ktb b4522bd0df4907fb5765fd3dfa65c118 /etc/brltty/brl-pm-front13.kti 50a4c66e7f0cf3d5a89b2dd1bd3c4567 /etc/brltty/brl-pm-front9.kti 929ad398e8262379b9e55cc06c62e32a /etc/brltty/brl-pm-ib_80.ktb d24810444de944884c2293ce1309e099 /etc/brltty/brl-pm-keyboard.kti 758b88457faf254da89b6312bfe327ba /etc/brltty/brl-pm-keys.kti f8d33825bd5b7e4a06c6cbd895b2fbfa /etc/brltty/brl-pm-routing.kti f979341b527868965ec853eba82ee196 /etc/brltty/brl-pm-status0.kti e000c86d6e64bf6b37d549f0e3bee6fd /etc/brltty/brl-pm-status13.kti b0498fde79294e63224b6bfeb06666d2 /etc/brltty/brl-pm-status2.kti feac3f7419a652b49ec163c6ce491c5d /etc/brltty/brl-pm-status20.kti cd4c4dd257fd38be832b13537d400ecc /etc/brltty/brl-pm-status22.kti 7000d8977eb1d0064384cedfeafcbff6 /etc/brltty/brl-pm-status4.kti 4cfdfe27f39e8aa9b6b82c76488c044c /etc/brltty/brl-pm-switches.kti 2e4b575e32d6fdc437e784ba4ea79141 /etc/brltty/brl-pm-trio.ktb d6f92000e9fb394c6613bf6dd3be75e7 /etc/brltty/brl-sk-all.ktb 2a0650db7a6f18ef915dc77c1b39ee64 /etc/brltty/brl-vo-all.ktb 4bc9aa1ff2ecad7eb665a943bdab46f8 /etc/brltty/kbd-braille.kti 1724d07a3c2404f426ada0e89aea60b4 /etc/brltty/kbd-desktop.ktb d83fa7eb5f464fda9ea0311d8d69837f /etc/brltty/kbd-keypad.ktb c12c0bb36ba17b6ce1834ac81ca03396 /etc/brltty/kbd-laptop.ktb 2bf22610a9a86dca5d9434f558dcc9f1 /etc/default/brltty c99731b55202edfffcfbecd5f0401b85 /etc/init.d/brltty ff21add488f1dff38d5b42800d3716c6 Description: Access software for a blind person using a braille display BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. The following display models are supported: * Alva (ABT3xx, Delphi, Satellite, Braille System 40, BC 640/680) * Baum * BrailleLite (18, 40, M20/M40) * BrailleNote (18/32) * EcoBraille displays * EuroBraille displays * Freedom Scientific (Focus and PacMate) * HandyTech displays * HIMS (Braille Sense, SyncBraille) * LogText 32 * MDV braille displays * Papenmeier * Pegasus (20/27/40/80) * Seika 40 * Tieman (Voyager 44/70, CombiBraille, MiniBraille and MultiBraille) * Tivomatic (Albatross) * TSI (PowerBraille/Navigator) * Videobraille * VisioBraille . BRLTTY also provides a client/server based infrastructure for applications wishing to utilize a Braille display. The daemon process listens for incoming TCP/IP connections on a certain port. A shared object library for clients is provided in the package libbrlapi0.5. A static library, header files and documentation is provided in package libbrlapi-dev. Bindings to other programming languages can be found in libbrlapi-java (Java) and python-brlapi (Python). Homepage: http://mielke.cc/brltty/ Original-Maintainer: Debian Accessibility Team Package: libavahi-common3 Status: install ok installed Priority: optional Section: libs Installed-Size: 128 Maintainer: Ubuntu Core Developers Architecture: i386 Source: avahi Version: 0.6.27-2ubuntu3 Depends: libc6 (>= 2.4), libavahi-common-data Description: Avahi common library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the Avahi common library, which is a set of common functions used by many of Avahis components and client applications. Homepage: http://avahi.org/ Original-Maintainer: Utopia Maintenance Team Package: cpp Status: install ok installed Priority: optional Section: interpreters Installed-Size: 104 Maintainer: Ubuntu Developers Architecture: i386 Source: gcc-defaults (1.93ubuntu2) Version: 4:4.4.4-1ubuntu2 Depends: cpp-4.4 (>= 4.4.4-1) Suggests: cpp-doc Conflicts: cpp-doc (<< 1:2.95.3) Description: The GNU C preprocessor (cpp) The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This is a dependency package providing the default GNU C preprocessor. Original-Maintainer: Debian GCC Maintainers Package: libnss-mdns Status: install ok installed Priority: optional Section: admin Installed-Size: 148 Maintainer: Ubuntu Core developers Architecture: i386 Source: nss-mdns Version: 0.10-3ubuntu4 Depends: libc6 (>= 2.4), base-files (>= 3.1.10), perl, avahi-daemon (>= 0.6.16-1) Suggests: avahi-autoipd | zeroconf Description: NSS module for Multicast DNS name resolution nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing host name resolution via Multicast DNS (using Zeroconf, aka Apple Bonjour / Apple Rendezvous ), effectively allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local. Original-Maintainer: Utopia Maintenance Team Package: libplist1 Status: install ok installed Priority: optional Section: libs Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: i386 Source: libplist Version: 1.3-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libxml2 (>= 2.7.4) Description: Library for handling Apple binary and XML property lists libplist is a library for reading and writing the Apple binary and XML property lists format. It's part of the libiphone stack, providing access to Ipod and Iphone devices. Original-Maintainer: Julien Lavergne Homepage: http://github.com/JonathanBeck/libplist Package: evolution-plugins Status: install ok installed Priority: optional Section: gnome Installed-Size: 744 Maintainer: Ubuntu Developers Architecture: i386 Source: evolution Version: 2.30.3-1ubuntu7.3 Replaces: evolution-plugins-experimental (<< 2.29.1-1) Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libcamel1.2-14 (>= 2.30.3), libcamel1.2-14 (<< 2.31), libcanberra-gtk0 (>= 0.2), libcanberra0 (>= 0.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libebackend1.2-0 (>= 2.30.3), libebook1.2-9 (>= 2.30.3), libecal1.2-7 (>= 2.30.3), libedataserver1.2-13 (>= 2.30.3), libedataserverui1.2-8 (>= 2.30.3), libenchant1c2a (>= 1.6), libevolution (>= 2.30.3), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdata-google1.2-1 (>= 2.30.3), libgdata1.2-1 (>= 2.30.3), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.22.0), libgnome-desktop-2-17 (>= 1:2.29.92), libgnomecanvas2-0 (>= 2.11.1), libgstreamer0.10-0 (>= 0.10.0), libgtk2.0-0 (>= 2.20.0), libgtkhtml-editor0 (>= 1:3.30.2), libgtkhtml-editor0 (<< 1:3.31), libgtkhtml3.14-19 (>= 1:3.30.2), libgtkhtml3.14-19 (<< 1:3.31), libical0 (>= 0.42), libice6 (>= 1:1.0.0), liblaunchpad-integration1 (>= 0.1.17), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libnspr4-0d (>= 4.7.0~1.9b1), libnss3-1d (>= 3.12.2~rc1), libpango1.0-0 (>= 1.18.0), libpng12-0 (>= 1.2.13-4), libpst4, libsm6, libsoup2.4-1 (>= 2.4.0), libsqlite3-0 (>= 3.7.2), libstartup-notification0 (>= 0.10), libunique-1.0-0 (>= 1.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Recommends: notification-daemon Conflicts: evolution-plugins-experimental (<< 2.29.2-1) Description: standard plugins for Evolution Evolution is a groupware suite which integrates mail, calendar, address book, to-do list and memo tools. . This package includes plugins for evolution. The plugins belong to the set of "standard" plugins, which are useful, but not necessary for a functioning application. . The following standard plugins are included. - bbdb - subject-thread - save-calendar - select-one-source - copy-tool - mail-to-task - audio-inline - mailing-list-actions - default-mailer - email-custom-header - import-ics-attachments - prefer-plain - mail-notification - attachment-reminder - backup-restore - templates - vcard-inline - image-inline - pst-import Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: gnomine Status: install ok installed Priority: optional Section: games Installed-Size: 3192 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-games Version: 1:2.32.0-0ubuntu1 Replaces: gnome-games (<< 1:2.27.5-0ubuntu2), gnome-games-data (<< 1:2.27.5-0ubuntu2) Depends: gconf2 (>= 2.28.1-2), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.6.0), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.20.0), libice6 (>= 1:1.0.0), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), librsvg2-2 (>= 2.26.0), libsm6, gnome-games-common (>= 1:2.32.0-0ubuntu1) Conflicts: gnome-games (<< 1:2.27.5-0ubuntu2), gnome-games-data (<< 1:2.27.5-0ubuntu2) Description: Minesweeper logic puzzle game Find mines on a grid using hints from squares you have already cleared. Homepage: http://www.gnome.org/projects/gnome-games/ Original-Maintainer: Josselin Mouette Package: libgnutls26 Status: install ok installed Priority: standard Section: libs Installed-Size: 1176 Maintainer: Ubuntu Developers Architecture: i386 Source: gnutls26 Version: 2.8.6-1 Replaces: gnutls0, gnutls0.4, gnutls3 Depends: libc6 (>= 2.8), libgcrypt11 (>= 1.4.2), libtasn1-3 (>= 1.6-0), zlib1g (>= 1:1.1.4) Suggests: gnutls-bin Conflicts: gnutls0, gnutls0.4 Description: the GNU TLS library - runtime library gnutls is a portable library which implements the Transport Layer Security (TLS) 1.0 and Secure Sockets Layer (SSL) 3.0 protocols. . Currently gnutls implements: - the TLS 1.0 and SSL 3.0 protocols, without any US-export controlled algorithms - X509 Public Key Infrastructure (with several limitations). - SRP for TLS authentication. - TLS Extension mechanism . This package contains the runtime libraries. Original-Maintainer: Debian GnuTLS Maintainers Homepage: http://www.gnutls.org/ Package: baobab Status: install ok installed Priority: optional Section: gnome Installed-Size: 3500 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-utils Version: 2.31.1-0ubuntu1 Replaces: gnome-utils (<< 2.30.0-2) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2.20.0), libgtop2-7 (>= 2.23.2), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), gconf2 (>= 2.28.1-2), gnome-utils-common (>= 2.31), gnome-utils-common (<< 2.32) Suggests: yelp Conflicts: gnome-utils (<< 2.30.0-2) Description: GNOME disk usage analyzer Disk Usage Analyzer is a graphical, menu-driven application to analyse disk usage in a GNOME environment. It can easily scan either the whole filesystem tree, or a specific user-requested directory branch (local or remote). . It also auto-detects in real-time any changes made to your home directory as far as any mounted/unmounted device. Disk Usage Analyzer also provides a full graphical treemap window for each selected folder. Homepage: http://live.gnome.org/GnomeUtils Original-Maintainer: Debian GNOME Maintainers Package: xsltproc Status: install ok installed Priority: optional Section: text Installed-Size: 180 Maintainer: Ubuntu Developers Architecture: i386 Source: libxslt Version: 1.1.26-6 Depends: libc6 (>= 2.3.4), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25) Description: XSLT 1.0 command line processor XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT version 1.0 stylesheets. . This package contains a command line tool that facilitates XSLT transformations. Original-Maintainer: Debian XML/SGML Group Homepage: http://xmlsoft.org/xslt/ Package: libgirepository1.0-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 172 Maintainer: Ubuntu Developers Architecture: i386 Source: gobject-introspection Version: 0.9.3-0ubuntu4 Replaces: libgirepository1.0-0 (= 0.9.3-0ubuntu1) Depends: libc6 (>= 2.4), libffi5 (>= 3.0.4), libglib2.0-0 (>= 2.24.0) Conflicts: libgirepository1.0-0 (= 0.9.3-0ubuntu1) Description: Library for handling GObject introspection data (runtime library) GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. . GObject Introspection contains tools to generate and handle the introspection data. . This package contains a C library for handling the introspection data. Homepage: http://live.gnome.org/GObjectIntrospection Original-Maintainer: Sebastian Dröge Package: dbus-x11 Status: install ok installed Priority: optional Section: x11 Installed-Size: 116 Maintainer: Ubuntu Core Developers Architecture: i386 Source: dbus Version: 1.4.0-0ubuntu1.1 Replaces: dbus (<< 1.1.2) Depends: libc6 (>= 2.4), libx11-6, dbus Breaks: dbus (<< 1.1.2), x11-common (<< 1:7.5+4) Conffiles: /etc/X11/Xsession.d/75dbus_dbus-launch 75fd37a1791965dab99121373d918516 Description: simple interprocess messaging system (X11 deps) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package contains the dbus-launch utility which is necessary for packages using a D-Bus session bus. . See the dbus description for more information about D-Bus in general. Homepage: http://dbus.freedesktop.org/ Original-Maintainer: Utopia Maintenance Team Package: xserver-xorg-video-mga Status: install ok installed Priority: optional Section: x11 Installed-Size: 268 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:1.4.11.dfsg-4build1 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-mga Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.7), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Suggests: firmware-linux Conflicts: xserver-xorg-driver-mga Description: X.Org X server -- MGA display driver This package provides the driver for the Matrox MGA family of chipsets, including Matrox Millennium and Mystique cards. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-mga driver module. Original-Maintainer: Debian X Strike Force Package: libgpm2 Status: install ok installed Priority: standard Section: libs Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: i386 Source: gpm Version: 1.20.4-3.3ubuntu1 Depends: libc6 (>= 2.7) Suggests: gpm Conflicts: gpm (<< 1.20.3~pre3) Description: General Purpose Mouse - shared library This package provides a library that handles mouse requests and delivers them to applications. See the description for the 'gpm' package for more information. Homepage: http://unix.schottelius.org/gpm/ Original-Maintainer: Debian GPM Team Package: notify-osd-icons Status: install ok installed Priority: optional Section: x11 Installed-Size: 7224 Maintainer: Kenneth Wimer Architecture: all Version: 0.6 Description: Notify-OSD icons Icons for Notify-OSD in Ubuntu style Package: poppler-utils Status: install ok installed Priority: optional Section: utils Installed-Size: 312 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: poppler Version: 0.14.3-0ubuntu1.1 Replaces: pdftohtml (<< 0.36-14), xpdf-reader (<< 3.02-9), xpdf-utils (<< 3.02-9) Provides: pdftohtml, xpdf-utils Depends: libc6 (>= 2.4), libfontconfig1 (>= 2.8.0), libgcc1 (>= 1:4.1.1), libpoppler7, libstdc++6 (>= 4.1.1), libxml2 (>= 2.7.4) Recommends: ghostscript Breaks: pdftohtml (<< 0.36-14), xpdf-reader (<< 3.02-9), xpdf-utils (<< 3.02-9) Description: PDF utilitites (based on libpoppler) This package contains pdftops (PDF to PostScript converter), pdfinfo (PDF document information extractor), pdfimages (PDF image extractor), pdftohtml (PDF to HTML converter), pdftotext (PDF to text converter), and pdffonts (PDF font analyzer). Original-Maintainer: Loic Minier Package: libbrasero-media1 Status: install ok installed Priority: optional Section: libs Installed-Size: 1192 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: brasero Version: 2.32.0-0ubuntu2.1 Replaces: brasero (<< 2.31) Depends: libappindicator1 (>= 0.0.19), libatk1.0-0 (>= 1.29.3), libburn4 (>= 0.4.2), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libcanberra-gtk0 (>= 0.2), libcanberra0 (>= 0.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libdbusmenu-glib1 (>= 0.3.12), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.16), libgstreamer-plugins-base0.10-0 (>= 0.10.12), libgstreamer0.10-0 (>= 0.10.15), libgtk2.0-0 (>= 2.21.8), libisofs6 (>= 0.6.14), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libtotem-plparser17 (>= 2.30.1), libxml2 (>= 2.7.4), dvd+rw-tools, brasero-common (>= 2.32), brasero-common (<< 2.33) Recommends: gnome-icon-theme, gstreamer0.10-plugins-good Suggests: gstreamer0.10-fluendo-mp3, gstreamer0.10-plugins-bad, gstreamer0.10-plugins-ugly, cdrdao 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. Homepage: http://www.gnome.org/projects/brasero/ Original-Maintainer: Pedro Fragoso Package: insserv Status: install ok installed Priority: required Section: misc Installed-Size: 292 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.14.0-2 Depends: libc6 (>= 2.7) Suggests: bootchart Breaks: sysv-rc (<< 2.87dsf-3) Conffiles: /etc/insserv.conf 4cdcca89f13642d97f1044c647d19e2e /etc/bash_completion.d/insserv 32975fe14795d6fce1408d5fd22747fd Description: Tool to organize boot sequence using LSB init.d script dependencies The insserv program is used to update the order of symlinks in /etc/rc?.d/ with sysv-rc based on dependencies specified in the scripts themselves using LSB init.d script headers. . This allow each package maintainer to specify their init.d script relation to other scripts and make it possible to detect and reject script dependency loops as well as making sure all scripts start in their intended order. . The program insserv in this package should be used with care and together with the sysv-rc package, as using it incorrectly can lead to an unbootable system. Original-Maintainer: Petter Reinholdtsen Homepage: http://savannah.nongnu.org/projects/sysvinit Package: libpulse-browse0 Status: install ok installed Priority: optional Section: sound Installed-Size: 124 Maintainer: Ubuntu Core Developers Architecture: i386 Source: pulseaudio Version: 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.4), libpulse0 (= 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1) Description: PulseAudio client libraries (zeroconf support) PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . Client libraries used by applications that access a PulseAudio sound server via PulseAudio's native interface. . This package adds support for zeroconf (aka. Avahi, mdns) discovery of PulseAudio sinks and sources by client applications. Homepage: http://www.pulseaudio.org Original-Maintainer: Pulseaudio maintenance team Package: liblircclient0 Status: install ok installed Priority: optional Section: libs Installed-Size: 160 Maintainer: Ubuntu Core Developers Architecture: i386 Source: lirc Version: 0.8.7~pre3-0ubuntu1 Depends: libc6 (>= 2.7) Suggests: lirc Description: infra-red remote control support - client library LIRC stands for 'Linux Infra-red Remote Control'. . This package provides a library with functions to support remote controls via LIRC in programs such as xawtv. Homepage: http://lirc.org Original-Maintainer: lirc Maintainer Team Package: xserver-xorg-video-i128 Status: install ok installed Priority: optional Section: x11 Installed-Size: 136 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:1.3.3-2build2 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-i128 Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.4), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-i128 Description: X.Org X server -- i128 display driver This package provides the driver for Number 9 Imagine (I128) video cards. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-i128 driver module. Original-Maintainer: Debian X Strike Force Package: gstreamer0.10-gnonlin Status: install ok installed Priority: optional Section: gnome Installed-Size: 192 Maintainer: Ubuntu Developers Architecture: i386 Source: gnonlin Version: 0.10.16-1 Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.14.0), libgstreamer0.10-0 (>= 0.10.30), gstreamer0.10-plugins-base (>= 0.10.30) Description: non-linear editing module for GStreamer GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors. It works together with the GStreamer multimedia framework to give developers a powerful and flexible set of tools for quickly assembling applications which needs to handle non-linear multimedia editing. . This package contains the GStreamer plugins for Gnonlin. Original-Maintainer: Maintainers of GStreamer packages Homepage: http://gstreamer.freedesktop.org Gstreamer-Elements: gnlcomposition, gnlfilesource, gnloperation, gnlsource, gnlurisource Gstreamer-Version: 0.10 Package: gnome-utils-common Status: install ok installed Priority: optional Section: libs Installed-Size: 128 Maintainer: Ubuntu Desktop Team Architecture: all Source: gnome-utils Version: 2.31.1-0ubuntu1 Replaces: gnome-dictionary (<< 2.30.0-2ubuntu1), gnome-utils (<< 2.30.0-2) Conflicts: gnome-dictionary (<< 2.30.0-2ubuntu1), gnome-utils (<< 2.30.0-2) Description: data files for the GNOME utilities This package contains the translation files for the GNOME utilities bundle. Homepage: http://live.gnome.org/GnomeUtils Original-Maintainer: Debian GNOME Maintainers Package: syslinux Status: install ok installed Priority: optional Section: utils Installed-Size: 192 Maintainer: Ubuntu Developers Architecture: i386 Version: 2:4.01+dfsg-3ubuntu1 Replaces: syslinux-common Depends: libc6 (>= 2.7), syslinux-common (= 2:4.01+dfsg-3ubuntu1) Suggests: dosfstools, mtools Conflicts: syslinux-common (<< 2:4.00) Description: collection of boot loaders SYSLINUX is a collection of boot loaders which operates off Linux ext2/3/4 or btrfs filesystems, MS-DOS FAT filesystems, network servers using PXE firmware, or from CD-ROMs. Homepage: http://syslinux.zytor.com/ Original-Maintainer: Debian Syslinux Maintainers Package: libgnomeui-common Status: install ok installed Priority: optional Section: libs Installed-Size: 72 Maintainer: Ubuntu Developers Architecture: all Source: libgnomeui Version: 2.24.4-0ubuntu1 Replaces: gnome-libs-data (<= 1.4.2-17), libgnomeui-0 (<= 1.117.0-1) Conflicts: libgnomeui-0 (<= 1.117.0-1) Description: The GNOME libraries (User Interface) - common files This package contains internationalization files for the base GNOME library functions (User Interface functions). Original-Maintainer: Josselin Mouette Package: gzip Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 280 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1.3.12-9ubuntu1.1 Pre-Depends: libc6 (>= 2.4) Suggests: less Description: GNU compression utilities This package provides the standard GNU file compression utilities, which are also the default compression tools for Debian. They typically operate on files with names ending in '.gz', but can also decompress files ending in '.Z' created with 'compress'. Original-Maintainer: Bdale Garbee Package: libwww-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 1076 Maintainer: Ubuntu Developers Architecture: all Version: 5.836-1 Depends: perl, liburi-perl, libhtml-parser-perl, libhtml-tree-perl, libhtml-tagset-perl, netbase Recommends: libmailtools-perl, libhtml-format-perl, perl (>= 5.10.1) | libio-compress-perl Suggests: libcrypt-ssleay-perl | libio-socket-ssl-perl Description: Perl HTTP/WWW client/server library libwww-perl (also known as LWP) is a collection of Perl modules that provide a simple and consistent programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. It also contains general purpose modules, as well as a simple HTTP/1.1-compatible server implementation. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/libwww-perl/ Package: dpkg Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 6008 Origin: debian Maintainer: Ubuntu Developers Bugs: debbugs://bugs.debian.org Architecture: i386 Version: 1.15.8.4ubuntu3.1 Pre-Depends: libbz2-1.0, libc6 (>= 2.11), libselinux1 (>= 1.32), zlib1g (>= 1:1.1.4), coreutils (>= 5.93-1), xz-utils Suggests: apt Breaks: apt (<< 0.7.7), aptitude (<< 0.4.7-1), dpkg-dev (<< 1.14.16), emacs21 (<< 21.4a+1-5.7), emacs21-nox (<< 21.4a+1-5.7), emacs22 (<= 22.2-0ubuntu2), emacs22-gtk (<= 22.2-0ubuntu2), emacs22-nox (<= 22.2-0ubuntu2), jed (<< 1:0.99.18+dfsg.1-13), jed-extra (<= 2.5.3-2), konqueror (<= 4:4.2.96-1), libdpkg-perl (<< 1.15.8), pinfo (<< 0.6.9-3.1), tkinfo (<< 2.8-3.1), xemacs21-support (<< 21.4.22-2), xjed (<< 1:0.99.18+dfsg.1-13) Conffiles: /etc/dpkg/dpkg.cfg f4413ffb515f8f753624ae3bb365b81b /etc/alternatives/README 69c4ba7f08363e998e0f2e244a04f881 /etc/cron.daily/dpkg b6b8dc21210ea50db7cc4636f521758f /etc/logrotate.d/dpkg 782ea5ae536f67ff51dc8c3e2eeb4cf9 Description: Debian package management system This package provides the low-level infrastructure for handling the installation and removal of Debian software packages. . For Debian package development tools, install dpkg-dev. Homepage: http://wiki.debian.org/Teams/Dpkg Original-Maintainer: Dpkg Developers Package: libfolks-telepathy0 Status: install ok installed Priority: optional Section: libs Installed-Size: 192 Maintainer: Ubuntu Developers Architecture: i386 Source: folks Version: 0.1.17-0ubuntu2 Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfolks0 (>= 0.1.13), libgee2 (>= 0.5.2), libglib2.0-0 (>= 2.24.0), libtelepathy-glib0 (>= 0.11.12) Description: Telepathy backend for libfolks libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers and eventually evolution data server, Facebook, etc.) to create metacontacts. . This package contains the Telepathy backend for libfolks Homepage: http://telepathy.freedesktop.org/wiki/Folks Original-Maintainer: Debian Telepathy maintainers Package: libgail-gnome-module Status: install ok installed Priority: optional Section: libs Installed-Size: 80 Maintainer: Ubuntu Developers Architecture: i386 Source: libgail-gnome Version: 1.20.2-1 Replaces: libgail-gnome0 (<< 1.0.2) Depends: libatk1.0-0 (>= 1.29.3), libatspi1.0-0 (>= 1.30.0), libbonobo2-0 (>= 2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), liborbit2 (>= 1:2.14.10), libpanel-applet2-0 (>= 2.26.0), libgail-common (>= 1.2.0) Conflicts: libgail-gnome0 (<< 1.0.2) Description: GNOME Accessibility Implementation Module for GnomeUI/BonoboUI This module is GNOME Accessibility Implementation Library additions which implement ATK interfaces for libbonoboui and libgnomeui widgets. . This package contains the GTK+ module. Original-Maintainer: Debian GNOME Maintainers Package: python-pyinotify Status: install ok installed Priority: optional Section: python Installed-Size: 136 Maintainer: Ubuntu Developers Architecture: all Source: pyinotify Version: 0.8.9-1ubuntu3 Replaces: python2.3-pyinotify (<< 0.5.2-1.1), python2.4-pyinotify (<< 0.5.2-1.1) Provides: python2.6-pyinotify Depends: python (>= 2.4), python-support (>= 0.90.0) Suggests: python-pyinotify-doc Breaks: debomatic (<< 0.6), deejayd (<< 0.8), listen (<< 0.6), pytagsfs (<< 0.9.0-2) Conflicts: python2.3-pyinotify (<< 0.5.2-1.1), python2.4-pyinotify (<< 0.5.2-1.1) Description: simple Linux inotify Python bindings pyinotify is a simple wrapper for the Linux inotify mechanism. . inotify is a Linux Kernel feature available since 2.6.13. inotify makes it possible for applications to easily be notified of filesystem changes. Homepage: http://trac.dbzteam.org/pyinotify Original-Maintainer: Mikhail Gusarov Package: libpcre3 Status: install ok installed Priority: required Section: libs Installed-Size: 488 Maintainer: Ubuntu Developers Architecture: i386 Source: pcre3 Version: 8.02-1 Depends: libc6 (>= 2.4) Conflicts: libpcre3-dev (<= 4.3-3) Description: Perl 5 Compatible Regular Expression Library - runtime files This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the runtime libraries. Original-Maintainer: Mark Baker Package: ubuntu-desktop Status: install ok installed Priority: optional Section: metapackages Installed-Size: 60 Maintainer: Matt Zimmerman Architecture: i386 Source: ubuntu-meta Version: 1.207 Depends: alacarte, alsa-base, alsa-utils, anacron, bc, ca-certificates, checkbox-gtk, cups, cups-bsd, cups-client, dc, desktop-file-utils, doc-base, eog, evince, file-roller, foomatic-db-compressed-ppds, foomatic-filters, gcalctool, gconf-editor, gdm, gedit, genisoimage, ghostscript-x, gnome-about, gnome-applets, gnome-control-center, gnome-icon-theme, gnome-media, gnome-menus, gnome-nettool, gnome-panel, gnome-power-manager, gnome-session, gnome-session-canberra, gnome-system-monitor, gnome-system-tools, gnome-terminal, gnome-themes-selected, gnome-themes-ubuntu, gnome-utils, gstreamer0.10-alsa, gstreamer0.10-plugins-base-apps, gstreamer0.10-pulseaudio, gtk2-engines, gtk2-engines-pixbuf, gucharmap, indicator-applet-session, inputattach, language-selector, launchpad-integration, lftp, libgd2-xpm, libgnome2-perl, libpam-ck-connector, libsasl2-modules, libsdl1.2debian, libsdl1.2debian-pulseaudio, libxp6, metacity, nautilus, nautilus-sendto, notify-osd, openprinting-ppds, pnm2ppa, pulseaudio, pulseaudio-esound-compat, rarian-compat, screen, screensaver-default-images, seahorse, smbclient, software-center, software-properties-gtk, ssh-askpass-gnome, synaptic, system-config-printer-gnome, ttf-dejavu-core, ttf-freefont, ubuntu-artwork, ubuntu-extras-keyring, ubuntu-sounds, unzip, update-manager, update-notifier, wireless-tools, wpasupplicant, x-ttcidfont-conf, xdg-user-dirs, xdg-user-dirs-gtk, xkb-data, xorg, xscreensaver-data, xscreensaver-gl, xterm, yelp, zenity, zip Recommends: acpi-support, aisleriot, app-install-data-partner, apport-gtk, avahi-autoipd, avahi-daemon, bluez, bluez-alsa, bluez-cups, bluez-gstreamer, branding-ubuntu, brasero, brltty, brltty-x11, compiz, computer-janitor-gtk, empathy, espeak, evolution, evolution-couchdb, evolution-exchange, evolution-indicator, evolution-plugins, evolution-webcal, example-content, firefox, firefox-gnome-support, foo2zjs, gbrainy, gcc, gdm-guest-session, gnome-accessibility-themes, gnome-bluetooth, gnome-codec-install, gnome-disk-utility, gnome-mag, gnome-mahjongg, gnome-orca, gnome-screensaver, gnome-sudoku, gnome-user-guide, gnomine, gvfs-fuse, hplip, ibus, ibus-gtk, ibus-pinyin, ibus-pinyin-db-android, ibus-table, im-switch, indicator-messages, jockey-gtk, kerneloops-daemon, laptop-detect, libgail-gnome-module, libnss-mdns, libpam-gnome-keyring, libwmf0.2-7-gtk, linux-headers-generic, make, min12xxw, mousetweaks, nautilus-share, network-manager-gnome, network-manager-pptp, network-manager-pptp-gnome, onboard, openoffice.org-calc, openoffice.org-gnome, openoffice.org-help-en-us, openoffice.org-impress, openoffice.org-math, openoffice.org-style-human, openoffice.org-writer, pcmciautils, pitivi, plymouth-theme-ubuntu-logo, policykit-desktop-privileges, pulseaudio-module-bluetooth, pulseaudio-module-gconf, pulseaudio-module-x11, pxljr, quadrapassel, rhythmbox, rhythmbox-ubuntuone-music-store, shotwell, simple-scan, speech-dispatcher, splix, telepathy-idle, tomboy, totem, totem-mozilla, transmission-gtk, tsclient, ttf-indic-fonts-core, ttf-kacst-one, ttf-khmeros-core, ttf-lao, ttf-liberation, ttf-punjabi-fonts, ttf-takao-pgothic, ttf-thai-tlwg, ttf-ubuntu-font-family, ttf-unfonts-core, ttf-wqy-microhei, ubufox, ubuntu-docs, ubuntuone-client-gnome, usb-creator-gtk, vinagre, vino, xcursor-themes, xdg-utils Description: The Ubuntu desktop system This package depends on all of the packages in the Ubuntu desktop system . It is also used to help ensure proper upgrades, so it is recommended that it not be removed. Package: libept1 Status: install ok installed Priority: important Section: libs Installed-Size: 384 Maintainer: Ubuntu Developers Architecture: i386 Source: libept Version: 1.0.3 Depends: libapt-pkg4.10, libc6 (>= 2.8), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), libxapian15, zlib1g (>= 1:1.1.4) Description: High-level library for managing Debian package information The library defines a very minimal framework in which many sources of data about Debian packages can be implemented and queried together. . The library includes four data sources: . * APT: access the APT database * Debtags: access the Debtags tag information * Popcon: access Popcon package scores * The Xapian index built by apt-xapian-index . This is the shared library. Original-Maintainer: Enrico Zini Package: pkg-config Status: install ok installed Priority: optional Section: devel Installed-Size: 164 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.25-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libpopt0 (>= 1.16) Description: manage compile and link flags for libraries pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. Original-Maintainer: Tollef Fog Heen Homepage: http://pkg-config.freedesktop.org Package: iso-codes Status: install ok installed Priority: optional Section: misc Installed-Size: 12636 Maintainer: Ubuntu Developers Architecture: all Version: 3.17-1 Suggests: isoquery Description: ISO language, territory, currency, script codes and their translations This package provides the ISO 639 and ISO 639-3 language code lists, the ISO 4217 currency code list, the ISO 3166 territory code list, the ISO 3166-2 sub-territory list, and the ISO 15924 script code list as XML files. . More importantly, it also provides their translations to be used by other programs. Original-Maintainer: Tobias Quathamer Homepage: http://pkg-isocodes.alioth.debian.org/ Package: gnome-mahjongg Status: install ok installed Priority: optional Section: games Installed-Size: 3020 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-games Version: 1:2.32.0-0ubuntu1 Replaces: gnome-games (<< 1:2.27.5-0ubuntu2), gnome-games-data (<< 1:2.27.5-0ubuntu2) Depends: gconf2 (>= 2.28.1-2), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.6.0), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.20.0), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), librsvg2-2 (>= 2.26.0), gnome-games-common (>= 1:2.32.0-0ubuntu1) Conflicts: gnome-games (<< 1:2.27.5-0ubuntu2), gnome-games-data (<< 1:2.27.5-0ubuntu2) Description: Mahjongg tile solitaire game A tile-based solitaire game. Remove tiles in matching pairs to dismantle elaborately designed stacks. Homepage: http://www.gnome.org/projects/gnome-games/ Original-Maintainer: Josselin Mouette Package: x-ttcidfont-conf Status: install ok installed Priority: optional Section: x11 Installed-Size: 156 Maintainer: Ubuntu Core Developers Architecture: all Version: 32 Depends: debconf (>= 0.5) | debconf-2.0, defoma (>= 0.5.0), xfonts-utils Recommends: xfonts-encodings (>= 1:1.0.0-5.1) Conflicts: psfontmgr (<= 0.4.0) Conffiles: /etc/defoma/config/x-ttcidfont-conf.conf2 83a31934eb3581a74cf0932317de141f Description: TrueType and CID fonts configuration for X This package configures TrueType fonts and CID fonts (as well as CMaps) for X. It generates .scale and .alias files from TrueType and CID fonts registered to Defoma, and calls mkfontdir (and mkcfm). . The package supports both X-TT and FreeType X backends. Original-Maintainer: Bradley Smith Package: libncursesw5 Status: install ok installed Priority: required Section: libs Installed-Size: 496 Maintainer: Ubuntu Developers Architecture: i386 Source: ncurses Version: 5.7+20100626-0ubuntu1 Depends: libc6 (>= 2.4) Recommends: libgpm2 Description: shared libraries for terminal handling (wide character support) This package contains the shared libraries necessary to run programs compiled with ncursesw, which includes support for wide characters. Homepage: http://invisible-island.net/ncurses/ Original-Maintainer: Craig Small Package: firefox-gnome-support Status: install ok installed Priority: optional Section: gnome Installed-Size: 156 Maintainer: Ubuntu Mozilla Team Architecture: i386 Source: firefox Version: 3.6.13+build3+nobinonly-0ubuntu0.10.10.1 Provides: gnome-www-browser Depends: libasound2 (>> 1.0.22), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.12.0), libgnomevfs2-0 (>= 1:2.17.90), libnspr4-0d (>= 4.7.3-0ubuntu1~), libstdc++6 (>= 4.1.1), firefox (= 3.6.13+build3+nobinonly-0ubuntu0.10.10.1) Description: Support for GNOME in Mozilla Firefox This is an extension to Firefox that allows it to use protocol handlers from GnomeVFS, such as smb or sftp, and other GNOME integration features. Package: python-simplejson Status: install ok installed Priority: optional Section: python Installed-Size: 444 Maintainer: Ubuntu Developers Architecture: i386 Source: simplejson Version: 2.1.1-1 Provides: python2.6-simplejson Depends: python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), libc6 (>= 2.3.6-6~) Recommends: libjs-jquery Description: simple, fast, extensible JSON encoder/decoder for Python simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder. . The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). . The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). . simplejson is the externally maintained development version of the json library included with Python 2.6 and Python 3.0, but maintains backwards compatibility with Python 2.5. Original-Maintainer: Debian Python Modules Team Homepage: http://undefined.org/python/#simplejson Python-Version: 2.6 Package: libwebkit-1.0-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 14780 Maintainer: Ubuntu Developers Architecture: i386 Source: webkit Version: 1.2.5-0ubuntu0.10.10.1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.11), libcairo2 (>= 1.6.0), libenchant1c2a (>= 1.6), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgail18 (>= 1.18.0), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgstreamer-plugins-base0.10-0 (>= 0.10.23), libgstreamer0.10-0 (>= 0.10.20), libgtk2.0-0 (>= 2.21.8), libicu42 (>= 4.2-1), libjpeg62, libpango1.0-0 (>= 1.22.0), libpng12-0 (>= 1.2.13-4), libsoup2.4-1 (>= 2.29.90), libsqlite3-0 (>= 3.7.2), libstdc++6 (>= 4.1.1), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libxt6, libwebkit-1.0-common (>= 1.2.5) Description: Web content engine library for Gtk+ WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more. . This is the library for embedding in Gtk+ applications. Homepage: http://webkit.org/ Original-Maintainer: Debian WebKit Maintainers Package: liblocale-gettext-perl Status: install ok installed Priority: required Section: perl Installed-Size: 108 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.05-6 Depends: libc6 (>= 2.2) Pre-Depends: perl-base (>= 5.10.0-24ubuntu4), perlapi-5.10.0 Description: Using libc functions for internationalization in Perl The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software. . It provides gettext(), dgettext(), dcgettext(), textdomain(), bindtextdomain(), bind_textdomain_codeset(), ngettext(), dcngettext() and dngettext(). Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/gettext/gettext.pm Package: launchpad-integration Status: install ok installed Priority: optional Section: libs Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: all Version: 0.1.38 Depends: python-central (>= 0.6.11), lsb-release Suggests: libgnome2-0, konqueror Description: launchpad integration The launchpad-integration tools provide an easy way to set menu items, for an application using GtkUIManager, pointing to the launchpad pages about a package. Users can get information about the used application here, translate it, ... Original-Maintainer: Sebastien Bacher Python-Version: all Package: ubuntu-keyring Status: install ok installed Priority: important Section: misc Installed-Size: 60 Maintainer: Michael Vogt Architecture: all Version: 2010.+09.30 Recommends: gpgv Description: GnuPG keys of the Ubuntu archive The Ubuntu project digitally signs its Release files. This package contains the archive keys used for that. Package: python-xapian Status: install ok installed Priority: optional Section: python Installed-Size: 1084 Maintainer: Ubuntu Developers Architecture: i386 Source: xapian-bindings Version: 1.0.20-1 Provides: python2.6-xapian Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libxapian15 (>= 1.0.20) Suggests: xapian-doc Description: Xapian search engine interface for Python This package provides Xapian Python bindings for all the packaged versions of Python. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . The Xapian Python bindings provide an interface to the Xapian library from the Python programming language, allowing both indexing and retrieval operations. Original-Maintainer: Olly Betts Homepage: http://xapian.org/ Python-Version: 2.6 Package: gnome-utils Status: install ok installed Priority: optional Section: gnome Installed-Size: 92 Maintainer: Ubuntu Desktop Team Architecture: all Version: 2.31.1-0ubuntu1 Depends: baobab, gnome-dictionary, gnome-screenshot, gnome-search-tool, gnome-system-log Description: GNOME desktop utilities - transitional package This dummy package depends on all the tools bundled the GNOME utilities: - baobab, a disk usage analyser - gnome-dictionary, a program which can look up the definition of words over the internet (including a panel applet to do the same) - gnome-search-tool, with which one can find files by name or content - gnome-system-log, a log viewing application - gnome-screenshot, a tool to take desktop screenshots and save them into a file . It can be safely removed from your system. Homepage: http://live.gnome.org/GnomeUtils Original-Maintainer: Debian GNOME Maintainers Package: python-cupshelpers Status: install ok installed Priority: optional Section: gnome Installed-Size: 184 Maintainer: Ubuntu Core Developers Architecture: all Source: system-config-printer Version: 1.2.3+20100723-0ubuntu8.1 Depends: python (>= 2.5), python-support (>= 0.90.0) Description: Python modules for printer configuration with CUPS Python modules for printer configuration with CUPS. The modules have no GUI and can therefore also be used on headless servers or by background processes. Original-Maintainer: Otavio Salvador Package: python-pam Status: install ok installed Priority: optional Section: python Installed-Size: 116 Maintainer: Ubuntu Core developers Architecture: i386 Version: 0.4.2-12.1ubuntu1 Replaces: python2.3-pam, python2.4-pam Provides: python2.6-pam Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), libc6 (>= 2.4), libpam0g (>= 0.99.7.1) Suggests: python-pam-dbg Conflicts: python2.3-pam, python2.4-pam Description: A Python interface to the PAM library This module makes the PAM (Pluggable Authentication Modules) functions available in Python. With this module you can write Python applications that implement authentication services using PAM. Original-Maintainer: Dima Barsky Python-Version: 2.6 Package: xbitmaps Status: install ok installed Priority: optional Section: x11 Installed-Size: 476 Maintainer: Ubuntu Developers Architecture: all Version: 1.1.0-1 Description: Base X bitmaps This package contains the base X bitmaps, which are used in many legacy X clients. Original-Maintainer: Debian X Strike Force Package: libcanberra-gtk0 Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libcanberra Version: 0.25-0ubuntu1 Replaces: libcanberra-gnome (<< 0.10-1) Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libcanberra0 (>= 0.12), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.20.0), libltdl7 (>= 2.2.6b), libogg0 (>= 1.0rc3), libpango1.0-0 (>= 1.14.0), libtdb1 (>= 1.0.6), libvorbis0a (>= 1.1.2), libvorbisfile3 (>= 1.1.2), zlib1g (>= 1:1.1.4) Recommends: libcanberra-gtk-module Conflicts: libcanberra-gnome (<< 0.10-1) Description: Gtk+ helper for playing widget event sounds with libcanberra libcanberra-gtk provides a few functions that simplify libcanberra usage from Gtk+. . Contextual informations are needed to play event sound. This library can help to compile directly event sounds property lists based on active GtkWidget objects or GdkEvent events. Original-Maintainer: Marc-Andre Lureau Package: python-twisted-core Status: install ok installed Priority: optional Section: python Installed-Size: 7060 Maintainer: Ubuntu Developers Architecture: all Source: twisted Version: 10.1.0-2 Replaces: python-twisted (<< 2.1.0-4), python2.3-twisted (<< 2.1.0-4), python2.3-twisted-core, python2.4-twisted (<< 2.1.0-4), python2.4-twisted-core Provides: python2.6-twisted-core Depends: python2.6, python (>= 2.6.5-10~), python (<< 2.7), python-twisted-bin (>= 10.1.0-2), python-zope.interface (>= 3.5) Recommends: python-openssl, python-pam, python-serial Suggests: python-tk, python-gtk2, python-glade2, python-qt3, python-wxgtk2.8 | python-wxgtk2.6, python-profiler Conflicts: python-twisted (<< 2.1.0-4), python2.3-twisted (<< 2.1.0-4), python2.3-twisted-core, python2.4-twisted (<< 2.1.0-4), python2.4-twisted-core Description: Event-based framework for internet applications It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols. Original-Maintainer: Matthias Klose Python-Version: 2.6 Package: vino Status: install ok installed Priority: optional Section: gnome Installed-Size: 512 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.32.0-0ubuntu1.1 Depends: libappindicator1 (>= 0.0.19), 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.88), libgconf2-4 (>= 2.31.1), libgcrypt11 (>= 1.4.2), libglib2.0-0 (>= 2.24.0), libgnome-keyring0 (>= 2.20.3), libgnutls26 (>= 2.7.14-0), libgtk2.0-0 (>= 2.20.0), libice6 (>= 1:1.0.0), libjpeg62, libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libsm6, libsoup2.4-1 (>= 2.24.0), libtelepathy-glib0 (>= 0.11.13), libunique-1.0-0 (>= 1.0.0), libx11-6, libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxtst6, zlib1g (>= 1:1.1.4), gconf2 (>= 2.28.1-2) Recommends: gvfs Suggests: vinagre, gnome-user-guide | gnome2-user-guide (>= 2.8.1) Conffiles: /etc/xdg/autostart/vino-server.desktop bc53390d39e11d711b99055dc61368e2 Description: VNC server for GNOME VNC is a protocol that allows remote display of a user's desktop. This package provides a VNC server that integrates with GNOME, allowing you to export your running desktop to another computer for remote use or diagnosis. Original-Maintainer: Jordi Mallach Package: python-gst0.10 Status: install ok installed Priority: optional Section: python Installed-Size: 940 Maintainer: Ubuntu Developers Architecture: i386 Source: gst0.10-python Version: 0.10.19-2 Replaces: python2.3-gst0.10, python2.4-gst0.10 Provides: python2.6-gst0.10 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0), libgstreamer-plugins-base0.10-0 (>= 0.10.30), libgstreamer0.10-0 (>= 0.10.30), libpython2.6 (>= 2.6), libxml2 (>= 2.6.27), python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), python-gobject (>= 2.11.2), python-libxml2 Suggests: python-gst0.10-dev, python-gst0.10-dbg Conflicts: python2.3-gst0.10, python2.4-gst0.10 Description: generic media-playing framework (Python bindings) GStreamer is a media processing framework with support for a wide variety of data sources, sinks, and formats through the use of dynamically loaded plugins. . This package contains bindings to access GStreamer from Python. Original-Maintainer: Maintainers of GStreamer packages Homepage: http://gstreamer.freedesktop.org Python-Version: 2.6 Package: gksu Status: install ok installed Priority: optional Section: admin Installed-Size: 164 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 2.0.2-2ubuntu3 Replaces: gnome-sudo, libgksu0 Provides: gnome-sudo Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libgksu2-0 (>= 2.0.8), libglib2.0-0 (>= 2.16.0), libgnome-keyring0 (>= 2.20.3), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libstartup-notification0 (>= 0.10), sudo, gnome-keyring Conflicts: gnome-sudo (<= 0.3-1.1) Description: graphical frontend to su gksu is a Gtk+ frontend to /bin/su. It supports login shells and preserving environment when acting as a su frontend. It is useful to menu items or other graphical programs that need to ask a user's password to run another program as another user. Homepage: http://www.nongnu.org/gksu Original-Maintainer: Gustavo Noronha Silva Package: openoffice.org-calc Status: install ok installed Priority: optional Section: editors Installed-Size: 16212 Maintainer: Ubuntu Core Developers Architecture: i386 Source: openoffice.org Version: 1:3.2.1-7ubuntu1 Replaces: openoffice.org (<< 1.9), openoffice.org-common (<< 2.0.3+2.0.4m179), openoffice.org-core (<= 2.2.0-4), openoffice.org-debian-files, openoffice.org2-calc (<< 1:3.2.1-7ubuntu1), openoffice.org2-core (<< 1.9.113-0pre1) Provides: openoffice.org2-calc Depends: openoffice.org-core (= 1:3.2.1-7ubuntu1), openoffice.org-base-core (= 1:3.2.1-7ubuntu1), libc6 (>= 2.3.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libstlport4.6ldbl, ure (>= 1.6.0), lp-solve (>= 5.5.0.13-5+b1) Conflicts: openoffice.org-bin (<< 1.9), openoffice.org-debian-files, openoffice.org2-calc (<< 1:3.2.1-7ubuntu1) Description: office productivity suite -- spreadsheet OpenOffice.org 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 OpenOffice.org. Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: anacron Status: install ok installed Priority: optional Section: admin Installed-Size: 220 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 2.3-14ubuntu1 Replaces: pe Depends: libc6 (>= 2.7), debianutils (>= 1.7), upstart-job, lsb-base (>= 3.0-10) Recommends: cron (>= 3.0pl1-43), rsyslog | system-log-daemon Suggests: default-mta | mail-transport-agent, powermgmt-base Conffiles: /etc/cron.d/anacron b249d4c49b4f562674b346883eb3bd32 /etc/cron.daily/0anacron a46c5cc26a2a6715d0155781ddd07a19 /etc/cron.weekly/0anacron b2c55b2905f28b3b53bdf3e2d66e830b /etc/cron.monthly/0anacron 402ac7af3ebd2da5dddcd3712d776ae3 /etc/apm/event.d/anacron 9f62ec02d5954fe39f9becf362fb31c3 /etc/anacrontab 2941547ebec4a1bd8019e4c102a3d83e /etc/init/anacron.conf 2a7b931bb1e2618894de8c4fb5189d7b Description: cron-like program that doesn't go by time Anacron (like `anac(h)ronistic') is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously. It can therefore be used to control the execution of daily, weekly and monthly jobs (or anything with a period of n days), on systems that don't run 24 hours a day. When installed and configured properly, Anacron will make sure that the commands are run at the specified intervals as closely as machine-uptime permits. . This package is pre-configured to execute the daily jobs of the Debian system. You should install this program if your system isn't powered on 24 hours a day to make sure the maintenance jobs of other Debian packages are executed each day. Original-Maintainer: Peter Eisentraut Package: info Status: install ok installed Priority: important Section: doc Installed-Size: 396 Maintainer: Ubuntu Developers Architecture: i386 Source: texinfo Version: 4.13a.dfsg.1-5ubuntu1 Replaces: texinfo (<< 4.7-2) Provides: info-browser Depends: libc6 (>= 2.4), libncurses5 (>= 5.6+20071006-3), install-info Suggests: texinfo-doc-nonfree Conflicts: xemacs-support Description: Standalone GNU Info documentation browser The Info file format is an easily-parsable representation for online documents. This program allows you to view Info documents, like the ones stored in /usr/share/info. . Much of the software in Debian comes with its online documentation in the form of Info files, so it is most likely you will want to install it. Original-Maintainer: Debian TeX maintainers Package: python-telepathy Status: install ok installed Priority: optional Section: python Installed-Size: 692 Maintainer: Ubuntu Developers Architecture: all Source: telepathy-python Version: 0.15.17-1 Replaces: telepathy-python Provides: python2.6-telepathy, telepathy-python Depends: python (>= 2.4), python-central (>= 0.6.11), python-dbus Conflicts: telepathy-python Description: Python language bindings for telepathy telepathy-python is a Python package containing base classes for use in connection managers, and proxy classes for use in clients. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Original-Maintainer: Debian Telepathy maintainers Homepage: http://telepathy.freedesktop.org/wiki/Telepathy%20Python Python-Version: >= 2.4 Package: aptdaemon Status: install ok installed Priority: extra Section: admin Installed-Size: 248 Maintainer: Ubuntu Developers Architecture: all Version: 0.31+bzr506-0ubuntu5 Depends: python (>= 2.5), python-aptdaemon (= 0.31+bzr506-0ubuntu5) Breaks: software-center (<< 1.1.21) Conffiles: /etc/apt/apt.conf.d/20dbus ea231d256caa030328bee60cc4e9b56c /etc/dbus-1/system.d/org.debian.apt.conf e0c8a5d2fbd0a727bdea215e32061e58 Description: transaction based package management service Aptdaemon allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . Currently it comes with the following main features: . - Programming language independent D-Bus interface, which allows to write clients in several languages - Runs only if required (D-Bus activation) - Fine grained privilege management using PolicyKit, e.g. allowing all desktop user to query for updates without entering a password - Support for media changes during installation from DVD/CDROM - Support for debconf (Debian's package configuration system) - Support for attaching a terminal to the underlying dpkg call . This package contains the aptd script and all the data files required to run the daemon. Moreover it contains the aptdcon script, which is a command line client for aptdaemon. The API is not stable yet. Homepage: https://launchpad.net/aptdaemon Original-Maintainer: Julian Andres Klode Python-Version: >= 2.5 Package: usb-modeswitch-data Status: install ok installed Priority: extra Section: comm Installed-Size: 640 Maintainer: Ubuntu Developers Architecture: all Version: 20100826-1 Replaces: usb-modeswitch (<< 1.0.7-1) Depends: udev (>= 0.140) | not+linux-gnu Recommends: usb-modeswitch (>= 1.1.4) Breaks: usb-modeswitch (<< 1.0.7-1) Conffiles: /etc/usb_modeswitch.d/0421:060c 93338b2e5ee39724cdaf2d0b9f11df6e /etc/usb_modeswitch.d/0421:0610 8e7ee477c439d77a271da2d3b6fb556f /etc/usb_modeswitch.d/0471:1210 947413ac9e94e63182536255309734ed /etc/usb_modeswitch.d/0471:1237 9bffc8c135131cb7fe02bd63df035112 /etc/usb_modeswitch.d/0482:024d 64eafc48adb25c6a07bf72da1baa968e /etc/usb_modeswitch.d/04e8:689a fcdeeb34f48fc1addad7337c540696c6 /etc/usb_modeswitch.d/04e8:f000 51c766ed5f4efa21adc559a29f134eab /etc/usb_modeswitch.d/057c:84ff 1bdbe329b97dadd06d5db3df512de380 /etc/usb_modeswitch.d/05c6:1000:sVe=Option 9854295f26c68d5a2261c4a61047cb03 /etc/usb_modeswitch.d/05c6:1000:uMa=AnyDATA b2bbb1095cd7f41e5507c7e76fd1d07b /etc/usb_modeswitch.d/05c6:1000:uMa=Option da1ee81e22adb74977b8497c9fca9f8b /etc/usb_modeswitch.d/05c6:1000:uMa=SAMSUNG d895d3fa8a86b97d87f653382f8b01e0 /etc/usb_modeswitch.d/05c6:1000:uMa=Vertex 00bcb194462eb27c7a95673497aca3d6 /etc/usb_modeswitch.d/05c6:2001 841387aaf5fdfe743fc54ca9df637a9e /etc/usb_modeswitch.d/05c6:f000 17d38214253c1c68210688dff8972f7b /etc/usb_modeswitch.d/072f:100d bdd5e0251933750ec57dd2af957b055f /etc/usb_modeswitch.d/0930:0d46 ba38f187aef262a5ab56b5bd064f1299 /etc/usb_modeswitch.d/0ace:2011 5a3d17333132a47353f2e2662311cc37 /etc/usb_modeswitch.d/0ace:20ff 10cb7f769b60cdf8282ab8d10329f869 /etc/usb_modeswitch.d/0af0:6711 05f50ac8ac5385967690d0980964917d /etc/usb_modeswitch.d/0af0:6731 7c460f60a19453b294d7442098dda398 /etc/usb_modeswitch.d/0af0:6751 b70299dd7aa1e4307d1ebebdf0bc70f5 /etc/usb_modeswitch.d/0af0:6771 a9212bbfe8843065f1d720aea0664e6e /etc/usb_modeswitch.d/0af0:6791 e6cc9ecc61b3e288f1f9bcc5c541f8ba /etc/usb_modeswitch.d/0af0:6811 5d65f820de54bdee04807cb78e398b46 /etc/usb_modeswitch.d/0af0:6911 532b12193b7f01020a17d6d9b7429d74 /etc/usb_modeswitch.d/0af0:6951 e5c0cb4dcefe0c1e32a7c5d79d39526a /etc/usb_modeswitch.d/0af0:6971 8f82c08f496a7aecb7bf1ad3619e118e /etc/usb_modeswitch.d/0af0:7011 b3775e6736d20a56a7d30c7b70fb08b4 /etc/usb_modeswitch.d/0af0:7031 127241ecb50822e1b6e7fd8d348e895f /etc/usb_modeswitch.d/0af0:7051 293c68f5f41fa6e6f59c74e7b1da7f12 /etc/usb_modeswitch.d/0af0:7071 059b035f5f6d51fd37ee5664cb3b3c4d /etc/usb_modeswitch.d/0af0:7111 a3e7353d9701b6da7fce47e88ce18276 /etc/usb_modeswitch.d/0af0:7211 b720a0d1af9497938550ba61c7ff7be6 /etc/usb_modeswitch.d/0af0:7251 aafb85f3e89a290ad287087ddf3a457a /etc/usb_modeswitch.d/0af0:7271 5bb31876094b48325fa9857611cd8b47 /etc/usb_modeswitch.d/0af0:7301 1d13b414b5b72d63d796155fd9db2d96 /etc/usb_modeswitch.d/0af0:7311 9483e483558e71fd0876a5f51652220d /etc/usb_modeswitch.d/0af0:7361 d98a82e13319af04619cdebb862bcc6c /etc/usb_modeswitch.d/0af0:7381 9f8c626b3461fa42c0c958e15162bb64 /etc/usb_modeswitch.d/0af0:7401 ee1e2bb463c0fc187074855be6b23c82 /etc/usb_modeswitch.d/0af0:7501 5ea59d55a0dd731aa0e0265f453fbfef /etc/usb_modeswitch.d/0af0:7601 197c50dc6e0c78e9c609d7cee8ff5c75 /etc/usb_modeswitch.d/0af0:7701 48b7e3d0c3741a240a199aedae43182f /etc/usb_modeswitch.d/0af0:7801 7ecf5262e921761b5c1626f851f88b6b /etc/usb_modeswitch.d/0af0:7901 243f8fbdf547c9d0625fc1150b76dd4c /etc/usb_modeswitch.d/0af0:8200 62306753ba7a1ecda132f1882c5538c6 /etc/usb_modeswitch.d/0af0:8201 d0ed8d450dcd2170cc6a21d03f0d9a0b /etc/usb_modeswitch.d/0af0:8300 7e1cd2232332dc7a1ac9c8d2915fd244 /etc/usb_modeswitch.d/0af0:8302 c27db48e7902ccb1af465e804f3e3c6f /etc/usb_modeswitch.d/0af0:8304 6b17aa1956945d4068606cfd45eef146 /etc/usb_modeswitch.d/0af0:8400 3535ee911380c53b3f299b868e42bbac /etc/usb_modeswitch.d/0af0:c031 1582078cc70fbef4dbccde70e973ac84 /etc/usb_modeswitch.d/0af0:c100 0c7656edad682340775569e3fecf9e63 /etc/usb_modeswitch.d/0af0:d013 1588ef4967d0db66579d0c0a76ea6ee8 /etc/usb_modeswitch.d/0af0:d031 585b4268d920ab8a22e8c7d483d45150 /etc/usb_modeswitch.d/0af0:d033 328a42f3599295ba80b7bbac94699008 /etc/usb_modeswitch.d/0af0:d035 cade38449a75e37938c6e1b826b1821a /etc/usb_modeswitch.d/0af0:d055 7bd37e82b2047df2afe80e84d0e24c69 /etc/usb_modeswitch.d/0af0:d057 f9e65135f5c7cb174e8c4495e1ab9fca /etc/usb_modeswitch.d/0af0:d058 ce4266e8d6bedb464f6677addeaafe9d /etc/usb_modeswitch.d/0af0:d155 ce3eae8e1f2ce45d6bb9517ee258f241 /etc/usb_modeswitch.d/0af0:d157 df4930c994920e26a245a95c7b7a9f7f /etc/usb_modeswitch.d/0af0:d255 1be1a72f5333c9760496b302a8d9814d /etc/usb_modeswitch.d/0af0:d257 ce671ced22cfa02ef43a10c52893b3b3 /etc/usb_modeswitch.d/0af0:d357 5511884b2235870a1b4eb75f42168c29 /etc/usb_modeswitch.d/0b3c:c700 a9a7c10191154b08db25304e93608087 /etc/usb_modeswitch.d/0b3c:f000 3e1fc507608d7f558d7bd2c9209eb2ea /etc/usb_modeswitch.d/0cf3:20ff c573c158bdce325bb4e3d2fa0b1182d4 /etc/usb_modeswitch.d/0fce:d0cf b032aaf35c762721727f415440d9cab5 /etc/usb_modeswitch.d/0fce:d0e1 387ac3069c90cc726753f5f4a210aae3 /etc/usb_modeswitch.d/0fce:d103 fde602f2a102f5d0e61853256b73faa1 /etc/usb_modeswitch.d/1004:1000 41e73e6bc68efb558fc97662d9335874 /etc/usb_modeswitch.d/1004:607f 3a3e76288ed4b10e2f21bfeb53c9052e /etc/usb_modeswitch.d/1004:613a ee8149cda813c3afb7b17be3084d6448 /etc/usb_modeswitch.d/1004:613f 84645543ec41f3e53e8f6dd89fe62f81 /etc/usb_modeswitch.d/1033:0035 64d165adf1d6193a98214bfb291cd838 /etc/usb_modeswitch.d/106c:3b03 8d0c64355ffa9bdbffb2f6c500b825c9 /etc/usb_modeswitch.d/106c:3b06 e3cc55d5f9e12f71dc53a58e6034fb28 /etc/usb_modeswitch.d/1076:7f40 05d568e565de2dfc3091006a0779b5e0 /etc/usb_modeswitch.d/1199:0fff 935486e121d81c897b1e2d77d24182e3 /etc/usb_modeswitch.d/1266:1000 1652efcd6422939871dffb0fa8252b8e /etc/usb_modeswitch.d/12d1:1001 d84b45b80bff0efb4e5edb8f5e449768 /etc/usb_modeswitch.d/12d1:1003 c252745666345e1c426afe69ab18688c /etc/usb_modeswitch.d/12d1:101e 3b954cd035a119e286f401c0bbeb8f20 /etc/usb_modeswitch.d/12d1:1031 35d101b492fd78769a96b6d1ff0502c6 /etc/usb_modeswitch.d/12d1:1414 4ea3046264dbc9ca1caa83d22ea24ee8 /etc/usb_modeswitch.d/12d1:1446 a20b1ef78bdd1ac9dbbafb9be9870be8 /etc/usb_modeswitch.d/12d1:14ad 0cf1b3e3abddafacaf10a3dd446c5417 /etc/usb_modeswitch.d/12d1:14c1 a1399a968ba37e148350fd8d1666e426 /etc/usb_modeswitch.d/12d1:1520 fa79a15e5c04d4206d9af452295b8837 /etc/usb_modeswitch.d/12d1:1521 cdef6a4de570db884fd13bc52dc3d627 /etc/usb_modeswitch.d/12d1:1523 43b6a28383a95279a30e3c5b66cbd213 /etc/usb_modeswitch.d/12d1:1557 6ff8aae62c0115ac27a997ed2f1fb327 /etc/usb_modeswitch.d/1410:5010 565c1f069261b30cd950191c9bfdd186 /etc/usb_modeswitch.d/1410:5020 51fcd1349d08d6f169beabf367114b45 /etc/usb_modeswitch.d/1410:5030 c2467f2019aa1cdd0a6c4848da1804c7 /etc/usb_modeswitch.d/1410:5031 72c77735a72a5661eb8b80f61808fd30 /etc/usb_modeswitch.d/1410:5041 86aa54afc6b4e06a2abdaeca7a180e72 /etc/usb_modeswitch.d/148f:2578 e381c12ff1494c6432eaf5daf67fc343 /etc/usb_modeswitch.d/16d8:6803 c4bc19607c511887d1e91e960d062187 /etc/usb_modeswitch.d/16d8:6803:? 3fc54268314b588d7e67aa3fb28bfdc7 /etc/usb_modeswitch.d/16d8:700a 8169fe47ce555dca39b01cc60d3f2d9a /etc/usb_modeswitch.d/16d8:f000 68e873a1e8e70f06e7f0d1aad2f69d5f /etc/usb_modeswitch.d/198f:bccd 18a5c23ff774f7b0a76d70230c00a090 /etc/usb_modeswitch.d/19d2:0003 33e22f488deac91254da7067028ef9fa /etc/usb_modeswitch.d/19d2:0026 cc5eedb1e2c5500b7d553a8f54783ced /etc/usb_modeswitch.d/19d2:0040 21b8e4a9e5f350713128e77d10ab418d /etc/usb_modeswitch.d/19d2:0053 172a026bf586394a7db3089178d05c36 /etc/usb_modeswitch.d/19d2:0083 4db1062af9e005566ef0dc427a339018 /etc/usb_modeswitch.d/19d2:0101 18cd31c7b9fc0ad32dad2600d98a5992 /etc/usb_modeswitch.d/19d2:0103 71c1d430add191007e990fbdca5e1730 /etc/usb_modeswitch.d/19d2:0115 c335be62b2dba5434980b6732c16dd5e /etc/usb_modeswitch.d/19d2:1001 85a4ee48acc3cafdf2af57768533f163 /etc/usb_modeswitch.d/19d2:1007 d451752f399a426b80b2030f9bb8fafd /etc/usb_modeswitch.d/19d2:1009 234a366766d2489c1978dda27b1e5cef /etc/usb_modeswitch.d/19d2:1013 354dd80c03ba2549d6c252f758f920fe /etc/usb_modeswitch.d/19d2:2000 65a41c38cf79ffe0511da58c6f947a92 /etc/usb_modeswitch.d/19d2:fff5 8434a78176521010b403534132c1a7db /etc/usb_modeswitch.d/19d2:fff6 f5ab55406ad763dfad4f562ed82dcfcb /etc/usb_modeswitch.d/1a8d:1000 04c42de17c74c7abdbd405d26367ef7d /etc/usb_modeswitch.d/1a8d:1000:uPr=5G 483a8c26830cd159a3c7183e11cca0de /etc/usb_modeswitch.d/1ab7:5700 4973dea5f49fafcec74dce347e093b9e /etc/usb_modeswitch.d/1b7d:0700 6a7f8891ce61274315ace9c285fbe91a /etc/usb_modeswitch.d/1bbb:f000 9bc97585bf1146ad2cc6f2121f65fab9 /etc/usb_modeswitch.d/1c9e:1001 a104cf65f5071e38b0fb17820d04308f /etc/usb_modeswitch.d/1c9e:9200 5160fefdb5b318ac986c76a00017cd3a /etc/usb_modeswitch.d/1c9e:9e00 ae88af553eb7e835cba57117f1431142 /etc/usb_modeswitch.d/1c9e:f000 64c78275a91c6e8345fcf967a7574be8 /etc/usb_modeswitch.d/1dd6:1000 de2a4231e4fe1fc7fd9fa98767fa71a2 /etc/usb_modeswitch.d/1e0e:f000 a7c493ca5ca4b506fd8f09451e42f380 /etc/usb_modeswitch.d/1ee8:0009 fb9781f2b953dd3d6c6d9e5ff0560961 /etc/usb_modeswitch.d/1ee8:0013 8163778a8888d61c8b52e9ff58bcd126 /etc/usb_modeswitch.d/1f28:0021 e205d0b2ee6dd9b3226d7f02d9eae748 /etc/usb_modeswitch.d/1fac:0130 8bb8e040a4395454a8c911cdadefc744 Description: mode switching data for usb-modeswitch Several new USB devices have their proprietary Windows drivers onboard, especially WAN dongles. When plugged in for the first time, they act like a flash storage and start installing the driver from there. If the driver is already installed, the storage device vanishes and a new device, such as an USB modem, shows up. This is called the "ZeroCD" feature. . On Debian, this is not needed, since the driver is included as a Linux kernel module, such as "usbserial". However, the device still shows up as "usb-storage" by default. usb-modeswitch solves that issue by sending the command which actually performs the switching of the device from "usb-storage" to "usbserial". . This package contains the commands data needed for usb-modeswitch. Original-Maintainer: Didier Raboud Homepage: http://www.draisberghof.de/usb_modeswitch/ Package: dmsetup Status: install ok installed Priority: optional Section: admin Installed-Size: 176 Maintainer: Ubuntu Core Developers Architecture: i386 Source: lvm2 (2.02.54-1ubuntu6) Version: 2:1.02.39-1ubuntu6 Depends: libc6 (>= 2.4), libdevmapper1.02.1 (>= 2:1.02.36), initramfs-tools, util-linux (>> 2.16), udev (>> 141-2) Breaks: udev (<< 138-1) Conflicts: devicekit-disks (<< 009) Description: The Linux Kernel Device Mapper userspace library The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management) Team's implementation of a minimalistic kernel-space driver that handles volume management, while keeping knowledge of the underlying device layout in user-space. This makes it useful for not only LVM, but EVMS, software raid, and other drivers that create "virtual" block devices. . This package contains a utility for modifying device mappings. Homepage: http://sources.redhat.com/lvm2/ Original-Maintainer: Debian LVM Team Package: min12xxw Status: install ok installed Priority: optional Section: graphics Installed-Size: 156 Maintainer: Stefan Potyra Architecture: i386 Version: 0.0.9-3ubuntu3 Depends: libc6 (>= 2.4) Recommends: cups, ghostscript, foomatic-db-compressed-ppds | foomatic-db Description: Printer driver for KonicaMinolta PagePro 1[234]xxW A cups/foomatic printer driver for the KonicaMinolta PagePro 1200W, 1250W, 1300W, 1350W and 1400W. . More Information available at http://www.hinterbergen.de/mala/min12xxw/ Homepage: http://www.hinterbergen.de/mala/min12xxw/ Package: gstreamer0.10-pulseaudio Status: install ok installed Priority: optional Section: sound Installed-Size: 204 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gst-plugins-good0.10 Version: 0.10.25-4ubuntu2 Provides: gstreamer0.10-audiosink, gstreamer0.10-audiosource Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0), libgstreamer-plugins-base0.10-0 (>= 0.10.30), libgstreamer0.10-0 (>= 0.10.30), libpulse0 (>= 0.9.16) Description: GStreamer plugin for PulseAudio GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugin for PulseAudio, a sound server for POSIX and WIN32 systems. Gstreamer-Elements: pulsemixer, pulsesink, pulsesrc Gstreamer-Version: 0.10 Original-Maintainer: Maintainers of GStreamer packages Package: samba-common-bin Status: install ok installed Priority: optional Section: net Installed-Size: 16580 Maintainer: Ubuntu Core Developers Architecture: i386 Source: samba Version: 2:3.5.4~dfsg-1ubuntu8.2 Replaces: samba (<< 3.0.20b-1), samba-common (<< 2:3.4.0~pre1-2) Depends: libc6 (>= 2.8), libcap2 (>= 2.10), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.7+dfsg), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.8+dfsg), libldap-2.4-2 (>= 2.4.7), libpopt0 (>= 1.16), libreadline6 (>= 6.0), libtalloc2 (>= 2.0.0), libuuid1 (>= 2.16), libwbclient0 (>= 2:3.4.0~pre2), zlib1g (>= 1:1.1.4), samba-common (>= 2:3.4.0~pre1-2) Description: common files used by both the Samba server and client Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains files and programs needed by Samba when used as either a client or a server. Homepage: http://www.samba.org Original-Maintainer: Debian Samba Maintainers Package: eject Status: install ok installed Priority: optional Section: utils Installed-Size: 340 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.1.5+deb1+cvs20081104-7 Depends: libc6 (>= 2.8), libdevmapper1.02.1 (>= 2:1.02.20) Suggests: cdtool, setcd Description: ejects CDs and operates CD-Changers under Linux This little program will eject CD-ROMs (assuming your drive supports the CDROMEJECT ioctl). It also allows setting the autoeject feature. . On supported ATAPI/IDE multi-disc CD-ROM changers, it allows changing the active disc. . You can also use eject to properly disconnect external mass-storage devices like digital cameras or portable music players. Original-Maintainer: Frank Lichtenheld Homepage: http://www.pobox.com/~tranter/eject.html Package: libcap-ng0 Status: install ok installed Priority: optional Section: libs Installed-Size: 68 Maintainer: Ubuntu Developers Architecture: i386 Source: libcap-ng Version: 0.6.3-1 Depends: libc6 (>= 2.4) Description: An alternate posix capabilities library This library implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. . The libcap-ng library is intended to make programming with posix capabilities much easier than the traditional libcap library. . This package contains header files and libraries for libcap-ng. Original-Maintainer: Pierre Chifflier Homepage: http://people.redhat.com/sgrubb/libcap-ng Package: libfile-copy-recursive-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 88 Maintainer: Ubuntu MOTU Developers Architecture: all Version: 0.38-1 Depends: perl (>= 5.6.0-16) Description: Perl extension for recursively copying files and directories File::Copy::Recursive module copies and moves directories recursively (or single files, well... singley) to an optional depth and attempts to preserve each file or directory's mode. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/File-Copy-Recursive/ Package: totem-plugins Status: install ok installed Priority: optional Section: video Installed-Size: 668 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: totem Version: 2.32.0-0ubuntu1 Replaces: totem-gstreamer (<< 2.20.0-3), totem-xine (<< 2.20.0-3) Depends: totem (= 2.32.0-0ubuntu1), libatk1.0-0 (>= 1.29.3), libbluetooth3 (>= 4.40), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdata7, libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.11), libgtk2.0-0 (>= 2.21.8), liblircclient0, libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsoup2.4-1 (>= 2.4.0), libx11-6, libxml2 (>= 2.7.4), libxtst6, python, python-support (>= 0.90.0), python-gobject (>= 2.18), python-gtk2 (>= 2.13), python-gconf, python-gst0.10 (>= 0.10.11), python-xdg, python-rdflib, python-gdbm, python-httplib2 Recommends: gnome-settings-daemon Suggests: gromit Description: Plugins for the Totem media player Totem is a simple yet featureful media player for GNOME which can read a large number of file formats. . This package contains a set of recommended plugins for Totem, which allow to: . * Control Totem with an Infrared remote control * Control Totem with the keyboard's media player keys * Keep the Totem window on top of the screen * Display movie properties * Deactivate the screensaver when a movie is playing * Skip to a defined time in the movie * Set the away status in the instant messenger when a movie is playing * Control totem with a mobile phone using the Bluetooth protocol * Share the current playlist via HTTP * Search, browse for and play videos from YouTube * Search, browse for and play videos from the BBC . Additional plugins can be written in C, Python or Vala. Homepage: http://www.gnome.org/projects/totem/ Original-Maintainer: Sebastien Bacher Package: libmtdev1 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: i386 Source: mtdev Version: 1.0.10-0ubuntu1 Depends: libc6 (>= 2.4) Description: Multitouch Protocol Translation Library - shared library libmtdev is a library for translating evdev multitouch events using the legacy protocol to the new multitouch slots protocol. This is necessary for kernel drivers that have not been updated to use the newer protocol. Package: libbonoboui2-common Status: install ok installed Priority: optional Section: libs Installed-Size: 1700 Maintainer: Ubuntu Developers Architecture: all Source: libbonoboui Version: 2.24.3-1ubuntu1 Conflicts: libbonoboui2-0 (<= 2.4.3-1) Description: The Bonobo UI library -- common files The Bonobo UI library . This package is a part of GNOME. Original-Maintainer: Debian GNOME Maintainers Package: irqbalance Status: install ok installed Priority: extra Section: utils Installed-Size: 120 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.56-0ubuntu2 Depends: libc6 (>= 2.4), libcap-ng0, libglib2.0-0 (>= 2.12.0), debconf (>= 0.5) | debconf-2.0, upstart-job, lsb-base (>= 3.1) Conffiles: /etc/init/irqbalance.conf c6931c198d2902e0899d3077debbf672 Description: Daemon to balance interrupts for SMP systems Daemon to balance interrupts across multiple CPUs, which can lead to better performance and IO balance on SMP systems. This package is especially useful on systems with multi-core processors, as interrupts will typically only be serviced by the first core. . Note: irqbalance is not useful if you don't have more than one core or socket. Homepage: http://irqbalance.org/ Original-Maintainer: Anibal Monsalve Salazar Package: alsa-utils Status: install ok installed Priority: optional Section: sound Installed-Size: 1948 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1.0.23-2ubuntu3.4 Provides: audio-mixer Depends: libasound2 (>> 1.0.22), libc6 (>= 2.8), libncursesw5 (>= 5.7+20100313), upstart-job, whiptail | dialog, module-init-tools, lsb-base (>= 3.0-9), linux-sound-base (>= 1.0.15-1), udev Recommends: alsa-base (>= 1.0.15-1), pciutils Conflicts: alsa-base (<< 1.0.9b-3), udev (<< 0.060) Conffiles: /etc/init/alsa-mixer-save.conf 50ce46be5d3bd56c9800656135b29b6f Description: Utilities for configuring and using ALSA Included tools: o amixer: command line mixer o alsamixer: curses mixer o amidi: read from and write to ALSA RawMIDI ports o aplay, arecord: command line playback and recording o aplaymidi, arecordmidi: command line MIDI playback and recording o aconnect, aseqnet, aseqdump: command line MIDI sequencer control . ALSA is the Advanced Linux Sound Architecture. Homepage: http://www.alsa-project.org/ Original-Maintainer: Debian ALSA Maintainers Package: gcc Status: install ok installed Priority: optional Section: devel Installed-Size: 64 Maintainer: Ubuntu Developers Architecture: i386 Source: gcc-defaults (1.93ubuntu2) Version: 4:4.4.4-1ubuntu2 Provides: c-compiler Depends: cpp (>= 4:4.4.4-1ubuntu2), gcc-4.4 (>= 4.4.4-1) Recommends: libc6-dev | libc-dev Suggests: gcc-multilib, make, manpages-dev, autoconf, automake1.9, libtool, flex, bison, gdb, gcc-doc Conflicts: gcc-doc (<< 1:2.95.3) Description: The GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C compiler. Original-Maintainer: Debian GCC Maintainers Package: busybox-initramfs Status: install ok installed Priority: required Section: shells Installed-Size: 280 Maintainer: Ubuntu Core Developers Architecture: i386 Source: busybox Version: 1:1.15.3-1ubuntu5 Replaces: busybox-cvs-initramfs Depends: libc6 (>= 2.11) Conflicts: busybox-cvs-initramfs Description: Standalone shell setup for initramfs BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e., ls, cp, mv, mount, tar, etc.). The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. . busybox-initramfs provides a statically linked simple stand alone shell that provides only the basic utilities needed for the initramfs. Original-Maintainer: Debian Install System Team Package: libwebkit-1.0-common Status: install ok installed Priority: optional Section: libs Installed-Size: 2644 Maintainer: Ubuntu Developers Architecture: all Source: webkit Version: 1.2.5-0ubuntu0.10.10.1 Description: Web content engine library for Gtk+ - data files WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more. . This package provides the data files needed by the library. Homepage: http://webkit.org/ Original-Maintainer: Debian WebKit Maintainers Package: gnome-desktop-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 1000 Maintainer: Ubuntu Desktop Team Architecture: all Source: gnome-desktop Version: 1:2.32.0-0ubuntu1 Replaces: gnome-control-center (<= 1:2.0.3.2-2), gnome-core (<= 1.5), gnome-panel-data (<= 2.0) Conflicts: gnome-about (<< 2.20.0-2), gnome-core (<< 1.5), gnome-help (<< 1.5), gnome-panel (<= 2.0.0) Description: Common files for GNOME desktop apps This package includes some files that are shared between several GNOME apps (Pixmaps, .desktop files and internationalization files). Original-Maintainer: Josselin Mouette Package: libglade2.0-cil Status: install ok installed Priority: optional Section: libs Installed-Size: 312 Maintainer: Ubuntu Developers Architecture: i386 Source: gtk-sharp2 Version: 2.12.10-1 Replaces: gtk-sharp2-gapi (<< 2.10.0-1) Depends: libc6 (>= 2.3.6-6~), cli-common (>= 0.5.6), libglade2-0 (>= 1:2.6.1), libglib2.0-cil (>= 2.12.10), libgtk2.0-cil (>= 2.12.10), libmono-corlib2.0-cil (>= 1.2.2.1) Suggests: monodoc-gtk2.0-manual Description: CLI binding for the Glade libraries 2.6 This package provides the glade-sharp assembly that allows CLI (.NET) programs to use the Glade libraries 2.6. . GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit . This package contains the glade-sharp assembly Original-Maintainer: Debian CLI Libraries Team Homepage: http://www.mono-project.com/GtkSharp Package: ghostscript Status: install ok installed Priority: optional Section: text Installed-Size: 10036 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 8.71.dfsg.2-0ubuntu7 Replaces: ghostscript-fonts, gs (<< 8.63), gs-afpl (<< 8.63), gs-aladdin (<< 8.63), gs-common (<< 8.63), gs-esp (<< 8.63), gs-gpl (<< 8.63), gs-pdfencrypt (<< 7.00) Provides: gs-common, gs-pdfencrypt, postscript-viewer Depends: libc6 (>= 2.0), libgs8 (= 8.71.dfsg.2-0ubuntu7), gsfonts (>= 1:8.11+urwcyr1.0.7~pre44-4.1), debconf | debconf-2.0, debianutils (>= 1.6) Suggests: ghostscript-cups, ghostscript-x, hpijs Conflicts: ghostscript-fonts, gs (<< 8.63), gs-afpl (<< 8.63), gs-aladdin (<< 8.63), gs-cjk-resource (<< 1.20010910-1), gs-common (<< 8.63), gs-esp (<< 8.63), gs-gpl (<< 8.63), gs-pdfencrypt (<< 7.00) Description: The GPL Ghostscript PostScript/PDF interpreter Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . Furthermore, it can render PostScript and PDF files as graphics to be printed on non-PostScript printers. Supported printers include common dot-matrix, inkjet and laser models. . Package gsfonts contains a set of standard fonts for Ghostscript. Homepage: http://www.ghostscript.com/ Original-Maintainer: Masayuki Hatta (mhatta) Package: python-xdg Status: install ok installed Priority: optional Section: python Installed-Size: 244 Maintainer: Ubuntu Developers Architecture: all Source: pyxdg Version: 0.19-2ubuntu1 Depends: python (>= 2.3), python-support (>= 0.90.0) Description: Python library to access freedesktop.org standards PyXDG contains implementations of freedesktop.org standards in Python: . * Base Directory Specification Version 0.6 * Menu Specification Version 1.0-draft1 * Desktop Entry Specification Version 1.0 * Icon Theme Specification Version 0.8 * Recent File Spec 0.2 * Shared-MIME-Database Specification 0.13 Homepage: http://www.freedesktop.org/wiki/Software/pyxdg Original-Maintainer: Debian Python Modules Team Package: python-crypto Status: install ok installed Priority: optional Section: python Installed-Size: 592 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 2.0.1+dfsg1-4ubuntu2 Replaces: python2.3-crypto, python2.4-crypto Provides: python2.6-crypto Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), libc6 (>= 2.4), libgmp3c2 Suggests: python-crypto-dbg Conflicts: python2.3-crypto, python2.4-crypto Description: cryptographic algorithms and protocols for Python A collection of cryptographic algorithms and protocols, implemented for use from Python. Among the contents of the package: . * Hash functions: MD2, MD4. * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES. * Stream encryption algorithms: ARC4, simple XOR. * Public-key algorithms: RSA, DSA, ElGamal, qNEW. * Protocols: All-or-nothing transforms, chaffing/winnowing. * Miscellaneous: RFC1751 module for converting 128-key keys into a set of English words, primality testing. Homepage: http://www.amk.ca/python/code/crypto.html Original-Maintainer: Andreas Rottmann Python-Version: 2.6 Package: pulseaudio-esound-compat Status: install ok installed Priority: optional Section: sound Installed-Size: 208 Maintainer: Ubuntu Core Developers Architecture: i386 Source: pulseaudio Version: 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1 Replaces: esound Provides: esound Depends: libc6 (>= 2.4), libpulse0 (= 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1), pulseaudio Conflicts: esound, pulseaudio (<< 0.9.7) Description: PulseAudio ESD compatibility layer PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package contains the ESD compatibility components and enables a PulseAudio sound server to fully replace ESD. Homepage: http://www.pulseaudio.org Original-Maintainer: Pulseaudio maintenance team Package: xserver-xorg-video-s3 Status: install ok installed Priority: optional Section: x11 Installed-Size: 140 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:0.6.3-2build2 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-s3 Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.1.3), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-s3 Description: X.Org X server -- legacy S3 display driver This package provides the driver for certain legacy S3 video card chipsets, including the Trio64 and 96x cards. It does not provide support for ViRGE/Trio3D or Savage chipsets; support for these cards is provided by xserver-xorg-video-s3virge and xserver-xorg-driver-savage, respectively. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-s3 driver module. Original-Maintainer: Debian X Strike Force Package: liblqr-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 136 Maintainer: Ubuntu MOTU Developers Architecture: i386 Source: liblqr Version: 0.4.1-1 Depends: libc6 (>= 2.1.3), libglib2.0-0 (>= 2.12.0) Description: converts plain array images into multi-size representation The LiquidRescale (lqr) library provides a C/C++ API for performing non-uniform resizing of images by the seam-carving technique. . The library takes images in plain array format as input and converts them to a multi-size representation. . Following is a list of features: . * Areas in the image can be marked for preservation or discard * Once the image has been fully processed, the scaling can be done in real-time. In fact, the information can be saved and read out later without any further processing * The resizing is done with a single function which automatically performs all the necessary operations; it can also work in successive steps without wasting computational time * Possibility to tune the carving operation by letting the seams be less connected, or more rigid, or both * Can export and import the visibility map (the seams) * Other images can be attached and undergo the same carving process as the parent image * The automatic feature detection algorithm can be tuned by selecting among different energy gradient functions * Reports progress through a customizable interface * A signalling system permits to cleanly handle errors . The library implements the algorithm described in the paper "Seam Carving for Content-Aware Image Resizing" by Shai Avidan and Ariel Shamir, which can be found at http://www.faculty.idc.ac.il/arik/imret.pdf . This package contains the shared library. Original-Maintainer: Bernd Zeimetz Homepage: http://liblqr.wikidot.com/ Package: iputils-ping Status: install ok installed Priority: important Section: net Installed-Size: 136 Maintainer: Ubuntu Developers Architecture: i386 Source: iputils Version: 3:20100418-2ubuntu1 Replaces: netbase (<< 4.00) Provides: ping Depends: libc6 (>= 2.4), libssl0.9.8 (>= 0.9.8m-1) Conflicts: ping, suidmanager (<< 0.50) Description: Tools to test the reachability of network hosts The ping command sends ICMP ECHO_REQUEST packets to a host in order to test if the host is reachable via the network. . This package includes a ping6 utility which supports IPv6 network connections. Original-Maintainer: Noah Meyerhans Package: liblcms1 Status: install ok installed Priority: optional Section: libs Installed-Size: 256 Maintainer: Ubuntu Developers Architecture: i386 Source: lcms Version: 1.18.dfsg-1ubuntu2.10.10.1 Replaces: liblcms Provides: liblcms Depends: libc6 (>= 2.7) Suggests: liblcms-utils Conflicts: liblcms Description: Color management library lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. The intention of it is to be portable across several platforms. Original-Maintainer: Oleksandr Moskalenko Package: libdmapsharing2 Status: install ok installed Priority: extra Section: libs Installed-Size: 168 Maintainer: Robert Ancell Architecture: i386 Source: libdmapsharing Version: 2.0.0-0ubuntu1 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libgstreamer-plugins-base0.10-0 (>= 0.10.23.2), libgstreamer0.10-0 (>= 0.10.0), libsoup2.4-1 (>= 2.25.92), libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4) Description: Application plugin library A library that implements the DMAP family of protocols. Homepage: http://git.gnome.org/browse/libdmapsharing/ Package: ibus-table Status: install ok installed Priority: optional Section: utils Installed-Size: 840 Maintainer: Ubuntu Developers Architecture: all Version: 1.3.0.20100621-1 Depends: python, python-support (>= 0.90.0), ibus (>= 1.2) Description: table engine for IBus IBus-Table is the IM Engine framework for table-based input methods, such as WuBi, ErBi, CangJie and so on. . This package provide the table engine framework and one input method: * Compose: input special character by compose letter and diacritical mark . More input method based on ibus-table can be installed from ibus-table-cangjie, ibus-table-wubi, ... Original-Maintainer: IME Packaging Team Homepage: http://code.google.com/p/ibus Package: libmono-cairo2.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 220 Maintainer: Ubuntu Developers Architecture: all Source: mono Version: 2.6.7-3ubuntu1 Replaces: libmono-cairo1.0-cil (<< 2.4), mono-classlib-2.0 (<< 1.1.13.4-1), mono-classlib-2.0-dbg (<< 1.1.13.4-1) Depends: libcairo2 (>= 1.8.0-2), libmono-corlib2.0-cil (>= 2.6.3) Description: Mono Cairo library (for CLI 2.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Mono Cairo library for CLI 2.0. Homepage: http://www.mono-project.com/ Original-Maintainer: Debian Mono Group Package: espeak-data Status: install ok installed Priority: optional Section: sound Installed-Size: 1936 Maintainer: Ubuntu Developers Architecture: i386 Source: espeak Version: 1.44.05~really-1.44.04-0ubuntu1 Recommends: espeak (= 1.44.05~really-1.44.04-0ubuntu1) Description: A multi-lingual software speech synthesizer: speech data files eSpeak is a software speech synthesizer for English, and some other languages. This package contains necessary synthesizer data files needed for the espeak program, and the shared library. Homepage: http://espeak.sourceforge.net/ Original-Maintainer: Debian Accessibility Team Package: ttf-dejavu-core Status: install ok installed Priority: optional Section: fonts Installed-Size: 2592 Maintainer: Ubuntu Developers Architecture: all Source: ttf-dejavu Version: 2.31-1 Replaces: ttf-dejavu (<< 2.20-1) Conflicts: ttf-dejavu (<< 2.20-1) Description: Vera font family derivate with additional characters DejaVu provides an expanded version of the Vera font family aiming for quality and broader Unicode coverage while retaining the original Vera style. DejaVu currently works towards conformance with the Multilingual European Standards (MES-1 and MES-2) for Unicode coverage. The DejaVu fonts provide serif, sans and monospaced variants. . This package only contains the sans, sans-bold, serif, serif-bold, mono and mono-bold variants. For additional variants, see the ttf-dejavu-extra package. . DejaVu fonts are intended for use on low-resolution devices (mainly computer screens) but can be used in printing as well. Original-Maintainer: Debian Fonts Task Force Homepage: http://dejavu-fonts.org/ Package: python-ubuntuone-storageprotocol Status: install ok installed Priority: optional Section: python Installed-Size: 376 Maintainer: Ubuntu MOTU Developers Architecture: all Source: ubuntuone-storage-protocol Version: 1.4.0-0ubuntu1 Replaces: ubuntuone-storage-protocol Provides: python2.6-ubuntuone-storageprotocol Depends: python (>= 2.5), python-support (>= 0.90.0), python-twisted-core, python-oauth (>= 1.0~svn1092), python-openssl, python-protobuf (>= 2.0.3-0ubuntu1), python-xdg Conflicts: ubuntuone-storage-protocol Conffiles: /etc/ssl/certs/UbuntuOne-Go_Daddy_Class_2_CA.pem 4f5a072d379bdf90bc2f3c126ceaaab2 /etc/ssl/certs/UbuntuOne-Go_Daddy_CA.pem c8ee27407ad80a27f8316703b1e73de9 Description: Python library for Ubuntu One file storage and sharing service This package provides the network client library for accessing Ubuntu One file storage and sharing. This is the Python interface to Ubuntu One's online file storage and sharing service. Homepage: https://one.ubuntu.com Original-Maintainer: Rick McBride Python-Version: 2.6 Package: libxp6 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: i386 Source: libxp Version: 1:1.0.0.xsf1-2build1 Depends: libc6 (>= 2.4), libx11-6 (>= 0), libxau6, libxext6 (>= 0) Description: X Printing Extension (Xprint) client library libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXp Original-Maintainer: Debian X Strike Force Package: xserver-xorg-video-trident Status: install ok installed Priority: optional Section: x11 Installed-Size: 232 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:1.3.4-0ubuntu1 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-trident Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.7), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-trident Description: X.Org X server -- Trident display driver This package provides the driver for Trident Blade/Image/ProVidia/TGUI/9xxx video cards. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-trident driver module. Original-Maintainer: Debian X Strike Force Package: iputils-tracepath Status: install ok installed Priority: optional Section: net Installed-Size: 112 Maintainer: Ubuntu Developers Architecture: i386 Source: iputils Version: 3:20100418-2ubuntu1 Replaces: netbase (<< 4.00) Depends: libc6 (>= 2.4) Suggests: traceroute Conflicts: suidmanager (<< 0.50) Description: Tools to trace the network path to a remote host The tracepath utility is similar to the traceroute utility, but also attempts to discover the MTU of the path. . This package also includes tracepath6 and traceroute6 utilities, which may be used on IPv6 networks. Original-Maintainer: Noah Meyerhans Package: python-aptdaemon-gtk Status: install ok installed Priority: extra Section: python Installed-Size: 488 Maintainer: Ubuntu Developers Architecture: all Source: aptdaemon Version: 0.31+bzr506-0ubuntu5 Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), python-aptdaemon (= 0.31+bzr506-0ubuntu5), python-gtk2, python-vte Description: Python GTK+ widgets to run an aptdaemon client Aptdaemon is a transaction based package management daemon. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides the Python GTK+ widgets to implement a fully working graphical client. The widgets can be used to initiate, to monitor and to control a transaction. The API is not stable yet. Homepage: https://launchpad.net/aptdaemon Original-Maintainer: Julian Andres Klode Python-Version: 2.6 Package: libwmf0.2-7-gtk Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libwmf Version: 0.2.8.4-7ubuntu2 Depends: libc6 (>= 2.3.6-6~), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.12.0), libwmf0.2-7 (= 0.2.8.4-7ubuntu2) Description: Windows metafile conversion library Windows metafile (WMF) is a picture format used by many Windows programs, e.g. Microsoft Word. libwmf is a library for interpreting metafile images and either displaying them using X or converting them to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)... . This package contains the GTK pixbuf plugin. Original-Maintainer: Loic Minier Package: libgdata-google1.2-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 180 Maintainer: Ubuntu Developers Architecture: i386 Source: evolution-data-server Version: 2.30.3-2ubuntu2.1 Depends: libc6 (>= 2.3.6-6~), libgdata1.2-1 (>= 2.30.3), libglib2.0-0 (>= 2.16.1), libsoup2.4-1 (>= 2.4.0), libxml2 (>= 2.6.27) Description: Client library for accessing Google POA through SOAP interface This package is a client library to access Google services through a SOAP interface. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: libbz2-1.0 Status: install ok installed Priority: required Section: libs Installed-Size: 128 Maintainer: Ubuntu Core Developers Architecture: i386 Source: bzip2 Version: 1.0.5-4ubuntu1 Depends: libc6 (>= 2.4) Description: high-quality block-sorting file compressor library - runtime This package contains libbzip2 which is used by the bzip2 compressor. . bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Homepage: http://www.bzip.org/ Original-Maintainer: Anibal Monsalve Salazar Package: foomatic-db-compressed-ppds Status: install ok installed Priority: optional Section: text Installed-Size: 644 Maintainer: Ubuntu Developers Architecture: all Source: foomatic-db Version: 20100915-0ubuntu4 Replaces: foomatic-db, foomatic-db-hpijs Depends: xz-utils, foomatic-filters (>= 4.0), ghostscript, cups, cups-client Recommends: min12xxw, hpijs, pnm2ppa Suggests: cups-driver-gutenprint, hplip, hplip-cups, foo2zjs, splix, m2300w, pxljr, ghostscript-cups, openprinting-ppds, openprinting-ppds-extra, cjet, c2050, ptouch-driver Breaks: foomatic-filters (<< 4.0) Conflicts: foomatic-db, foomatic-db-hpijs Description: OpenPrinting printer support - Compressed PPDs derived from the database Foomatic is a printing system designed to make it easier to set up common printers for use with Debian (and other operating systems). It provides the "glue" between a print spooler (like CUPS or lpr) and your actual printer, by telling your computer how to process files sent to the printer. . This package contains all PPD files which can be generated from the Foomatic database as one small compressed archive. This reduces the disk space consumption compared to the Foomatic XML database vastly and in addition makes listing of all available PPDs and extracting the needed PPD much faster than using the Foomatic XML database. Original-Maintainer: Debian Printing Group Homepage: http://www.openprinting.org/ Package: gnome-panel-data Status: install ok installed Priority: optional Section: gnome Installed-Size: 2272 Maintainer: Ubuntu Desktop Team Architecture: all Source: gnome-panel Version: 1:2.30.2-1ubuntu3 Depends: gconf2 (>= 2.28.1-2) Recommends: gnome-panel Conffiles: /etc/dbus-1/system.d/org.gnome.ClockApplet.Mechanism.conf 73984c2647d32b939441e13be8fce2a6 Description: common files for the GNOME Panel This package includes some files that are needed by the GNOME Panel (Pixmaps, .desktop files and internationalization files). Original-Maintainer: Guilherme de S. Pastore Package: indicator-application Status: install ok installed Priority: optional Section: gnome Installed-Size: 136 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 0.2.9-0ubuntu1 Depends: libappindicator1 (>= 0.0.19), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libdbusmenu-glib1 (>= 0.3.12), libdbusmenu-gtk1 (>= 0.3.12), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.12.0), libindicator1, libjson-glib-1.0-0, libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4) Description: Application Indicators A library and indicator to take menus from applications and place them in the panel. Homepage: https://launchpad.net/indicator-application Package: screen-resolution-extra Status: install ok installed Priority: optional Section: x11 Installed-Size: 172 Maintainer: Ubuntu Developers Architecture: all Version: 0.14 Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), python-xkit, policykit-1 Conffiles: /etc/dbus-1/system.d/com.ubuntu.ScreenResolution.Mechanism.conf f918a9798b7f94a581589d65dea59fd7 Description: Extension for the GNOME screen resolution applet Extension for the GNOME screen resolution applet. Original-Maintainer: Alberto Milone (tseliot) Python-Version: 2.6 Package: im-switch Status: install ok installed Priority: optional Section: x11 Installed-Size: 168 Maintainer: Ubuntu Developers Architecture: all Version: 1.20ubuntu2 Recommends: x11-common | xfree86-common Suggests: zenity Conffiles: /etc/X11/xinit/xinput.d/default 465a93272efa59a7db862b22f4a22b24 /etc/X11/xinit/xinput.d/default-xim a43ea51c40428494e3d63eb881311416 /etc/X11/xinit/xinput.d/lo-gtk 3ac998761f0d09c07f1e8257854ed997 /etc/X11/xinit/xinput.d/none 09e72c33cf762a9a08dcb835cf87bf12 /etc/X11/xinit/xinput.d/th-gtk 36d4992d54f4677601d5b84a437b41b2 /etc/X11/xinit/xinput.d/th-xim 170ea3515e028fb2a6836b5ba5a528d3 /etc/X11/Xsession.d/80im-switch 044a2f13aa8382902dc8f47dc7da7064 Description: Input method switch framework im-switch provides the framework to configure and to switch the input method on X Window System depending on the locale. This input method is the essential mechanism for Japanese, Chinese and Korean (CJK) language to enter their non-ASCII native characters. . Some input methods such as SCIM support not only one of these CJK languages but support almost all languages simultaneously by dynamically switching keyboard modes with GUI. . By installing this package, the most desirable input method and its backend conversion engine are automatically configured with both XIM or IMmodule mechanism. . You can further customize your input method with 'im-switch' command. Original-Maintainer: Osamu Aoki Package: xserver-xorg-video-chips Status: install ok installed Priority: optional Section: x11 Installed-Size: 224 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:1.2.3-1 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-chips Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.1.3), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-chips Description: X.Org X server -- Chips display driver This package provides the driver for the Chips & Technologies family of video cards. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-chips driver module. Original-Maintainer: Debian X Strike Force Package: libvisual-0.4-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 324 Maintainer: Ubuntu Developers Architecture: i386 Source: libvisual Version: 0.4.0-3 Depends: libc6 (>= 2.4) Recommends: libvisual-0.4-plugins Description: Audio visualization framework Libvisual is a generic visualization framework that allows applications to easily access and manage visualization plugins. Audio visualization is the process of making pretty moving images that are correlated in some way to the audio currently being played by a media player. Most audio visualization is tied to a specific application or media player, making it difficult to share code. Libvisual allows applications to use existing visualization plugins written for the libvisual framework. . This package contains the runtime libraries for libvisual. Libvisual is not very useful without visualization plugins, so it is highly recommended to install the libvisual-0.4-plugins package. Original-Maintainer: Brandon Holtsclaw Package: libmono-i18n-west2.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 268 Maintainer: Ubuntu Developers Architecture: all Source: mono Version: 2.6.7-3ubuntu1 Replaces: libmono-corlib2.0-cil (<< 1.2.6-1), libmono-i18n2.0-cil (<< 2.4) Depends: libmono-corlib2.0-cil (>= 2.6.3) Description: Mono I18N.West library (for CLI 2.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the I18N.West library for CLI 2.0, containing Central and Western European code pages such as ISO 8859-3 (Latin 3), ISO 8859-15 (Latin 9) and others. . This package also includes the base I18N library used by all I18N libraries. Homepage: http://www.mono-project.com/ Original-Maintainer: Debian Mono Group Package: libgsl0ldbl Status: install ok installed Priority: optional Section: math Installed-Size: 2308 Maintainer: Ubuntu Developers Architecture: i386 Source: gsl Version: 1.14+dfsg-1 Replaces: gsl, libgsl0 (<= 1.9-4) Depends: libc6 (>= 2.7) Suggests: gsl-ref-psdoc | gsl-doc-pdf | gsl-doc-info | gsl-ref-html Conflicts: gsl, libgsl0 Description: GNU Scientific Library (GSL) -- library package The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. . GSL includes data types and routines for complex numbers, vectors, matrices, basic linear algebra subroutines (BLAS), eigensystems, simulated annealing, minimization, root finding, pseudo-random numbers, least-squares fitting, fast Fourier transforms (FFT), differential equations, quadrature, Monte Carlo integration, special functions, physical constants, and much more. . This package provides the shared libraries required to run programs compiled with GNU GSL. To compile your own programs you also need to install libgsl0-dev. Original-Maintainer: Dirk Eddelbuettel Homepage: http://www.gnu.org/software/gsl Package: python-pyatspi Status: install ok installed Priority: optional Section: python Installed-Size: 176 Maintainer: Ubuntu Developers Architecture: all Source: at-spi Version: 1.31.91-0ubuntu1 Depends: python (>= 2.5), python-support (>= 0.90.0), at-spi (>= 1.31.91-0ubuntu1), at-spi (<< 1.31.91-0ubuntu1.1~), python-pyorbit, python-gnome2 Description: Assistive Technology Service Provider Interface - Python bindings at-spi is the "Assistive Technology Service Provider Interface". . Accessibility is enabling people with disabilities to participate in substantial life activities that include work and the use of services, products and information. . This package contains Python bindings for the core components of GNOME Accessibility. Original-Maintainer: Debian GNOME Maintainers Python-Version: 2.6 Package: xserver-xorg-video-intel Status: install ok installed Priority: optional Section: x11 Installed-Size: 988 Maintainer: Ubuntu Developers Architecture: i386 Version: 2:2.12.0-1ubuntu5.1 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-i810, xserver-xorg-video-i810 (<< 2:1.9.91-1), xserver-xorg-video-i810-modesetting, xserver-xorg-video-intel-modesetting Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.4), libdrm-intel1 (>= 2.4.21), libdrm2 (>= 2.4.17), libpciaccess0 (>= 0.8.0+git20071002), libx11-6, libx11-xcb1, libxcb-aux0 (>= 0.3.6), libxcb-dri2-0, libxcb1, libxext6, libxfixes3 (>= 1:4.0.1), libxv1, libxvmc1, xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.905-1ubuntu3) Recommends: intel-gpu-tools Conflicts: 915resolution, xserver-xorg-driver-i810, xserver-xorg-video-i810 (<< 2:1.9.91-1), xserver-xorg-video-i810-modesetting, xserver-xorg-video-intel-modesetting Description: X.Org X server -- Intel i8xx, i9xx display driver This package provides the driver for the Intel i8xx and i9xx family of chipsets, including i810, i815, i830, i845, i855, i865, i915, i945 and i965 series chips. . This package also provides XvMC (XVideo Motion Compensation) drivers for i810/i815 and i9xx and newer chipsets. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-intel driver module. Original-Maintainer: Debian X Strike Force Package: perl Status: install ok installed Priority: standard Section: perl Installed-Size: 13308 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.10.1-12ubuntu2 Replaces: libarchive-tar-perl (<= 1.38-2), libcompress-raw-bzip2-perl, libcompress-raw-zlib-perl, libcompress-zlib-perl, libdigest-md5-perl, libdigest-sha-perl, libio-compress-base-perl, libio-compress-bzip2-perl, libio-compress-perl, libio-compress-zlib-perl, libmime-base64-perl, libmodule-corelist-perl (<< 2.14-2), libstorable-perl, libsys-syslog-perl, libthreads-perl, libthreads-shared-perl, libtime-hires-perl, libtime-piece-perl, perl-base (<< 5.10.1-12), perl-doc (<< 5.8.0-1), perl-modules (<< 5.8.1-1) Provides: data-dumper, libcompress-raw-bzip2-perl, libcompress-raw-zlib-perl, libcompress-zlib-perl, libdigest-md5-perl, libdigest-sha-perl, libio-compress-base-perl, libio-compress-bzip2-perl, libio-compress-perl, libio-compress-zlib-perl, libmime-base64-perl, libstorable-perl, libsys-syslog-perl, libthreads-perl, libthreads-shared-perl, libtime-hires-perl, libtime-piece-perl, perl5 Depends: perl-base (= 5.10.1-12ubuntu2), perl-modules (>= 5.10.1-12ubuntu2), libbz2-1.0, libc6 (>= 2.11), libdb4.8, libgdbm3 (>= 1.8.3), zlib1g (>= 1:1.2.3.3.dfsg) Recommends: netbase, make Suggests: perl-doc, libterm-readline-gnu-perl | libterm-readline-perl-perl Conflicts: libcompress-raw-bzip2-perl (<< 2.020), libcompress-raw-zlib-perl (<< 2.020), libcompress-zlib-perl (<< 2.020), libdigest-md5-perl (<< 2.39), libdigest-sha-perl (<< 5.47), libio-compress-base-perl (<< 2.020), libio-compress-bzip2-perl (<< 2.020), libio-compress-perl (<< 2.020), libio-compress-zlib-perl (<< 2.020), libmime-base64-perl (<< 3.08), libstorable-perl (<< 2.20), libsys-syslog-perl (<< 0.27), libthreads-perl (<< 1.72), libthreads-shared-perl (<< 1.29), libtime-hires-perl (<< 1.9719), libtime-piece-perl (<< 1.15), perl-doc (<< 5.10.1-1) Description: Larry Wall's Practical Extraction and Report Language An interpreted scripting language, known among some as "Unix's Swiss Army Chainsaw". . Perl is optimised for scanning arbitrary text files and system administration. It has built-in extended regular expression matching and replacement, a data-flow mechanism to improve security with setuid scripts and is extensible via modules that can interface to C libraries. Original-Maintainer: Niko Tyni Package: libdotconf1.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 80 Maintainer: Ubuntu Developers Architecture: i386 Source: dotconf Version: 1.0.13-3 Depends: libc6 (>= 2.7) Description: Configuration file parser library - runtime files dot.conf is a simple-to-use and powerful configuration-file parser library written in C. The configuration files created for dot.conf look very similar to those used by the Apache Webserver. Even Container-Directives known from httpd.conf can easily be used in the exact same manner as for Apache-Modules. It supports various types of arguments, dynamically loadable modules that create their own configuration options on-the-fly, a here-documents feature to pass very long ARG_STR data to your app, and on-the-fly inclusion of additional config files. Original-Maintainer: Shane Wegner Package: cups-bsd Status: install ok installed Priority: extra Section: net Installed-Size: 204 Maintainer: Ubuntu Developers Architecture: i386 Source: cups Version: 1.4.4-6ubuntu2.3 Replaces: lpr Provides: lpr Depends: libc6 (>= 2.4), libcups2 (>= 1.4.0), debconf (>= 0.5) | debconf-2.0, cups-client (= 1.4.4-6ubuntu2.3), update-inetd, cups-common Suggests: cups Conflicts: lpr, lprng 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: libedata-book1.2-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 252 Maintainer: Ubuntu Developers Architecture: i386 Source: evolution-data-server Version: 2.30.3-2ubuntu2.1 Depends: libc6 (>= 2.4), libdb4.8, libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libebackend1.2-0 (>= 2.30.3), libebook1.2-9 (>= 2.30.3), libedataserver1.2-13 (>= 2.30.3), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.24.0), libxml2 (>= 2.6.27) Description: Backend library for evolution address books Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package is a backend library for evolution address book. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: indicator-messages Status: install ok installed Priority: optional Section: gnome Installed-Size: 376 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 0.3.11-0ubuntu2 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libdbusmenu-glib1 (>= 0.3.12), libdbusmenu-gtk1 (>= 0.3.12), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.20.0), libgtk2.0-0 (>= 2.18.0), libindicate4 (>= 0.3.3), libindicator1, libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4) Recommends: indicator-applet | indicator-renderer Breaks: indicator-applet (<< 0.3.0) Description: indicator that collects messages that need a response A place on the user's desktop that collects messages that need a response. This menu provides a condenced and collected view of all of those messages for quick access, but without making them annoying in times that you want to ignore them. Homepage: https://launchpad.net/indicator-messages Original-Maintainer: The Ayatana Packagers Package: system-config-printer-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 672 Maintainer: Ubuntu Core Developers Architecture: all Source: system-config-printer Version: 1.2.3+20100723-0ubuntu8.1 Replaces: system-config-printer Depends: python (>= 2.5), python-support (>= 0.90.0), python-cups (>= 1.9.51-0ubuntu2), python-smbc, python-dbus, python-cupshelpers Recommends: system-config-printer-udev, avahi-utils Conflicts: system-config-printer, system-config-printer-kde (<= 0.09ubuntu1) Conffiles: /etc/dbus-1/system.d/newprinternotification.conf 8df3896101328880517f530c11fff877 Description: Printer configuration GUI A CUPS printer configuration tool and status applet. . This package provides common files used by both frontends. Original-Maintainer: Otavio Salvador Package: libcairo-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 472 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.070-1ubuntu1 Depends: perl (>= 5.10.1-12ubuntu2), perlapi-5.10.1, libc6 (>= 2.1.3), libcairo2 (>= 1.8.0), libfreetype6 (>= 2.2.1) Suggests: libfont-freetype-perl Description: Perl interface to the Cairo graphics library libcairo-perl provides access to the Cairo library. . Cairo is a 2D graphics library with support for multiple output devices. It is designed to produce consistent output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension). . The cairo API provides operations similar to the drawing operators of PostScript and PDF. Operations in cairo including stroking and filling cubic Bézier splines, transforming and compositing translucent images, and antialiased text rendering. All drawing operations can be transformed by any affine transformation (scale, rotation, shear, etc.) . Find out more about Cairo at http://www.cairographics.org/. Homepage: http://gtk2-perl.sourceforge.net/ Original-Maintainer: Debian Perl Group Package: rarian-compat Status: install ok installed Priority: extra Section: doc Installed-Size: 456 Maintainer: Ubuntu Developers Architecture: i386 Source: rarian Version: 0.8.1-4.1 Replaces: scrollkeeper (<< 0.4) Provides: scrollkeeper Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), librarian0 (>= 0.8.0), libstdc++6 (>= 4.1.1), xml-core (>= 0.12), docbook-xml Conflicts: scrollkeeper (<< 0.4) Description: Documentation meta-data library (compatibility tools) Rarian (formerly Spoon) is a documentation meta-data library, designed as a replacement for Scrollkeeper. Original-Maintainer: Frederic Peters Homepage: http://rarian.freedesktop.org/ Package: xserver-xorg-video-mach64 Status: install ok installed Priority: optional Section: x11 Installed-Size: 380 Maintainer: Ubuntu Developers Architecture: i386 Version: 6.8.2-3build2 Replaces: xserver-xorg-video-ati (<= 1:6.8.0-1) Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.4), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-video-ati (<= 1:6.8.0-1) Description: X.Org X server -- ATI Mach64 display driver This driver for the X.Org X server (see xserver-xorg for a further description) provides support for the ATI Mach64 series. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-mach64 driver module. Original-Maintainer: Debian X Strike Force Package: libhyphen0 Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Ubuntu Developers Architecture: i386 Source: hyphen Version: 2.5-1ubuntu1 Depends: libc6 (>= 2.4) Description: ALTLinux hyphenation library - shared library ALTLinuxhyph is a modified version of libhnj which is a high quality hyphenation and justification library based on the TeX hyphenation algorithm. The TeX hyphenation patterns could be used after a preprocessing step. . It is used in OpenOffice.org . This package contains the shared library. Original-Maintainer: Debian OpenOffice Team Package: libpolkit-gtk-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Ubuntu Developers Architecture: i386 Source: policykit-1-gnome Version: 0.96-2ubuntu4 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.18.0), libgtk2.0-0 (>= 2.17.1), libpango1.0-0 (>= 1.14.0), libpolkit-gobject-1-0 (>= 0.95), policykit-1-gnome Description: PolicyKit GTK+ API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for accessing PolicyKit GTK+ functionality. Homepage: http://hal.freedesktop.org/docs/PolicyKit-gnome/ Original-Maintainer: Utopia Maintenance Team Package: libnm-glib2 Status: install ok installed Priority: optional Section: libs Installed-Size: 280 Maintainer: Ubuntu Core Dev Team Architecture: i386 Source: network-manager Version: 0.8.1+git.20100810t184654.ab580f4-0ubuntu2 Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.18.0), libgudev-1.0-0 (>= 147), libnm-util1 (>= 0.8~a~git.20090804t185522.4bab334) Description: network management framework (GLib shared library) NetworkManager attempts to keep an active network connection available at all times. It is intended only for the desktop use-case, and is not intended for usage on servers. The point of NetworkManager is to make networking configuration and setup as painless and automatic as possible. If using DHCP, NetworkManager is _intended_ to replace default routes, obtain IP addresses from a DHCP server, and change nameservers whenever it sees fit. . This package provides the shared library that applications can use to query connection status via NetworkManager. . Homepage: http://www.gnome.org/projects/NetworkManager/ Original-Maintainer: Riccardo Setti Package: libcaca0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1096 Maintainer: Ubuntu Developers Architecture: i386 Source: libcaca Version: 0.99.beta17-1 Replaces: libcucul0 (<< 0.99.beta15) Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20071006-3), libslang2 (>= 2.0.7-1), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Conflicts: libcucul0 (<< 0.99.beta15) Description: colour ASCII art library libcaca is the Colour AsCii Art library. It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines. . This package contains the shared library for libcaca. Original-Maintainer: Sam Hocevar Homepage: http://caca.zoy.org/wiki/libcaca Package: libnautilus-extension1 Status: install ok installed Priority: optional Section: libs Installed-Size: 144 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: nautilus Version: 1:2.32.0-0ubuntu1.3 Replaces: libnautilus2-2 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.20.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libselinux1 (>= 1.32) Breaks: diff-ext (<= 0.2.3-3), eiciel (<< 0.9.6.1-3), file-roller (<< 2.24), gnome-mount (<< 0.8), nautilus (<< 2.22), nautilus-actions (<< 1.4.1-1+b1), nautilus-cd-burner (<< 2.22), nautilus-filename-repairer (<< 0.0.5-2), nautilus-gksu (<< 2.0.2-2ubuntu1), nautilus-image-converter (<< 0.3), nautilus-open-terminal (<< 0.9), nautilus-sendto (<< 0.14.0-2), nautilus-share (<< 0.7.2-4+b1), python-nautilus (<< 0.5), seahorse-plugins (<< 2.24.1-3+b1) Conflicts: libnautilus2-2 Description: libraries for nautilus components - runtime version Nautilus is the official file manager and graphical shell for the GNOME desktop. . This package contains a few runtime libraries needed by nautilus' extensions. Homepage: http://www.gnome.org/projects/nautilus/ Original-Maintainer: Josselin Mouette Package: friendly-recovery Status: install ok installed Priority: optional Section: admin Installed-Size: 100 Maintainer: Michael Vogt Architecture: all Version: 0.2.10 Depends: upstart, bash, whiptail Recommends: gettext-base, update-manager-core (>= 0.90.0) Description: Make recovery more user-friendly Make the recovery mode more user-friendly by providing a menu with pluggable options. Package: network-manager Status: install ok installed Priority: optional Section: net Installed-Size: 1352 Maintainer: Ubuntu Core Dev Team Architecture: i386 Version: 0.8.1+git.20100810t184654.ab580f4-0ubuntu2 Replaces: network-manager-pptp (<< 0.7~~) Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.24.0), libgudev-1.0-0 (>= 147), libnl1 (>= 1.1), libnm-glib2 (>= 0.8.1~beta3~git.20100626t172728.44d2f9c), libnm-util1 (>= 0.8.1+git.20100809t193754.c72fbd6), libnspr4-0d (>= 4.7.0~1.9b1), libnss3-1d (>= 3.12.2~rc1), libpolkit-gobject-1-0 (>= 0.94), libudev0 (>= 147), libuuid1 (>= 2.16), upstart-job, iproute, iputils-arping, lsb-base (>= 3.2-14), wpasupplicant (>= 0.6.1~), dbus (>= 0.60), update-notifier-common Recommends: network-manager-gnome | network-manager-kde | plasma-widget-networkmanagement, dnsmasq-base, modemmanager, iptables, network-manager-pptp, ppp Conflicts: network-manager-pptp (<< 0.7~~) Conffiles: /etc/dbus-1/system.d/nm-avahi-autoipd.conf 91ab68968b0dc06c3a55b482b50b3028 /etc/dbus-1/system.d/nm-dhcp-client.conf 06b1ecfd8f1fa2a501a5f352e2e5e88e /etc/dbus-1/system.d/nm-dispatcher.conf 5711a76c31a3763750fe2c331741f679 /etc/dbus-1/system.d/NetworkManager.conf 164446fca7e86f26cb9e6544c7f319b1 /etc/NetworkManager/dispatcher.d/01ifupdown 2bc1ae04a18972cd4b9acfaf6aa2104f /etc/NetworkManager/nm-system-settings.conf a9a83f011d22edab8df6935afa2eea79 /etc/init/network-manager.conf bd7d755437a58298b4e96d19ada251cb Description: network management framework daemon NetworkManager attempts to keep an active network connection available at all times. It is intended only for the desktop use-case, and is not intended for usage on servers. The point of NetworkManager is to make networking configuration and setup as painless and automatic as possible. If using DHCP, NetworkManager is _intended_ to replace default routes, obtain IP addresses from a DHCP server, and change nameservers whenever it sees fit. . This package provides the userspace daemons. . Homepage: http://www.gnome.org/projects/NetworkManager/ Original-Maintainer: Riccardo Setti Package: libhtml-parser-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 316 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.65-1 Depends: perl (>= 5.10.1-12ubuntu1), perlapi-5.10.1, libc6 (>= 2.4), liburi-perl, libhtml-tagset-perl Suggests: libdata-dump-perl Enhances: libwww-perl Description: collection of modules that parse HTML text documents HTML::Parser is a collection of modules useful for handling HTML documents. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track. . Objects of the HTML::Parser class will recognize markup and separate it from content data. As different kinds of markup are recognized, the corresponding event handler is invoked. The document to be parsed may also be supplied in arbitrary chunks, making on-the-fly parsing of network documents possible. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/HTML-Parser/ Package: console-terminus Status: install ok installed Priority: optional Section: fonts Installed-Size: 784 Maintainer: Ubuntu Developers Architecture: all Source: xfonts-terminus Version: 4.30-2 Recommends: kbd | console-tools Suggests: console-setup Conflicts: console-cyrillic (<= 0.9-11) Description: Fixed-width fonts for fast reading on the Linux console This package installs in /usr/share/consolefonts several console variants of the Terminus font. If you have to work for extended time in front of monitor (i.e. over eight hours), you may find that using of these fonts reduces your eyes-fatigue. . The following charsets are supported: western European Latin, central European Latin, Turkish Latin, Romanian Latin, Slavic Cyrillic and Asian Cyrillic (Bashkyr, Kazakh, Mongolian and others). Original-Maintainer: Anton Zinoviev Package: python-wadllib Status: install ok installed Priority: optional Section: python Installed-Size: 460 Maintainer: Ubuntu Developers Architecture: all Version: 1.1.4-2 Depends: python (>= 2.4), python-support (>= 0.90.0), python-simplejson, python-lazr.uri Description: Python library for navigating WADL files The Web Application Description Language (WADL) is an XML vocabulary for describing the capabilities of HTTP resources. wadllib can be used in conjunction with an HTTP library to navigate and manipulate those resources. Original-Maintainer: Luca Falavigna Homepage: https://launchpad.net/wadllib Package: evolution Status: install ok installed Priority: optional Section: gnome Installed-Size: 1076 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.30.3-1ubuntu7.3 Provides: imap-client, mail-reader Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libcamel1.2-14 (>= 2.30.3), libcamel1.2-14 (<< 2.31), libcanberra-gtk0 (>= 0.2), libcanberra0 (>= 0.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libebackend1.2-0 (>= 2.30.3), libebook1.2-9 (>= 2.30.3), libecal1.2-7 (>= 2.30.3), libedataserver1.2-13 (>= 2.30.3), libedataserverui1.2-8 (>= 2.30.3), libegroupwise1.2-13 (>= 2.30.3), libenchant1c2a (>= 1.6), libevolution (>= 2.30.3), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdata-google1.2-1 (>= 2.30.3), libgdata1.2-1 (>= 2.30.3), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.22.0), libgnome-desktop-2-17 (>= 1:2.29.92), libgnomecanvas2-0 (>= 2.11.1), libgtk2.0-0 (>= 2.18.0), libgtkhtml-editor0 (>= 1:3.30.2), libgtkhtml-editor0 (<< 1:3.31), libgtkhtml3.14-19 (>= 1:3.30.2), libgtkhtml3.14-19 (<< 1:3.31), libgweather1 (>= 2.30.0), libical0 (>= 0.42), liblaunchpad-integration1 (>= 0.1.17), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libnspr4-0d (>= 4.7.0~1.9b1), libnss3-1d (>= 3.12.2~rc1), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsoup2.4-1 (>= 2.24.3), libsqlite3-0 (>= 3.7.2), libstartup-notification0 (>= 0.10), libunique-1.0-0 (>= 1.0.0), libxml2 (>= 2.7.4), gconf2 (>= 2.28.1-2), evolution-common (= 2.30.3-1ubuntu7.3), evolution-data-server (>= 2.30.3), evolution-data-server (<< 2.31), gnome-icon-theme (>= 2.19.92), dbus Recommends: gnome-desktop-data, evolution-plugins, evolution-webcal, yelp, bogofilter | spamassassin Suggests: bug-buddy, gnupg, network-manager, evolution-exchange, evolution-dbg, evolution-plugins-experimental Conffiles: /etc/xdg/autostart/evolution-alarm-notify.desktop a1a18188fc07aca170db62a9c66c9130 Description: groupware suite with mail client and organizer Evolution is a groupware suite which integrates mail, calendar, address book, to-do list and memo tools. . Additional features include integration with Exchange and Groupwise servers, newsgroup client, LDAP support, web calendars and synchronization with Palm devices. . Evolution is a graphical application that is part of GNOME, and is distributed by Novell, Inc. . See http://www.novell.com/products/evolution/ for more information. . The following plugins belonging to the "base" set are included. - calendar-file - calendar-http - calendar-weather - email-custom-headers - itip-formatter - plugin-manager - python - default-source - addressbook-file - startup-wizard - mark-all-read - groupwise-features - groupwise-account-setup - mail-account-disable - publish-calendar - caldav - imap-features - google-account-setup - sa-junk-plugin - bogo-junk-plugin - mono - webdav-account-setup Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: python-virtkey Status: install ok installed Priority: optional Section: python Installed-Size: 108 Maintainer: Ubuntu Developers Architecture: i386 Source: virtkey Version: 0.60.0-0ubuntu2 Depends: libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libx11-6, libxtst6, python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11) Description: Library to emulate keyboard keypresses. python-virtkey is a python extension for emulating keypresses and getting the keyboard geometry from the xserver. Homepage: https://launchpad.net/python-virtkey Original-Maintainer: Chris Jones Python-Version: 2.6 Package: python-rdflib Status: install ok installed Priority: optional Section: python Installed-Size: 1508 Maintainer: Ubuntu Developers Architecture: i386 Source: rdflib Version: 2.4.2-1 Provides: python2.6-rdflib Depends: libc6 (>= 2.3.6-6~), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), python-pkg-resources Description: RDF library containing an RDF triple store and RDF/XML parser/serializer RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains an RDF/XML parser/serializer that conforms to the RDF/XML Syntax Specification and both in-memory and persistent Graph backend. . This package also provides a serialization format converter called rdfpipe in order to deal with the different formats RDFLib works with. Original-Maintainer: Nacho Barrientos Arias Homepage: http://rdflib.net/ Package: libcupscgi1 Status: install ok installed Priority: optional Section: libs Installed-Size: 192 Maintainer: Ubuntu Developers Architecture: i386 Source: cups Version: 1.4.4-6ubuntu2.3 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.4), libcups2 (>= 1.4.0), libgcrypt11 (>= 1.4.2), libgnutls26 (>= 2.7.14-0) 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: libdrm-intel1 Status: install ok installed Priority: optional Section: libs Installed-Size: 112 Maintainer: Ubuntu X-SWAT Architecture: i386 Source: libdrm Version: 2.4.21-1ubuntu2.1 Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.1) Description: Userspace interface to intel-specific kernel DRM services -- runtime This library implements the userspace interface to the intel-specific kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Original-Maintainer: Debian X Strike Force Package: wireless-tools Status: install ok installed Priority: extra Section: net Installed-Size: 428 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 30~pre9-3ubuntu4 Depends: libc6 (>= 2.7), libiw30 (>= 30~pre1) Conffiles: /etc/network/if-pre-up.d/wireless-tools 90ae1e300f250b82577989492b0c3379 /etc/network/if-post-down.d/wireless-tools 1f6530d0aee88247fe5001fe2f5f50d0 Description: Tools for manipulating Linux Wireless Extensions This package contains the Wireless tools, used to manipulate the Linux Wireless Extensions. The Wireless Extension is an interface allowing you to set Wireless LAN specific parameters and get the specific stats. Homepage: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html Original-Maintainer: Guus Sliepen Package: rhythmbox-ubuntuone-music-store Status: install ok installed Priority: extra Section: gnome Installed-Size: 148 Maintainer: Ken VanDine Architecture: all Version: 0.1.9-0ubuntu1 Depends: gconf2 (>= 2.28.1-2), python-central (>= 0.6.11), python-gobject, python-webkit, python-gtk2, libubuntuone-1.0-1 (>= 0.2.100), python-ubuntuone (>= 0.2.100), ubuntuone-client (>= 1.1.2), python-aptdaemon-gtk (>= 0.11+bzr345-0ubuntu3), aptdaemon, rhythmbox-plugins Description: Ubuntu One Music Store Rhythmbox plugin . A Rhythmbox plugin that makes the Ubuntu One Music Store available in Rhythmbox. Homepage: https://launchpad.net/rhythmbox-ubuntuone-music-store Python-Version: current Package: gnome-screensaver Status: install ok installed Priority: optional Section: gnome Installed-Size: 7032 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 2.30.0-1ubuntu1 Depends: libc6 (>= 2.7), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libgconf2-4 (>= 2.27.0), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.24.0), libgnome-desktop-2-17 (>= 1:2.29.92), libgnome-menu2 (>= 2.27.92), libgnomekbd4 (>= 2.29.5), libgtk2.0-0 (>= 2.18.0), libnotify1 (>= 0.4.5), libnotify1-gtk2.10, libpam0g (>= 0.99.7.1), libpango1.0-0 (>= 1.18.0), libx11-6, libxext6, libxklavier16 (>= 5.0), libxxf86vm1, gconf2 (>= 2.28.1-2), dbus-x11, gnome-icon-theme (>= 2.15.90) Recommends: gnome-power-manager | xfce4-power-manager, xscreensaver-data, xscreensaver-gl, libpam-gnome-keyring Suggests: xscreensaver-data-extra, rss-glx, xscreensaver-gl-extra Conffiles: /etc/xdg/menus/gnome-screensavers.menu 50ab18262db6113b45e33ed49ebe3326 /etc/pam.d/gnome-screensaver 6db13401571f575bd03b96a501817be7 Description: GNOME screen saver and locker gnome-screensaver is a screen saver and locker that aims to have simple, sane and secure defaults, and be well integrated with the GNOME desktop. . It is designed to support, among other things: . * the ability to lock down configuration settings * translation into other languages * user switching Homepage: http://live.gnome.org/GnomeScreensaver Original-Maintainer: Guilherme de S. Pastore Package: python-markupsafe Status: install ok installed Priority: optional Section: python Installed-Size: 160 Maintainer: Ubuntu Developers Architecture: i386 Source: markupsafe Version: 0.9.2-2build1 Provides: python2.6-markupsafe Depends: python2.6, python (>= 2.6.5-11~), python (<< 2.7), libc6 (>= 2.3.6-6~) Description: XML/HTML/XHTML Markup safe string for Python MarkupSafe implements a unicode subclass that supports HTML strings: . >>> from markupsafe import Markup, escape >>> escape("") Markup(u'<script>alert(document.cookie);</script>') >>> tmpl = Markup("%s") >>> tmpl % "Peter > Lustig" Markup(u'Peter > Lustig') . If you want to make an object unicode that is not yet unicode but don't want to lose the taint information, you can use the `soft_unicode` function: . >>> from markupsafe import soft_unicode >>> soft_unicode(42) u'42' >>> soft_unicode(Markup('foo')) Markup(u'foo') Original-Maintainer: Piotr Ożarowski Homepage: http://pypi.python.org/pypi/MarkupSafe Python-Version: 2.6 Package: liblua5.1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 208 Maintainer: Ubuntu Developers Architecture: i386 Source: lua5.1 Version: 5.1.4-5 Depends: libc6 (>= 2.7) Description: Simple, extensible, embeddable programming language Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains runtime libraries. You shouldn't need to install it explicitly. Original-Maintainer: John V. Belmonte Homepage: http://www.lua.org Package: notification-daemon Status: install ok installed Priority: optional Section: x11 Installed-Size: 396 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 0.4.0-2ubuntu2 Replaces: notify-daemon Depends: libatk1.0-0 (>= 1.20.0), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.27.0), libglade2-0 (>= 1:2.6.1), libglib2.0-0 (>= 2.16.0), libgstreamer0.10-0 (>= 0.10.0), libgtk2.0-0 (>= 2.10.0), libnotify1 (>= 0.4.5), libnotify1-gtk2.10, libpango1.0-0 (>= 1.14.0), libsexy2 (>= 0.1.8), libwnck22 (>= 2.22.0), libx11-6, libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4), gconf2 (>= 2.10.1-2) Conflicts: notify-daemon Description: a daemon that displays passive pop-up notifications The Desktop Notifications framework provides a standard way of doing passive pop-up notifications on the Linux desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time. as per the Desktop Notifications spec . http://www.galago-project.org/specs/notification/index.php. Original-Maintainer: Andre Filipe de Assuncao e Brito Package: gnome-system-tools Status: install ok installed Priority: optional Section: gnome Installed-Size: 2260 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.32.0-0ubuntu1.1 Replaces: ximian-setup-tools Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.16), libgtk2.0-0 (>= 2.20.0), liboobs-1-5 (>= 2.31.91), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libpolkit-gobject-1-0 (>= 0.94), libpolkit-gtk-1-0 (>= 0.94), perl, system-tools-backends (>= 2.9.4), policykit-1-gnome Suggests: ntp, gnome-control-center Conffiles: /etc/gnome-system-tools/user-profiles.conf a4e3909ca06e815bb3f35d997783422e Description: Cross-platform configuration utilities for GNOME The GNOME System Tools are a fully integrated set of tools aimed to make easy the job that means the computer administration on an UNIX or Linux system. They're thought to help from the new Linux or UNIX user to the system administrators. . Its main advantages are: * Full integration with the new GNOME Control Center. * An user-friendly interface to carry out the main administration tasks. * The use of a common user interface in every system. * A common structure that makes easy the development of new system tools. Nowadays there are tools for managing: - Users and groups - Date and time - Network options - Services - Shares (NFS and Samba) Original-Maintainer: Jose Carlos Garcia Sogo Package: libgucharmap7 Status: install ok installed Priority: optional Section: libs Installed-Size: 3508 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gucharmap Version: 1:2.32.0-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.21.6), liblaunchpad-integration1 (>= 0.1.17), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4) Description: Unicode browser widget library (shared library) The libgucharmap library contains a Unicode browser widget; it is most prominently used by the "gucharmap" program. See the package of the same name for more information. . This package contains the shared library. Homepage: http://live.gnome.org/Gucharmap Original-Maintainer: Sebastien Bacher Package: libtag1c2a Status: install ok installed Priority: optional Section: libs Installed-Size: 40 Maintainer: Ubuntu Developers Architecture: i386 Source: taglib Version: 1.6.3-1 Depends: libtag1-vanilla (= 1.6.3-1) | libtag1-rusxmms (= 1.6.3-1) Conflicts: libtag-extras0 Description: TagLib Audio Meta-Data Library TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files. . This package is the main metapackage for the TagLib Audio Meta-Data Library. Packages using TagLib should depend on this package rather than specific TagLib flavour. Vanilla (original) flavour is default. Alternatively you may install RusXMMS flavour which can be found in the libtag1-rusxmms package. Original-Maintainer: Modestas Vainius Homepage: http://developer.kde.org/~wheeler/taglib.html Package: telepathy-salut Status: install ok installed Priority: optional Section: net Installed-Size: 640 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.3.12-1 Provides: telepathy-connection-manager Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-gobject0 (>= 0.6.22), libc6 (>= 2.4), libdbus-1-3 (>= 1.1.1), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.24.0), libsoup2.4-1 (>= 2.4.1), libtelepathy-glib0 (>= 0.7.36), libxml2 (>= 2.7.4), avahi-daemon Description: Link-local XMPP connection manager for the Telepathy framework Telepathy is a real time communications framework. Salut provides Link-local Jabber functionality for Telepathy. Original-Maintainer: Debian Telepathy maintainers Package: libsdl1.2debian-pulseaudio Status: install ok installed Priority: extra Section: libs Installed-Size: 476 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libsdl1.2 Version: 1.2.14-6ubuntu3 Replaces: libsdl1.2 (<< 1.2.1-1), libsdl1.2-all, libsdl1.2-arts, libsdl1.2-esd, libsdl1.2-oss, libsdl1.2debian-all, libsdl1.2debian-alsa, libsdl1.2debian-arts, libsdl1.2debian-esd, libsdl1.2debian-oss Depends: libc6 (>= 2.4), libpulse0 (>= 0.9.16) Conflicts: libsdl1.2 (<< 1.2.1-1), libsdl1.2-all, libsdl1.2-arts, libsdl1.2-esd, libsdl1.2-oss, libsdl1.2debian-all, libsdl1.2debian-alsa, libsdl1.2debian-arts, libsdl1.2debian-esd, libsdl1.2debian-oss Description: Simple DirectMedia Layer (with X11 and PulseAudio options) SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This version of SDL is compiled with X11 graphics and PulseAudio sound. Homepage: http://www.libsdl.org/ Original-Maintainer: Debian SDL packages maintainers Package: xscreensaver-gl Status: install ok installed Priority: optional Section: x11 Installed-Size: 1140 Maintainer: Ubuntu Core Developers Architecture: i386 Source: xscreensaver Version: 5.11-1ubuntu2 Replaces: xscreensaver-data (<< 5.10-3), xscreensaver-gl-extra (<< 5.08-0ubuntu4) Depends: libc6 (>= 2.7), libgdk-pixbuf2.0-0 (>= 2.21.6), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.12.0), libglu1-mesa | libglu1, libice6 (>= 1:1.0.0), libsm6, libx11-6, libxext6, libxmu6, libxpm4, libxt6, libxxf86vm1 Suggests: xscreensaver Breaks: gnome-screensaver (<< 2.26), kscreensaver-xsaver (<= 4:4.2.4-1) Conflicts: xscreensaver (<< 5.04-3) Conffiles: /etc/X11/app-defaults/XScreenSaver-gl 98dba87d1e15bee6d6567151c2d9b3be Description: GL(Mesa) screen hacks for xscreensaver XScreenSaver is a modular screen saver and locker for X11, containing more than 200 screen savers. . This package contains a small selection of 3D (OpenGL) screen saver modules from the xscreensaver collection. This package is used by both xscreensaver and gnome-screensaver. . This is the set of GL screensavers shipped by default: antspotlight, glblur, glcells, glmatrix, glschool, glslideshow, gltext, and hypertorus. More GL screensavers can be found in the xscreensaver-gl-extra package. . More display modes can be found in the xscreensaver-data, xscreensaver-data-extra and xscreensaver-gl-extra packages. Homepage: http://www.jwz.org/xscreensaver/ Original-Maintainer: Jose Luis Rivas Package: libx11-xcb1 Status: install ok installed Priority: optional Section: libs Installed-Size: 184 Maintainer: Ubuntu X-SWAT Architecture: i386 Source: libx11 Version: 2:1.3.3-3ubuntu1 Depends: libc6 (>= 2.1.3), libx11-6 Conflicts: libx11-6 (<< 2:1.1) Description: Xlib/XCB interface library libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libvorbis0a Status: install ok installed Priority: optional Section: libs Installed-Size: 228 Maintainer: Ubuntu Developers Architecture: i386 Source: libvorbis Version: 1.3.1-1 Replaces: libvorbis0 Depends: libc6 (>= 2.4), libogg0 (>= 1.1.0) Conflicts: libvorbis0 Description: The Vorbis General Audio Compression Codec (Decoder library) Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . The Vorbis library is the primary Ogg Vorbis library. Original-Maintainer: Debian Xiph.org Maintainers Package: libwnck-common Status: install ok installed Priority: optional Section: libs Installed-Size: 68 Maintainer: Ubuntu Desktop Team Architecture: all Source: libwnck Version: 1:2.30.5-0ubuntu1 Description: Window Navigator Construction Kit - common files A library to use for writing pagers and task lists. . This package contains internationalization files. Original-Maintainer: Josselin Mouette Package: xul-ext-ubufox Status: install ok installed Priority: optional Section: web Installed-Size: 348 Maintainer: Alexander Sack Architecture: all Source: ubufox Version: 0.9~rc2-0ubuntu5.1 Replaces: ubufox (<< 0.9~rc2-0ubuntu3) Provides: abrowser-ubufox, firefox-ubufox, ubufox Depends: apturl (>= 0.1.2ubuntu1) | apturl-kde Recommends: firefox | abrowser Breaks: ubufox (<< 0.9~rc2-0ubuntu3) Enhances: abrowser, firefox Conffiles: /etc/xul-ext/ubufox.js 0d5fac4062ac0aace878dd9e2e70fce6 Description: Ubuntu-specific configuration defaults and apt support for Firefox Adds Ubuntu-specific modifications to Firefox. . Integrates the browser with Ubuntu to: * Enable searching for missing plugins from Ubuntu software catalog * Add the following options to the Help menu - Get help on-line - Help translating Firefox - Ubuntu Release Notes * Set homepage to Ubuntu Start Page * Display a restart notification after upgrading Firefox * Add ask.com to the search engines. . You can uninstall this if you prefer to use a pristine Firefox install. Homepage: https://launchpad.net/ubufox Package: python-notify Status: install ok installed Priority: optional Section: python Installed-Size: 196 Maintainer: Ubuntu Developers Architecture: i386 Source: notify-python Version: 0.1.1-2build3 Provides: python2.6-notify Depends: python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.10.0), libnotify1 (>= 0.4.5), libnotify1-gtk2.10, libpango1.0-0 (>= 1.14.0), python-gtk2 (>= 2.10) Description: Python bindings for libnotify libnotify sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way. . python-notify provides just the Python bindings for libnotify. Original-Maintainer: Gustavo Franco Python-Version: 2.6 Package: libgphoto2-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 5648 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libgphoto2 Version: 2.4.8-0ubuntu2 Depends: libc6 (>= 2.7), libexif12, libgphoto2-port0 (>= 2.4.3), libjpeg62, libltdl7 (>= 2.2.6b), adduser Recommends: udev (>= 0.136) Suggests: gphoto2 (>= 2.1.1) Conflicts: gphoto2 (<= 2.1.1) Description: gphoto2 digital camera library The gphoto2 library can be used by applications to access various digital camera models, via standard protocols such as USB Mass Storage and PTP, or vendor-specific protocols. . This package contains the library. . The gphoto2 command-line frontend is shipped separately, in the gphoto2 package. Homepage: http://www.gphoto.org/proj/libgphoto2/ Original-Maintainer: Debian PhotoTools Maintainers Package: libutouch-grail1 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: i386 Source: utouch-grail Version: 1.0.16-0ubuntu1 Depends: libc6 (>= 2.4), libmtdev1 (>= 1.0.8) Breaks: libutouch-geis1 (<= 1.0.8), xserver-xorg-input-gevdev (<= 1:2.3.2-6ubuntu1) Description: Gesture Recognition And Instantiation Library This library consists of an interface and tools for handling gesture recognition and gesture instantiation. Applications can use the grail callbacks to receive gesture primitives and raw input events from the underlying kernel device. Package: python-imaging Status: install ok installed Priority: optional Section: python Installed-Size: 1124 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.1.7-2 Replaces: pil, python-pil, python2.3-imaging, python2.4-imaging Provides: python2.6-imaging Depends: python2.6, python (>= 2.6.5-11~), python (<< 2.7), mime-support | python-imaging-tk, libc6 (>= 2.11), libfreetype6 (>= 2.2.1), libjpeg62, liblcms1 (>= 1.15-1), zlib1g (>= 1:1.1.4) Suggests: python-imaging-doc, python-imaging-dbg Conflicts: pil, python-pil, python2.3-imaging, python2.4-imaging Description: Python Imaging Library The Python Imaging Library (PIL) adds an image object to your Python interpreter. You can load images from a variety of file formats, and apply a rich set of image operations to them. . Image Objects: o Bilevel, greyscale, palette, true colour (RGB), true colour with transparency (RGBA). o colour separation (CMYK). o Copy, cut, paste operations. o Flip, transpose, resize, rotate, and arbitrary affine transforms. o Transparency operations. o Channel and point operations. o Colour transforms, including matrix operations. o Image enhancement, including convolution filters. . File Formats: o Full (Open/Load/Save): BMP, EPS (with ghostscript), GIF, IM, JPEG, MSP, PDF, PNG, PPM, TIFF, XBM. o Read only (Open/Load): ARG, CUR, DCX, FLI, FPX, GBR, GD, ICO, IMT, IPTC, MCIDAS, MPEG, PhotoCD, PCX, PIXAR, PSD, TGA, SGI, SUN, TGA, WMF, XPM. o Save only: PDF, EPS (without ghostscript). Original-Maintainer: Matthias Klose Python-Version: 2.6 Package: unzip Status: install ok installed Priority: optional Section: utils Installed-Size: 412 Maintainer: Ubuntu Developers Architecture: i386 Version: 6.0-4 Replaces: unzip-crypt (<< 5.41) Depends: libbz2-1.0, libc6 (>= 2.4) Suggests: zip Conflicts: unzip-crypt (<< 5.41) Description: De-archiver for .zip files InfoZIP's unzip program. With the exception of multi-volume archives (ie, .ZIP files that are split across several disks using PKZIP's /& option), this can handle any file produced either by PKZIP, or the corresponding InfoZIP zip program. . This version supports encryption. Original-Maintainer: Santiago Vila Homepage: http://www.info-zip.org/UnZip.html Package: ubuntu-mono Status: install ok installed Priority: optional Section: gnome Installed-Size: 5004 Maintainer: Ubuntu Artwork Team Architecture: all Version: 0.0.22 Depends: humanity-icon-theme, gnome-icon-theme, hicolor-icon-theme Description: Ubuntu Mono Icon theme Dark and Light panel icons to make your desktop beautiful Original-Maintainer: Kenneth Wimer Package: libpciaccess0 Status: install ok installed Priority: optional Section: libs Installed-Size: 104 Maintainer: Ubuntu Developers Architecture: i386 Source: libpciaccess Version: 0.12.0-1 Depends: libc6 (>= 2.7), zlib1g (>= 1:1.2.3.3.dfsg) Suggests: pciutils Description: Generic PCI access library for X Provides functionality for X to access the PCI bus and devices in a platform-independant way. Original-Maintainer: Debian X Strike Force Package: lp-solve Status: install ok installed Priority: optional Section: math Installed-Size: 652 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.5.0.13-7 Depends: libc6 (>= 2.7), libcolamd2.7.1 (>= 1:3.4.0) Description: Solve (mixed integer) linear programming problems The linear programming (LP) problem can be formulated as: Solve A.x >= V1, with V2.x maximal. A is a matrix, x is a vector of (nonnegative) variables, V1 is a vector called the right hand side, and V2 is a vector specifying the objective function. . An integer linear programming (ILP) problem is an LP with the constraint that all the variables are integers. In a mixed integer linear programming (MILP) problem, some of the variables are integer and others are real. . The program lp_solve solves LP, ILP, and MILP problems. It is slightly more general than suggested above, in that every row of A (specifying one constraint) can have its own (in)equality, <=, >= or =. The result specifies values for all variables. . lp_solve uses the 'Simplex' algorithm and sparse matrix methods for pure LP problems. If one or more of the variables is declared integer, the Simplex algorithm is iterated with a branch and bound algorithm, until the desired optimal solution is found. lp_solve can read MPS format input files. . Homepage http://www.geocities.com/lpsolve/ Original-Maintainer: Juan Esteban Monsalve Tobon Homepage: http://lpsolve.sourceforge.net Package: libwnck22 Status: install ok installed Priority: optional Section: libs Installed-Size: 304 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: libwnck Version: 1:2.30.5-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.21.6), libpango1.0-0 (>= 1.14.0), libstartup-notification0 (>= 0.10), libx11-6, libxres1, libwnck-common Description: Window Navigator Construction Kit - runtime files A library to use for writing pagers and task lists. . This package contains runtime files. Original-Maintainer: Josselin Mouette Package: libgtksourceview2.0-common Status: install ok installed Priority: optional Section: libs Installed-Size: 1072 Maintainer: Ubuntu Developers Architecture: all Source: gtksourceview2 Version: 2.10.5-0ubuntu1 Description: common files for the GTK+ syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains the language specifications files for Ada, C, C++, C#, CSS, ".desktop", ".diff" (patch), Fortran 95, GtkRC, Haskell, HTML, IDL, ".ini", Java, JavaScript, LaTeX, Lua, MSIL, Nemerle, Pascal, Perl, PHP, ".po" (gettext), Python, R, Ruby, sh, SQL, Tcl, Texinfo, VB.NET, Verilog, VHDL and XML. Original-Maintainer: Debian GNOME Maintainers Homepage: http://projects.gnome.org/gtksourceview/ Package: libavahi-client3 Status: install ok installed Priority: optional Section: libs Installed-Size: 148 Maintainer: Ubuntu Core Developers Architecture: i386 Source: avahi Version: 0.6.27-2ubuntu3 Depends: libavahi-common3 (>= 0.6.22), libc6 (>= 2.4), libdbus-1-3 (>= 1.1.1) Description: Avahi client library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the library for Avahi's C API which allows you to integrate mDNS/DNS-SD functionality into your application. Homepage: http://avahi.org/ Original-Maintainer: Utopia Maintenance Team Package: libc-bin Status: install ok installed Priority: required Section: libs Installed-Size: 1588 Maintainer: Ubuntu Core developers Architecture: i386 Source: eglibc Version: 2.12.1-0ubuntu10.1 Replaces: libc0.1, libc0.3, libc6, libc6.1 Breaks: libc0.1 (<< 2.10), libc0.3 (<< 2.10), libc6 (<< 2.10), libc6.1 (<< 2.10) Conffiles: /etc/bindresvport.blacklist 154db0e55fa99051ff1bd99e5b2c0584 /etc/ld.so.conf.d/libc.conf d4d833fd095fb7b90e1bb4a547f16de6 /etc/gai.conf 629c0e2f8276b26c29b95f7ed53074d7 Description: Embedded GNU C Library: Binaries This package contains utility programs related to the GNU C Library. . * catchsegv: catch segmentation faults in programs * getconf: query system configuration variables * getent: get entries from administrative databases * iconv, iconvconfig: convert between character encodings * ldd, ldconfig: print/configure shared library dependencies * locale, localedef: show/generate locale definitions * rpcinfo: report RPC information * tzselect, zdump, zic: select/dump/compile time zones Homepage: http://www.eglibc.org Original-Maintainer: GNU Libc Maintainers Package: linux-firmware Status: install ok installed Priority: optional Section: misc Installed-Size: 25636 Maintainer: Ubuntu Kernel Team Architecture: all Version: 1.38.3 Replaces: atmel-firmware, linux-restricted-common Provides: atmel-firmware Conflicts: atmel-firmware Description: Firmware for Linux kernel drivers This package provides firmware used by Linux kernel drivers. Package: librasqal2 Status: install ok installed Priority: optional Section: libs Installed-Size: 368 Maintainer: Ubuntu Developers Architecture: i386 Source: rasqal Version: 0.9.19-1 Depends: libc6 (>= 2.7), libgmp3c2, libraptor1 (>= 1.4.19) Description: Rasqal RDF query library Rasqal is a C library providing support for querying the Resource Description Framework (RDF) including parsing query syntaxes, constructing the queries, executing them, returning result bindings and formatting results. It supports the SPARQL RDF Query Language, RDF Data Query Language (RDQL) and LAQRS experimental query language extending SPARQL. . Rasqal is designed for performance, flexibility and embedding (no memory leaks) and to track ongoing RDF query language work. Original-Maintainer: Dave Beckett Homepage: http://librdf.org/rasqal/ Package: libgupnp-1.0-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 196 Maintainer: Ubuntu Developers Architecture: i386 Source: gupnp Version: 0.13.4-1build1 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.18.0), libgssdp-1.0-2 (>= 0.7.2), libsoup2.4-1 (>= 2.26.1), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), shared-mime-info Description: GObject-based library for UPnP A GObject-based API for doing UPnP transparently. Original-Maintainer: Ross Burton Homepage: http://www.gupnp.org Package: bogofilter-bdb Status: install ok installed Priority: optional Section: mail Installed-Size: 720 Maintainer: Ubuntu Developers Architecture: i386 Source: bogofilter Version: 1.2.2-1ubuntu1 Replaces: bogofilter (<< 0.94.14-1) Provides: bogofilter-db Depends: libc6 (>= 2.4), libdb4.8, libgsl0ldbl (>= 1.9), bogofilter-common Suggests: db4.8-util Description: a fast Bayesian spam filter (Berkeley DB) This package implements a fast Bayesian spam filter along the lines suggested by Paul Graham in his article "A Plan For Spam". . This version substantially improves on Paul's proposal by doing smarter lexical analysis. In particular, hostnames and IP addresses are retained as recognition features rather than broken up. Various kinds of MTA cruft such as dates and message-IDs are discarded so as not to bloat the word lists. . This package provides the bdb database backend. Original-Maintainer: Serafeim Zanikolas Package: gconf2 Status: install ok installed Priority: optional Section: libs Installed-Size: 332 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gconf Version: 2.31.91-0ubuntu3.1 Depends: libc6 (>= 2.4), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.25.16), libxml2 (>= 2.7.4), gconf2-common (>= 2.31), gconf2-common (<< 2.32), psmisc, dbus-x11, python Recommends: libgtk2.0-0 Suggests: gconf-defaults-service Conflicts: libgconf2-4 (<< 2.12.0-2) Conffiles: /etc/xdg/autostart/gsettings-data-convert.desktop 27e332b756efdd937c4c938786448bf3 Description: GNOME configuration database system (support tools) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains the command line tools: gconftool and gconf-merge-tree. Homepage: http://projects.gnome.org/gconf/ Original-Maintainer: Josselin Mouette Package: mime-support Status: install ok installed Priority: standard Section: net Installed-Size: 192 Maintainer: Ubuntu Core Developers Architecture: all Version: 3.48-1ubuntu2 Recommends: file (>= 3.27-3) Conflicts: a2ps (<< 4.10.4), metamail (<< 2.7-44) Conffiles: /etc/mime.types 5f4456774a1ff9d17d3fa743a2aa2795 /etc/mailcap.order ba07e08a7fe3741d0b8339127963190e Description: MIME files 'mime.types' & 'mailcap', and support programs As these files can be used by all MIME compliant programs, they have been moved into their own package that others can depend upon. . Other packages add themselves as viewers/editors/composers/etc by using the provided "update-mime" program. . In addition, the commands "see", "edit", "compose", and "print" will display, alter, create, and print (respectively) any file using a program determined from the entries in the mime.types and mailcap files. Original-Maintainer: Brian White Package: alsa-base Status: install ok installed Priority: optional Section: sound Installed-Size: 512 Maintainer: Ubuntu Core Developers Architecture: all Source: alsa-driver Version: 1.0.23+dfsg-1ubuntu4 Provides: alsa Depends: lsof (>= 4.64), module-init-tools (>= 3.2.1), linux-sound-base, udev Recommends: alsa-utils Suggests: apmd (>= 3.0.2-1), alsa-oss, oss-compat Conflicts: alsa-utils (<< 1.0.9a-4), discover (<< 2.0.7-1), discover1 (<< 1.7.3), lsof-2.2 (<< 4.64), modutils (= 2.3.20-1) Conffiles: /etc/modprobe.d/blacklist-modem.conf 83850631d180e0c064ee313d57cd7c86 /etc/modprobe.d/alsa-base.conf 817bff6351a7321f5bbf000f39f587c0 /etc/apm/scripts.d/alsa f83b2095c1d2a46d7eac161c5ff0373d Description: ALSA driver configuration files This package contains various configuration files for the ALSA drivers. . For ALSA to work on a system with a given sound card, there must be an ALSA driver for that card in the kernel. Linux 2.6 as shipped in linux-image packages contains ALSA drivers for all supported sound cards in the form of loadable modules. A custom alsa-modules package can be built from the sources in the alsa-source package using the m-a utility (included in the module-assistant package). Please read the README.Debian file for more information about loading and building modules. . ALSA is the Advanced Linux Sound Architecture. Homepage: http://www.alsa-project.org/ Original-Maintainer: Debian ALSA Maintainers Package: guile-1.8-libs Status: install ok installed Priority: optional Section: lisp Installed-Size: 2804 Maintainer: Ubuntu Core Developers Architecture: i386 Source: guile-1.8 Version: 1.8.7+1-3ubuntu2 Depends: libc6 (>= 2.11), libgmp3c2, libltdl7 (>= 2.2.6b), libncurses5 (>= 5.6+20071006-3), libreadline6 (>= 6.0) Description: Main Guile libraries Guile is a Scheme implementation designed for real world programming, providing a rich Unix interface, a module system, an interpreter, and many extension languages. Guile can be used as a standard #! style interpreter, via #!/usr/bin/guile, or as an extension language for other applications via libguile. Original-Maintainer: Rob Browning Package: libldap-2.4-2 Status: install ok installed Priority: standard Section: libs Installed-Size: 460 Maintainer: Ubuntu Developers Architecture: i386 Source: openldap Version: 2.4.23-0ubuntu3.4 Replaces: libldap-2.3-0, libldap2 Depends: libc6 (>= 2.12), libgnutls26 (>= 2.7.14-0), libgssapi-krb5-2 (>= 1.7+dfsg), libsasl2-2 Conflicts: ldap-utils (<= 2.1.23-1) Conffiles: /etc/ldap/ldap.conf 7fac807f65d84394410881bc16f1198a Description: OpenLDAP libraries These are the run-time libraries for the OpenLDAP (Lightweight Directory Access Protocol) servers and clients. Homepage: http://www.openldap.org/ Original-Maintainer: Debian OpenLDAP Maintainers Package: zenity Status: install ok installed Priority: optional Section: gnome Installed-Size: 1180 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.32.0-0ubuntu1 Replaces: libgtkada2-bin (<< 2.12.0-4) Depends: libc6 (>= 2.4), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.18), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libx11-6 Conflicts: libgtkada2-bin (<< 2.12.0-4) Description: Display graphical dialog boxes from shell scripts Zenity allows you to display GTK+ dialogs from shell scripts; it is a rewrite of the `gdialog' command from GNOME 1. . Zenity includes a gdialog wrapper script so that it can be used with legacy scripts. Original-Maintainer: Ross Burton Package: gcc-4.5-base Status: install ok installed Priority: required Section: libs Installed-Size: 180 Maintainer: Ubuntu Core developers Architecture: i386 Source: gcc-4.5 Version: 4.5.1-7ubuntu2 Description: The GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: python-pygoocanvas Status: install ok installed Priority: optional Section: python Installed-Size: 1004 Maintainer: Ubuntu MOTU Developers Architecture: i386 Source: pygoocanvas Version: 0.14.1-1ubuntu2 Provides: python2.6-pygoocanvas Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgoocanvas3 (>= 0.15), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libpython2.6 (>= 2.6), zlib1g (>= 1:1.1.4), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), python-gtk2 Description: GooCanvas Python bindings This package include Python bindings for GooCanvas. It is needed to run programs written in Python and using GooCanvas set. Original-Maintainer: Jose Carlos Garcia Sogo Package: gstreamer0.10-plugins-base Status: install ok installed Priority: optional Section: libs Installed-Size: 1900 Maintainer: Ubuntu Developers Architecture: i386 Source: gst-plugins-base0.10 Version: 0.10.30-2 Replaces: gstreamer0.10-plugins-bad (<< 0.10.3+cvs20060814-0ubuntu4) Provides: gstreamer0.10-audiosource, gstreamer0.10-videosource Depends: libc6 (>= 2.7), libcdparanoia0 (>= 3.10.2+debian), libglib2.0-0 (>= 2.24.0), libgstreamer0.10-0 (>= 0.10.30), libgudev-1.0-0 (>= 147), libogg0 (>= 1.0rc3), liborc-0.4-0 (>= 0.4.6), libtheora0 (>= 1.0), libvisual-0.4-0 (>= 0.4.0), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2), libx11-6, libxml2 (>= 2.7.4), libxv1, libgstreamer-plugins-base0.10-0 (>= 0.10.30) Recommends: gvfs Description: GStreamer plugins from the "base" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugins from the "base" set, an essential exemplary set of elements. Original-Maintainer: Maintainers of GStreamer packages Homepage: http://gstreamer.freedesktop.org Gstreamer-Decoders: application/ogg; application/x-annodex; application/x-ass; application/x-ogg-avi; application/x-ogm-audio; application/x-ogm-text; application/x-ogm-video; application/x-ssa; application/x-subtitle; application/x-subtitle-dks; application/x-subtitle-mpl2; application/x-subtitle-qttext; application/x-subtitle-sami; application/x-subtitle-tmplayer; audio/x-vorbis; video/x-theora Gstreamer-Elements: adder, appsink, appsrc, audioconvert, audiorate, audioresample, audiotestsrc, cdparanoiasrc, decodebin, decodebin2, ffmpegcolorspace, gdpdepay, gdppay, giosink, giosrc, giostreamsink, giostreamsrc, multifdsink, oggaviparse, oggdemux, oggmux, oggparse, ogmaudioparse, ogmtextparse, ogmvideoparse, playbin, playbin2, playsink, ssaparse, subparse, subtitleoverlay, tcpclientsink, tcpclientsrc, tcpserversink, tcpserversrc, theoradec, theoraenc, theoraparse, uridecodebin, v4lsrc, videorate, videoscale, videotestsrc, volume, vorbisdec, vorbisenc, vorbisparse, vorbistag Gstreamer-Encoders: application/ogg; application/x-gdp; audio/x-vorbis; video/x-theora Gstreamer-Uri-Sinks: appsink, file Gstreamer-Uri-Sources: appsrc, cdda, file Gstreamer-Version: 0.10 Package: hplip-data Status: install ok installed Priority: optional Section: utils Installed-Size: 12012 Maintainer: Ubuntu Core Developers Architecture: all Source: hplip Version: 3.10.6-1ubuntu10.2 Depends: python (>= 2.5), xz-utils Suggests: hplip Description: HP Linux Printing and Imaging - data files This package contains data files for the HP Linux Printing and Imaging System. Homepage: http://hplip.sourceforge.net/ Original-Maintainer: Debian HPIJS and HPLIP maintainers Package: libdbusmenu-gtk1 Status: install ok installed Priority: optional Section: libs Installed-Size: 100 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libdbusmenu Version: 0.3.16-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libdbusmenu-glib1 (>= 0.3.12), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.16.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libxml2 (>= 2.6.27) Description: library for passing menus over DBus - GTK+ version libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains shared libraries to be used by GTK+ applications. Homepage: https://launchpad.net/dbusmenu Original-Maintainer: The Ayatana Packagers Package: libedata-cal1.2-7 Status: install ok installed Priority: optional Section: libs Installed-Size: 288 Maintainer: Ubuntu Developers Architecture: i386 Source: evolution-data-server Version: 2.30.3-2ubuntu2.1 Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libebackend1.2-0 (>= 2.30.3), libecal1.2-7 (>= 2.30.3), libedataserver1.2-13 (>= 2.30.3), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.24.0), libical0 (>= 0.42), libxml2 (>= 2.6.27) Description: Backend library for evolution calendars Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package is a backend library for evolution calendar. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: xml-core Status: install ok installed Priority: optional Section: text Installed-Size: 260 Maintainer: Ubuntu Developers Architecture: all Version: 0.13 Depends: sgml-base (>= 1.17), sed (>= 4.1.2-8) Suggests: debhelper (>= 4.1.75) Description: XML infrastructure and XML catalog file support This package creates the XML infrastructure directories and provides XML catalog file support in compliance with the current Debian XML Policy draft: . * infrastructure directories: - /etc/xml - /usr/share/xml/{declaration,entities,misc,schema} - /usr/local/share/xml/{declaration,entities,misc,schema} . * XML catalog schema: OASIS XML Catalog Committee Specification 1.0 . * update-xmlcatalog(8): tool for maintaining the root XML catalog file and the package XML catalog files in the '/etc/xml' directory as well as local XML catalog files. . * dh_installxmlcatalogs(1): debhelper tool for installing local XML catalog files and registering XML entities in package XML catalog files and the root XML catalog file (requires debhelper package) Original-Maintainer: Debian XML/SGML Group Package: libgnome-vfs2.0-cil Status: install ok installed Priority: optional Section: libs Installed-Size: 368 Maintainer: Ubuntu Core Developers Architecture: all Source: gnome-sharp2 Version: 2.24.1-6ubuntu1 Replaces: gtk-sharp2-gapi (<< 2.10.0-1), libgnome-vfs2.24-cil, libgnome2.0-cil (<< 2.16.0-4) Depends: cli-common (>= 0.5.1), libglib2.0-cil (>= 2.12.9), libgnomevfs2-0 (>= 1:2.17.90), libmono-corlib2.0-cil (>= 1.2.2.1) Suggests: monodoc-gtk2.0-manual Conflicts: libgnome-vfs2.24-cil Description: CLI binding for GnomeVFS 2.24 This package provides the gnome-vfs-sharp assembly that allows CLI (.NET) programs to use the GnomeVFS library 2.24. . GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.20 platform libraries. . This package contains the gnome-vfs-sharp assembly itself. Homepage: http://www.mono-project.com/GtkSharp Original-Maintainer: Debian CLI Libraries Team Package: sysvinit-utils Status: install ok installed Priority: required Section: admin Installed-Size: 280 Maintainer: Ubuntu Core Developers Architecture: i386 Source: sysvinit Version: 2.87dsf-4ubuntu19 Replaces: last, sysvconfig (<< 0.80ubuntu1), sysvinit (<= 2.86.ds1-65), sysvutils (<< 2.86.ds1-56ubuntu1) Provides: sysvutils Depends: libc6 (>= 2.8), libselinux1 (>= 1.32), libsepol1 (>= 1.14) Recommends: upstart (>= 0.6.3-4) Suggests: sash Conflicts: chkconfig (<< 11.0-79.1-1ubuntu1), last, sysvconfig Description: System-V-like utilities This package contains the important System-V-like utilities. . Specifically, this package includes: killall5, last, lastb, mesg, pidof, service, sulogin Homepage: http://freshmeat.net/projects/sysvinit/ Original-Maintainer: Debian sysvinit maintainers Package: python-couchdb Status: install ok installed Priority: optional Section: python Installed-Size: 924 Maintainer: Ubuntu Developers Architecture: all Version: 0.6-1 Depends: python, python-support (>= 0.90.0), python-httplib2, python-simplejson | python (>= 2.6) | python-cjson Suggests: couchdb Description: library for working with Apache CouchDB Provides a high-level client library for Apache CouchDB, a view server and dump and load utilities that can be used as migration tools when upgrading or moving between databases. . Apache CouchDB is a distributed document database system with bi-directional replication. It makes it simple to build collaborative applications that can be replicated offline by users, with full interactivity (query, add, update, delete), and later "synced up" with everyone else's changes when back online. Original-Maintainer: Noah Slater Homepage: http://pypi.python.org/pypi/CouchDB Package: libicu42 Status: install ok installed Priority: optional Section: libs Installed-Size: 19240 Maintainer: Ubuntu Developers Architecture: i386 Source: icu Version: 4.2.1-3 Replaces: icu, icu-locales Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Conflicts: icu, icu-locales Description: International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains the runtime libraries for ICU. Original-Maintainer: Jay Berkenbilt Homepage: http://www.icu-project.org Package: fglrx-modaliases Status: install ok installed Priority: extra Section: admin Installed-Size: 68 Maintainer: Ubuntu Core Developers Architecture: i386 Source: fglrx-installer Version: 2:8.780-0ubuntu2 Description: Identifiers supported by the ATI graphics driver In order to identify what hardware is supported by Jockey, there must be a static list of what the current driver in the Ubuntu archive supports. . This package provides that list. Homepage: http://ati.amd.com/support/driver.html Package: cron Status: install ok installed Priority: important Section: admin Installed-Size: 344 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 3.0pl1-114ubuntu1 Provides: cron-daemon Depends: libc6 (>= 2.7), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), upstart-job, debianutils (>= 1.7), adduser, lsb-base (>= 3.0-10), libpam-runtime (>= 1.0.1-11) Pre-Depends: dpkg (>= 1.15.7.2) Suggests: anacron (>= 2.0-1), logrotate, checksecurity, exim4 | postfix | mail-transport-agent, lockfile-progs Breaks: dpkg (<< 1.15.4) Conflicts: lockfile-progs (<< 0.1.7), suidmanager (<< 0.50) Conffiles: /etc/cron.hourly/.placeholder e5e12910bf011222160404d7bdb824f2 /etc/cron.daily/.placeholder e5e12910bf011222160404d7bdb824f2 /etc/cron.daily/standard 71fcb5a403650a105beff42d8696e958 /etc/cron.weekly/.placeholder e5e12910bf011222160404d7bdb824f2 /etc/cron.monthly/.placeholder e5e12910bf011222160404d7bdb824f2 /etc/cron.d/.placeholder e5e12910bf011222160404d7bdb824f2 /etc/pam.d/cron cef0a3779ba2a56fe3f780efd284446b /etc/init/cron.conf 1ed11393cd5e5e45d7d14c0e9d028fde /etc/default/cron 87a7b42a0bbfb57cb4bcab55d63da01b /etc/crontab 0648b7b3c0a12ff15eab7e3bb948e79a Description: process scheduling daemon The cron daemon is a background process that runs particular programs at particular times (for example, every minute, day, week, or month), as specified in a crontab. By default, users may also create crontabs of their own so that processes are run on their behalf. . Output from the commands is usually mailed to the system administrator (or to the user in question); you should probably install a mail system as well so that you can receive these messages. . This cron package is configured by default to do some basic daily system maintenance tasks, such as creating backups of key system files. Other packages, such as checksecurity, can provide further maintenance tasks. . The lockfile-progs package is recommended as it will prevent /etc/cron.daily/standard from running multiple times if something gets jammed. Homepage: http://ftp.isc.org/isc/cron/ Original-Maintainer: Javier Fernandez-Sanguino Pen~a Package: ubuntu-system-service Status: install ok installed Priority: optional Section: admin Installed-Size: 148 Maintainer: Michael Vogt Architecture: all Version: 0.1.20.1 Depends: python, python-central (>= 0.6.11), python-apt (>= 0.7.0), python-dbus, policykit-1 Conffiles: /etc/dbus-1/system.d/com.ubuntu.SystemService.conf 13249f670d6f39ad9d85814a459b3396 Description: Dbus service to set various system-wide configurations This package implements system wide proxy settings. Python-Version: current Package: libgnome-keyring0 Status: install ok installed Priority: optional Section: libs Installed-Size: 188 Maintainer: Ubuntu Developers Architecture: i386 Source: libgnome-keyring Version: 2.31.92-0ubuntu1 Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.1.1), libgcrypt11 (>= 1.4.2), libglib2.0-0 (>= 2.18.0) Suggests: gnome-keyring Breaks: gnome-keyring (<< 2.30) Description: GNOME keyring services library gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. . The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends. . This package contains shared libraries for GNOME. Original-Maintainer: Debian GNOME Maintainers Package: gnome-mag Status: install ok installed Priority: optional Section: x11 Installed-Size: 380 Maintainer: Ubuntu Accessibility Developers Architecture: i386 Version: 1:0.16.1-2ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libatspi1.0-0 (>= 1.31.1), libbonobo2-0 (>= 2.15.0), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.16.0), libgnome-mag2 (>= 1:0.15.0), libgtk2.0-0 (>= 2.20.0), libice6 (>= 1:1.0.0), liborbit2 (>= 1:2.14.10), libpango1.0-0 (>= 1.14.0), libsm6, libx11-6, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxrender1, python-gnome2, python-gnomeapplet Description: a screen magnifier for the GNOME desktop This package includes a screen magnifier, which allows you to zoom in on portions of the desktop. It is expressly designed for users with low vision who wish to use the GNOME desktop. Homepage: http://live.gnome.org/GnomeMag Original-Maintainer: Daniel Ruoso Package: xserver-xorg-input-all Status: install ok installed Priority: optional Section: x11 Installed-Size: 24 Maintainer: Ubuntu X-SWAT Architecture: i386 Source: xorg Version: 1:7.5+6ubuntu3 Depends: xserver-xorg-input-evdev, xserver-xorg-input-synaptics, xserver-xorg-input-vmmouse, xserver-xorg-input-wacom, x11-common Description: the X.Org X server -- input driver metapackage This package depends on the full suite of input drivers for the X.Org X server (Xorg). It does not provide any drivers itself, and may be removed if you wish to only have certain drivers installed. Original-Maintainer: Debian X Strike Force Package: libarchive1 Status: install ok installed Priority: optional Section: libs Installed-Size: 352 Maintainer: Ubuntu Developers Architecture: i386 Source: libarchive Version: 2.8.4-1 Replaces: libarchive2 Provides: libarchive2 Depends: libacl1 (>= 2.2.11-1), libattr1 (>= 2.4.41-1), libbz2-1.0, libc6 (>= 2.6), liblzma2 (>= 4.999.9beta+20091116), libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4) Conflicts: libarchive-doc, libarchive2 Description: Single library to read/write tar, cpio, pax, zip, iso9660, etc. The libarchive library provides a flexible interface for reading and writing streaming archive files such as tar and cpio. The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive. In particular, note that there is no built-in support for random access nor for in-place modification. . libarchive can read at least five tar formats, four cpio formats, ISO9660 CD/DVD images (including RockRidge extensions), and ZIP files. . libarchive can write two tar formats (ustar and pax), one cpio format (odc/POSIX), and two types of shar files (with and without uuencoding). . The bsdtar Debian package, which is the default tar(1) on FreeBSD, is built using libarchive. . There is also a manpage, tar(5), that provides an excellent description of the various tar file formats. Original-Maintainer: Andreas Henriksson Homepage: http://code.google.com/p/libarchive/ Package: network-manager-pptp-gnome Status: install ok installed Priority: optional Section: net Installed-Size: 216 Maintainer: Ubuntu MOTU Developers Architecture: i386 Source: network-manager-pptp Version: 0.8.1+git.20100810t192516.1e6db5a-0ubuntu1 Replaces: network-manager-pptp Depends: pptp-linux, ppp (>= 2.4.5~git), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglade2-0 (>= 1:2.6.1), libglib2.0-0 (>= 2.18.0), libgnome-keyring0 (>= 2.20.3), libgtk2.0-0 (>= 2.18.0), libnm-glib2 (>= 0.8~a~git.20090917t210753.fdb5ef2), libnm-util1 (>= 0.7.1~20090213+gitf142e15), libpango1.0-0 (>= 1.14.0), libxml2 (>= 2.6.27), network-manager-pptp Description: network management framework (PPTP plugin, GNOME UI) NetworkManager attempts to keep an active network connection available at all times. It is intended primarily for laptops where it allows easy switching betwen local wireless networks, it's also useful on desktops with a selection of different interfaces to use. It is not intended for usage on servers. . This package provides the GNOME user interface components for the VPN plugin for PPTP, commonly used for connecting to Microsoft VPN servers. Original-Maintainer: Craig Box Package: fontconfig-config Status: install ok installed Priority: optional Section: fonts Installed-Size: 428 Maintainer: Ubuntu Core developers Architecture: all Source: fontconfig Version: 2.8.0-2ubuntu1 Replaces: fontconfig (<< 2.3.2-2) Depends: ucf (>= 0.29), ttf-dejavu-core | ttf-bitstream-vera | ttf-freefont | gsfonts-x11 Conflicts: fontconfig (<< 2.3.2-2) Conffiles: /etc/fonts/fonts.conf 4c841acd3dd065819b23a0fc077d783c /etc/fonts/fonts.dtd 9a099c7722190e00548c0d8375bdc24b /etc/fonts/conf.d/README 296384642206e0c9952d5c73a5451eec /etc/fonts/conf.avail/10-antialias.conf d77e6cfb9608490da012671c25213fe4 /etc/fonts/conf.avail/10-autohint.conf 5fe723b1fde478085868af26461bcf58 /etc/fonts/conf.avail/10-hinting-full.conf 65b0e8b7e1392797850856d8411d7272 /etc/fonts/conf.avail/10-hinting-medium.conf b663214dd84d0f5c4e279b153e0b38f9 /etc/fonts/conf.avail/10-hinting-slight.conf 4d7df8529053d526a503b472ee42b2b3 /etc/fonts/conf.avail/10-hinting.conf 4d1fb88a99c516270526c8dca5764df8 /etc/fonts/conf.avail/10-no-sub-pixel.conf d06c13e792afb20a06528d23e6542459 /etc/fonts/conf.avail/10-sub-pixel-bgr.conf cacb7572b778448d592501d03a7f96fd /etc/fonts/conf.avail/10-sub-pixel-rgb.conf 60ef22ca1f56543131eddee764383b46 /etc/fonts/conf.avail/10-sub-pixel-vbgr.conf d526b41cd9b4d5e09ab4044a39b4c038 /etc/fonts/conf.avail/10-sub-pixel-vrgb.conf a3198f34365f978c1fb5355a92e4ef94 /etc/fonts/conf.avail/10-unhinted.conf 7bdecdf76d7bb22cd39e3b18bcbcc28d /etc/fonts/conf.avail/11-lcd-filter-lcddefault.conf 34d7cffd14602241d09f23b0d1a39521 /etc/fonts/conf.avail/20-fix-globaladvance.conf fbad2da072b8609477d89a59a167705a /etc/fonts/conf.avail/20-unhint-small-vera.conf b975a96cc427cde633cbdedc4012aa22 /etc/fonts/conf.avail/25-unhint-nonlatin.conf 62953912e2a45ea9a1ef4d8a400b2894 /etc/fonts/conf.avail/30-metric-aliases.conf 64accc211b62e4fb7da141d8c1c271b3 /etc/fonts/conf.avail/30-urw-aliases.conf c6c33cfde9f637e1d2b8cad9353df6dc /etc/fonts/conf.avail/40-nonlatin.conf c78f533d9546bfc3a78f85d96f9eccf7 /etc/fonts/conf.avail/45-latin.conf 8d9a57e7891ecc9d6f0806a3e7c204a1 /etc/fonts/conf.avail/49-sansserif.conf 22278b0b48e5864d9c7fcbc178da0db3 /etc/fonts/conf.avail/50-user.conf 0165add6524289f6eb0461ba0be73be2 /etc/fonts/conf.avail/51-local.conf a2fa562c168c2c4cc0c2480bfdc0f8eb /etc/fonts/conf.avail/53-monospace-lcd-filter.conf a6737024098d0bdc74b70846d4b99fe9 /etc/fonts/conf.avail/60-latin.conf 2a898e836efee4347362e1e7f09cd0d6 /etc/fonts/conf.avail/65-fonts-persian.conf 7df3a06989afcf1ecd9a8f44c9bf5d63 /etc/fonts/conf.avail/65-khmer.conf ce66ea0c26f43091ab70092f3f7024d4 /etc/fonts/conf.avail/65-nonlatin.conf 12a4cb7a2d642497f73f338abf988235 /etc/fonts/conf.avail/69-unifont.conf 49a6cb52e1cf23e0f691807a3e8c105d /etc/fonts/conf.avail/70-no-bitmaps.conf dccfa658875eea3b30514d7a8bc306bc /etc/fonts/conf.avail/70-yes-bitmaps.conf 91c414090c7d8bfe557785fe845cb6bd /etc/fonts/conf.avail/80-delicious.conf 1c0cbfdceb6bc7a55668c11f03b0710b /etc/fonts/conf.avail/90-synthetic.conf 7659edb861f44ff8e9f4e31567d24e47 /etc/fonts/conf.avail/70-force-bitmaps.conf 6423e63e204d4ea4629cd3f58636fcdc Description: generic font configuration library - configuration Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the configuration files and scripts for fontconfig. Original-Maintainer: Keith Packard Package: python-oauth Status: install ok installed Priority: optional Section: python Installed-Size: 120 Maintainer: Ubuntu MOTU Developers Architecture: all Version: 1.0a~svn1124-0ubuntu2 Depends: python (>= 2.4), python-central (>= 0.6.11) Description: implementation of the OAuth protocol This libarary implements a Python version of the OAuth protocol for authentication. It can be used to implement both the client and server parts of the protocol. Homepage: http://code.google.com/p/oauth/ Original-Maintainer: James Westby Python-Version: >=2.4 Package: libedit2 Status: install ok installed Priority: standard Section: libs Installed-Size: 168 Maintainer: Ubuntu Developers Architecture: i386 Source: libedit Version: 2.11-20080614-1build1 Depends: libbsd0 (>= 0.0), libc6 (>= 2.11), libncurses5 (>= 5.6+20071006-3) Description: BSD editline and history libraries The editline library provides generic line editing and history functions. . It slightly resembles GNU readline Original-Maintainer: Anibal Monsalve Salazar Homepage: http://ftp.netbsd.org/pub/NetBSD/NetBSD-release-5-0/src/lib/libedit/ Package: libxtst6 Status: install ok installed Priority: optional Section: libs Installed-Size: 76 Maintainer: Ubuntu Developers Architecture: i386 Source: libxtst Version: 2:1.1.0-3 Depends: libc6 (>= 2.4), libx11-6, libxext6, libxi6, x11-common Description: X11 Testing -- Record extension library libXtst provides an X Window System client interface to the Record extension to the X protocol. . The Record extension allows X clients to synthesise input events, which is useful for automated testing. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst Original-Maintainer: Debian X Strike Force Package: libgnome2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 236 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: libgnome Version: 2.32.0-0ubuntu1 Depends: libbonobo2-0 (>= 2.15.0), libc6 (>= 2.4), libcanberra0 (>= 0.2), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.24.0), libgnomevfs2-0 (>= 1:2.17.90), liborbit2 (>= 1:2.14.10), libpopt0 (>= 1.16), libgnome2-common (>= 2.32), libgnome2-common (<< 2.33) Recommends: gvfs Description: The GNOME library - runtime files This package contains the shared library for the base GNOME library functions. Original-Maintainer: Ondřej Surý Package: libcdparanoia0 Status: install ok installed Priority: optional Section: libs Installed-Size: 168 Maintainer: Ubuntu Developers Architecture: i386 Source: cdparanoia Version: 3.10.2+debian-9 Depends: libc6 (>= 2.4) Description: audio extraction tool for sampling CDs (library) An audio extraction tool for sampling CDs. Unlike similar programs such as cdda2wav, cdparanoia goes to great lengths to try to extract the audio information without any artifacts such as jitter. Original-Maintainer: Optical Media Tools Team Homepage: http://www.xiph.org/paranoia/ Package: libmono-security2.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 452 Maintainer: Ubuntu Developers Architecture: all Source: mono Version: 2.6.7-3ubuntu1 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6) Depends: libmono-corlib2.0-cil (>= 2.6.3), libmono-system2.0-cil (>= 2.6.3) Description: Mono Security library (for CLI 2.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Mono Security library for CLI 2.0. Homepage: http://www.mono-project.com/ Original-Maintainer: Debian Mono Group Package: ubuntu-docs Status: install ok installed Priority: optional Section: text Installed-Size: 133864 Maintainer: Ubuntu Documentation Team Architecture: all Version: 10.10.4ubuntu0.1 Replaces: ubuntu-faqguide Depends: scrollkeeper, gnome-user-guide, yelp Pre-Depends: dpkg (>= 1.10.24) Conflicts: edubuntu-docs (<< 9.04.1ubuntu1), ubuntu-faqguide, ubuntu-quickguide (<< 5.10) Description: The Ubuntu Documentation Project This package holds the official Ubuntu-specific documentation, maintained by the Ubuntu Documentation Team. The documentation can be viewed using Yelp, the GNOME help browser. Homepage: https://launchpad.net/ubuntu-doc Package: nano Status: install ok installed Priority: important Section: editors Installed-Size: 1756 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.2.4-1 Replaces: pico Provides: editor Depends: libc6 (>= 2.11), libncursesw5 (>= 5.6+20071006-3), dpkg (>= 1.15.4) | install-info Suggests: spell Conflicts: alpine-pico (<= 2.00+dfsg-5), nano-tiny (<= 1.0.0-1), pico Conffiles: /etc/nanorc fc57b93c907fefbccf12317d40b4a204 Description: small, friendly text editor inspired by Pico GNU nano is an easy-to-use text editor originally designed as a replacement for Pico, the ncurses-based editor from the non-free mailer package Pine (itself now available under the Apache License as Alpine). . However, nano also implements many features missing in pico, including: - feature toggles; - interactive search and replace (with regular expression support); - go to line (and column) command; - auto-indentation and color syntax-highlighting; - filename tab-completion and support for multiple buffers; - full internationalization support. Original-Maintainer: Jordi Mallach Homepage: http://www.nano-editor.org/ Package: libindicate4 Status: install ok installed Priority: optional Section: libs Installed-Size: 112 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: libindicate Version: 0.4.4-0ubuntu2 Replaces: libindicate Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libdbusmenu-glib1 (>= 0.3.12), libglib2.0-0 (>= 2.16.0) Conflicts: libindicate Description: library for raising indicators via DBus A small library for applications to raise "flags" on DBus for other components of the desktop to pick up and visualize. . This package contains shared libraries to be used by applications. Homepage: https://launchpad.net/libindicate Original-Maintainer: The Ayatana Packagers Package: inputattach Status: install ok installed Priority: extra Section: utils Installed-Size: 72 Maintainer: Ubuntu Developers Architecture: i386 Source: joystick Version: 20051019-12 Depends: libc6 (>= 2.4) Breaks: joystick (<< 20051019-6) Description: utility to connect serial-attached peripherals to the input subsystem inputattach connects legacy serial-attached input peripherals to the input subsystem: keyboards, mice, joysticks, touch-screens... . Amongst other things this allows legacy mice to be accessed via the /dev/input/mice multiplexer. . Supported devices include: * Serial-attached keyboards including the Apple Newton keyboard, DEC LK201 / LK401 keyboards, the Stowaway keyboard, Sun type 4 and 5 keyboards, standard PS/2 keyboards with a serial adapter * Serial mice using Genius, Logitech, Microsoft or Mouse Systems protocols * Serial-attached touchscreens including those manufactured by 3M, ELO, Fujitsu, Penmount, Touchright, Touchwindow * Serial-attached joysticks including I-Force, SpaceBall, SpaceOrb, Gravis Stinger, WingMan Warrior * The Handykey Twiddler used as a joystick or a chording keyboard Original-Maintainer: Stephen Kitt Package: aspell Status: install ok installed Priority: optional Section: text Installed-Size: 304 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.60.6-4ubuntu1 Replaces: aspell-bin (<< 0.60.3-2), aspell-hi (<= 0.01-1), aspell-mr (<= 0.10-1) Provides: aspell-bin Depends: libaspell15 (= 0.60.6-4ubuntu1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.7+20100313), libstdc++6 (>= 4.1.1), dictionaries-common (>> 0.40) Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary Suggests: aspell-doc, spellutils Conflicts: aspell-bin (<< 0.60.3-2) Description: GNU Aspell spell-checker GNU Aspell is a spell-checker which can be used either as a standalone application or embedded in other programs. Its main feature is that it does a much better job of suggesting possible spellings than just about any other spell-checker available for the English language, including Ispell and Microsoft Word. It also has many other technical enhancements over Ispell such as using shared memory for dictionaries and intelligently handling personal dictionaries when more than one Aspell process is open at once. . Aspell is designed to be a drop-in replacement for Ispell. Homepage: http://aspell.net/ Original-Maintainer: Brian Nelson Package: libnspr4-0d Status: install ok installed Priority: optional Section: libs Installed-Size: 340 Maintainer: Ubuntu Mozilla Team Architecture: i386 Source: nspr Version: 4.8.6-0ubuntu1 Replaces: libnspr4 (<< 2:4), libnspr4-dev (<< 4.7.1+1.9-0ubuntu2) Depends: libc6 (>= 2.4) Conflicts: libnspr4 (<< 2:4), libnspr4-dev (<< 4.7.1+1.9-0ubuntu2) Description: NetScape Portable Runtime Library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. Homepage: http://www.mozilla.org/projects/nspr/ Original-Maintainer: Maintainers of Mozilla-related packages Package: acpi-support Status: install ok installed Priority: optional Section: admin Installed-Size: 420 Maintainer: Ubuntu Core developers Architecture: i386 Version: 0.137 Depends: x11-xserver-utils, acpid (>= 1.0.4-1ubuntu4), hdparm, lsb-base (>= 1.3-9ubuntu3), powermgmt-base, laptop-detect, dmidecode (>= 2.7-1), libc6 (>= 2.4), pm-utils Recommends: toshset, radeontool, xinput, wireless-tools Conflicts: uswsusp (<= 0.2) Conffiles: /etc/acpi/events/ac 06f67e588fb37eaff6ea9d50cf333fd6 /etc/acpi/events/asus-brightness-down 670e3a8150a50693e8ce06e1d845f237 /etc/acpi/events/asus-brightness-up fe2ed3c38169476cfe5e36bf2da84363 /etc/acpi/events/asus-f8sv-touchpad 6ea48dcbc3ca1e9cfe67477b9c8a4634 /etc/acpi/events/asus-media-eject 2970874c4951c9bc444d68d9e5de0482 /etc/acpi/events/asus-rotate 65cac2e807f9587c3b55f48485be6c9a /etc/acpi/events/asus-touchpad a9dfc4a298351116032041c34e1e20f9 /etc/acpi/events/asus-video 221987138c1de7784cae338aefebfb16 /etc/acpi/events/asus-wireless-off 6598947a552de0811797c2a8dda1811f /etc/acpi/events/asus-wireless-on 3b56684384dfe99a2a8facdbb91cda38 /etc/acpi/events/battery aae0d8e731fe2a1a512b774182a0618c /etc/acpi/events/ibm-wireless 02e8c71a351441b5eee01295d7b6f226 /etc/acpi/events/lenovo-touchpad 24b0fbc17b66fc67b20f58b0177f8115 /etc/acpi/events/lenovo-undock 4745d281ecd8026ea03e2b8aabf9d247 /etc/acpi/events/lidbtn e08f3699d8fcd56580776844a13d94ca /etc/acpi/events/panasonic-lockbtn d2bc48abf7c51742e286d9b83086c29a /etc/acpi/events/sleepbtn 8c17877f478940266326dc272347df64 /etc/acpi/events/sony-mute 73ae3c2a52325916f92a416964c709a4 /etc/acpi/events/sony-sleep 4900cc2b78b6b1f021d60d63308a0e47 /etc/acpi/events/sony-volume-down 191007bf20a6428c6e8a4ba11acdb17d /etc/acpi/events/sony-volume-up 4f36ad82d524cf78afbc0d44eddf240c /etc/acpi/events/thinkpad-cmos 6ada4fc0d4c67b6363a6d564e0e5f13b /etc/acpi/events/tosh-battery 80aaebb748b0a605c7cfc3812d5fecb5 /etc/acpi/events/tosh-hibernate dcff86fb99be31efcce1b9c7675517ca /etc/acpi/events/tosh-ibutton f47893dc117321f16b97ea19323ef5c9 /etc/acpi/events/tosh-lock 44cdfc610ad91b7b90c383d7db02a018 /etc/acpi/events/tosh-mail 4f8f0bf6e8b1717ae6ba1fd43a06c103 /etc/acpi/events/tosh-media 58c7b76026d5687669e122f480fe4a33 /etc/acpi/events/tosh-next 387b27f9f5f61633e3a7087bcfd8e827 /etc/acpi/events/tosh-play ceb6e57b674ad47dce5d509279570aeb /etc/acpi/events/tosh-prev 1a1144a0fa56f3e7aa63bbf23176fd70 /etc/acpi/events/tosh-stop 6d5d10260e927f2cdfdcbf3f8ffd7776 /etc/acpi/events/tosh-wireless fdd34ccab360946bfcb591721c1ff748 /etc/acpi/events/tosh-www 99903445402f2d0fab21116512ad7709 /etc/acpi/events/videobtn 20f58f12d6b24476029b1bb93bf0c3c8 /etc/acpi/asus-brn-down.sh 05f15b50786169b7610704436bc028ff /etc/acpi/asus-brn-up.sh daab39c9404757cb76a64391d4952739 /etc/acpi/asus-touchpad.sh b5c1c76971705bcd351e60b6afb488ff /etc/acpi/asus-wireless.sh 317925e1305250929f01e52db6c6dc53 /etc/acpi/batterybtn.sh 40b336a6c743ad0ea0ae5d9e5886d16b /etc/acpi/ejectbtn.sh de6f4a835b32cbad5d17c77af327bada /etc/acpi/hibernate.sh 8acf13fb41c9506cafabdac15fe4326e /etc/acpi/ibm-wireless.sh beefa7ca7799c4a5fa63d5c3138ac6c9 /etc/acpi/lid.sh 0d512abc7b1ded9006e2b0028f91b630 /etc/acpi/lockbtn.sh 9823b34214e12d3139c77787d7ac9d3a /etc/acpi/mailbtn.sh 43bb84c88df48a1da7141e1f0353035c /etc/acpi/mediabtn.sh 631bfced327d67f2d2a225e02f4b8bb4 /etc/acpi/mutebtn.sh e05943fee7ca8acdda8ddd80a3c7e524 /etc/acpi/nextbtn.sh b873d3a1ed88d4d5e48bba2f3a2cacdf /etc/acpi/playbtn.sh a17421cdbcc499c062206d922c0cdd96 /etc/acpi/power.sh e8535a40f03bcaf9e8d6c138b67210d3 /etc/acpi/prevbtn.sh 9d526ece3cce8c09a0e2188ec9fa6579 /etc/acpi/rotatescreen.sh bb295c663d769ad71c2c9d4e0afa019b /etc/acpi/screenblank.sh ce58b608d876edc5dd461440d77d7b22 /etc/acpi/sleep.sh bb9a2a96911a1bfbd2dc725a00092a88 /etc/acpi/sleepbtn.sh e3e6dc4487ee8bc3b191d6642777e48b /etc/acpi/stopbtn.sh a017ac080e7e7ea302acaa74277289c5 /etc/acpi/thinkpad-stretchortouchpad.sh 3dc5ecb3fe735bf87f1d99d106765a0b /etc/acpi/tosh-wireless.sh b61716d95c6873f3deb6584344e7f58b /etc/acpi/undock.sh 5c97c8f313160055a3e61e6c72dd521a /etc/acpi/videobtn.sh 2277cf5e4326ce136bf904482baf4ed7 /etc/acpi/voldownbtn.sh b1d780233db8754fa40b28d40ab492e6 /etc/acpi/volupbtn.sh 236b09b813947003584d988ef02b714f /etc/acpi/webbtn.sh dca08d40d1612271381e85aaacc95b06 /etc/default/acpi-support 68b9ed124fb8a7b6a7296dd38ead7806 /etc/init.d/acpi-support e2023e93fdc2f17aaa9758085af7fb73 Description: scripts for handling many ACPI events This package contains scripts to react to various ACPI events. It only includes scripts for events that can be supported with some level of safety cross platform. . It is able to: * Detect loss and gain of AC power, lid closure, and the press of a number of specific buttons (on Asus, IBM, Lenovo, Panasonic, Sony and Toshiba laptops). * Suspend, hibernate and resume the computer, with workarounds for hardware that needs it. * On some laptops, set screen brightness. Original-Maintainer: Bart Samwel Package: xserver-xorg-input-mouse Status: install ok installed Priority: optional Section: x11 Installed-Size: 148 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:1.5.0-2build1 Replaces: xserver-xorg (<< 6.8.2-35) Provides: xorg-driver-input, xserver-xorg-input-11 Depends: libc6 (>= 2.7), xorg-input-abi-11.0, xserver-xorg-core (>= 2:1.8.99.904) Description: X.Org X server -- mouse input driver This package provides the driver for mouse input devices. . More information about X.Org can be found at: . This package is built from the X.org xf86-input-mouse driver module. Original-Maintainer: Debian X Strike Force Package: fuse-utils Status: install ok installed Priority: optional Section: utils Installed-Size: 160 Maintainer: Ubuntu Developers Architecture: i386 Source: fuse Version: 2.8.4-1ubuntu1.1 Depends: libc6 (>= 2.7), libfuse2 (= 2.8.4-1ubuntu1.1), sed (>= 4), adduser, udev | makedev (>= 2.3.1-80) Breaks: udev (<< 136-1) Conffiles: /etc/fuse.conf c9457cf5b2196da67d5ac816d1c86a4f Description: Filesystem in USErspace (utilities) Simple interface for userspace programs to export a virtual filesystem to the Linux kernel. . This package contains the fusermount utility which is necessary to mount fuse filesystems. . This utility is setuid by default. Use dpkg-statoverride if you want to change that. Homepage: http://fuse.sourceforge.net/ Original-Maintainer: Bartosz Fenski Package: kerneloops-daemon Status: install ok installed Priority: optional Section: utils Installed-Size: 124 Maintainer: Ubuntu MOTU Developers Architecture: i386 Source: kerneloops Version: 0.12+git20090217-1ubuntu9 Replaces: kerneloops (<< 0.12+git20090217-1ubuntu2) Depends: libc6 (>= 2.4), libcurl3-gnutls (>= 7.16.2-1), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.14.0), adduser Recommends: apport Conflicts: kerneloops (<< 0.12+git20090217-1ubuntu2) Conffiles: /etc/init.d/kerneloops 4295e0b4136f989b022b3c2475866519 /etc/default/kerneloops 40c5f85d0a7769dc841d41f93756a98d /etc/kerneloops.conf 6fb908bd3381b55ee942b261a701aea4 Description: kernel oops tracker kerneloops is a daemon that collects kernel crash information and then submits the extracted signature to the kerneloops.org website for statistical analysis and presentation to the Linux kernel developers. Homepage: http://www.kerneloops.org/ Original-Maintainer: Matthew Wilcox Package: openoffice.org-base-core Status: install ok installed Priority: optional Section: editors Installed-Size: 2212 Maintainer: Ubuntu Core Developers Architecture: i386 Source: openoffice.org Version: 1:3.2.1-7ubuntu1 Replaces: openoffice.org-base (<< 1:2.3.1) Depends: openoffice.org-core (= 1:3.2.1-7ubuntu1), libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libstlport4.6ldbl, ure (>= 1.4.0) Suggests: openoffice.org-base Description: office productivity suite -- shared library OpenOffice.org 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 OpenOffice.org suite used by Base, Writer and Calc. . If you need full Base functionality (or actual database drivers), please install openoffice.org-base. Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: libice6 Status: install ok installed Priority: optional Section: libs Installed-Size: 148 Maintainer: Ubuntu Developers Architecture: i386 Source: libice Version: 2:1.0.6-1 Depends: libc6 (>= 2.4), x11-common Description: X11 Inter-Client Exchange library This package provides the main interface to the X11 Inter-Client Exchange library, which allows for communication of data between X clients. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libICE Original-Maintainer: Debian X Strike Force Package: python-libxml2 Status: install ok installed Priority: optional Section: python Installed-Size: 964 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libxml2 Version: 2.7.7.dfsg-4ubuntu0.1 Provides: python2.6-libxml2 Depends: libc6 (>= 2.4), libxml2 (>= 2.7.4), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0) Description: Python bindings for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package contains the files needed to use the GNOME XML library in Python programs. Homepage: http://xmlsoft.org/ Original-Maintainer: Debian XML/SGML Group Python-Version: 2.6 Package: light-themes Status: install ok installed Priority: optional Section: gnome Installed-Size: 612 Maintainer: Ubuntu Artwork Team Architecture: all Version: 0.1.8.3 Depends: gconf2 (>= 2.28.1-2), ubuntu-mono, gtk2-engines-murrine (>= 0.90.3+git20100810), humanity-icon-theme Conflicts: phase-themes Description: Light Themes Includes Ambiance and Radiance themes Original-Maintainer: Kenneth Wimer Package: pppoeconf Status: install ok installed Priority: optional Section: net Installed-Size: 340 Maintainer: Ubuntu Developers Architecture: all Version: 1.19ubuntu1 Depends: whiptail-provider | whiptail, ppp (>= 2.4.2+20040428-2) | pppoe (>= 3.0), ppp (>= 2.4.1.uus2-4), gettext-base (>= 0.13), sed (>= 3.95) Recommends: locales Suggests: xdialog Description: configures PPPoE/ADSL connections User-friendly tool for initial configuration of a DSL (PPPoE) connection. Original-Maintainer: Gregory Colpart Package: python-apt Status: install ok installed Priority: standard Section: python Installed-Size: 784 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 0.7.96.1ubuntu11.1 Provides: python2.6-apt Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), libapt-inst1.2, libapt-pkg4.10, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Recommends: lsb-release, iso-codes, python2.6 Suggests: python-apt-dbg, python-gtk2, python-vte, python-apt-doc Breaks: debdelta (<< 0.28~), packagekit-backend-apt (<= 0.4.8-0ubuntu4) 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 Python-Version: 2.6 Package: libvte9 Status: install ok installed Priority: optional Section: libs Installed-Size: 996 Maintainer: Ubuntu Core developers Architecture: i386 Source: vte Version: 1:0.26.0-0ubuntu2 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.21.8), libncurses5 (>= 5.7+20100313), libpango1.0-0 (>= 1.22.0), libpng12-0 (>= 1.2.13-4), libx11-6, libvte-common Description: Terminal emulator widget for GTK+ 2.0 - runtime files The VTE library inserts terminal capability strings into a trie, and then uses it to determine if data received from a pseudo-terminal is a control sequence or just random data. The sample program "interpret" illustrates more or less what the widget sees after it filters incoming data. Original-Maintainer: Guilherme de S. Pastore Package: libgtk2.0-bin Status: install ok installed Priority: optional Section: misc Installed-Size: 116 Maintainer: Ubuntu Desktop Team Architecture: all Source: gtk+2.0 Version: 2.22.0-0ubuntu1 Depends: libgtk2.0-0 (>= 2.22.0-0ubuntu1), libgtk2.0-common Description: The programs for the GTK+ graphical user interface library The GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, the GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the program files which is used for the libraries and others. Homepage: http://www.gtk.org/ Original-Maintainer: Sebastien Bacher Package: libzephyr4 Status: install ok installed Priority: optional Section: libs Installed-Size: 112 Maintainer: Ubuntu Developers Architecture: i386 Source: zephyr Version: 3.0-1 Depends: libc6 (>= 2.7), libcomerr2 (>= 1.01) Conflicts: libzephyr4-krb, libzephyr4-krb45, libzephyr4-krb5 Description: Project Athena's notification service - non-Kerberos libraries Zephyr is derived from the original Project Athena 'Instant Message' system and allows users to send messages to other users or to groups of users. Users can view incoming Zephyr messages as windowgrams (transient X windows) or as text on a terminal. . This package provides the libraries without Kerberos support. Original-Maintainer: Karl Ramm Package: firefox Status: install ok installed Priority: optional Section: web Installed-Size: 29920 Maintainer: Ubuntu Mozilla Team Architecture: i386 Version: 3.6.13+build3+nobinonly-0ubuntu0.10.10.1 Provides: iceweasel, www-browser Depends: fontconfig, psmisc, lsb-release, debianutils (>= 1.16), libasound2 (>> 1.0.22), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.11), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.3.5), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.18.0), libnspr4-0d (>= 4.8.6-0ubuntu1~), libnss3-1d (>= 3.12.6), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libstartup-notification0 (>= 0.10), libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxrender1, libxt6, zlib1g (>= 1:1.1.4), firefox-branding | abrowser-branding Recommends: ubufox Suggests: firefox-gnome-support (= 3.6.13+build3+nobinonly-0ubuntu0.10.10.1), firefox-kde-support, ttf-lyx, libthai0 Conffiles: /etc/apport/blacklist.d/firefox efa7ded372f730730a1a318e8d0cf7d6 /etc/apparmor.d/usr.bin.firefox 842035420ace675ad9fb23f2226aadc5 /etc/firefox/profile/localstore.rdf ea03cc19c2a3f622fa557cd8ea9da6eb /etc/firefox/profile/chrome/userContent-example.css d3765c7d2de5626529195007f4b7144a /etc/firefox/profile/chrome/userChrome-example.css c63733eef9d337c86e6609bcc478a668 /etc/firefox/profile/bookmarks.html 297b5814fa510046173e0bd403b15862 /etc/firefox/profile/mimeTypes.rdf 6047f42624d9930caa8d651fa94d28f1 /etc/firefox/profile/prefs.js 99940ecd258d83b3355ab06fca0ffddb /etc/firefox/pref/firefox.js d1bcb630df08ddce608a6aa8f4976d35 Description: safe and easy web browser from Mozilla Firefox delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. Xul-Appid: {ec8030f7-c20a-464f-9b0e-13a3a9e97384} Package: nvidia-common Status: install ok installed Priority: optional Section: contrib/x11 Installed-Size: 180 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.2.24 Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), debconf (>= 0.5.00) | debconf-2.0, pciutils, nvidia-current-modaliases, nvidia-173-modaliases, nvidia-96-modaliases Conffiles: /etc/kernel/header_postinst.d/nvidia-common 3d6f26eca04d40c9722481ca7520297d /etc/kernel/postinst.d/nvidia-common 3d6f26eca04d40c9722481ca7520297d Description: Find obsolete NVIDIA drivers This package will find obsolete NVIDIA drivers in use, detect the hardware and recommend the most appropriate driver. Original-Maintainer: Alberto Milone (tseliot) Python-Version: 2.6 Package: libspectre1 Status: install ok installed Priority: optional Section: libs Installed-Size: 136 Maintainer: Ubuntu Developers Architecture: i386 Source: libspectre Version: 0.2.6-1 Depends: libc6 (>= 2.8), libgs8 Suggests: libspectre1-dbg (= 0.2.6-1) Description: Library for rendering PostScript documents libspectre is a small library for rendering PostScript documents. It provides a convenient easy to use API for handling and rendering PostScript documents. Original-Maintainer: Debian Krap Maintainers Homepage: http://libspectre.freedesktop.org Package: libcupsppdc1 Status: install ok installed Priority: optional Section: libs Installed-Size: 280 Maintainer: Ubuntu Developers Architecture: i386 Source: cups Version: 1.4.4-6ubuntu2.3 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) 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: libatk1.0-data Status: install ok installed Priority: optional Section: misc Installed-Size: 60 Maintainer: Ubuntu Developers Architecture: all Source: atk1.0 Version: 1.32.0-0ubuntu1 Depends: libatk1.0-0 (>= 1.32.0-0ubuntu1) Description: Common files for the ATK accessibility toolkit ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This contains the common files which the runtime libraries need. Homepage: http://www.gtk.org/ Original-Maintainer: Debian GNOME Maintainers Package: libnih-dbus1 Status: install ok installed Priority: required Section: libs Installed-Size: 72 Maintainer: Scott James Remnant Architecture: i386 Source: libnih Version: 1.0.2-1ubuntu2 Depends: libnih1 (= 1.0.2-1ubuntu2), libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.2.16) Description: NIH D-Bus Bindings Library libnih-dbus is a D-Bus bindings library that integrates with the main loop provided by libnih. . This package contains the shared library. Package: gnome-applets Status: install ok installed Priority: optional Section: gnome Installed-Size: 556 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.30.0-3ubuntu3 Replaces: trashapplet Provides: trashapplet Depends: libatk1.0-0 (>= 1.29.3), libbonobo2-0 (>= 2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.7), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgnome-desktop-2-17 (>= 1:2.29.92), libgtk2.0-0 (>= 2.18.0), libgtop2-7 (>= 2.23.2), libgucharmap7 (>= 1:2.24.0), libgweather1 (>= 2.30.0), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libpanel-applet2-0 (>= 2.26.0), libpango1.0-0 (>= 1.14.0), libpolkit-gobject-1-0 (>= 0.94), libwnck22 (>= 1:2.22), libx11-6, libxml2 (>= 2.7.4), gconf2 (>= 2.28.1-2), gnome-applets-data (>= 2.30), gnome-applets-data (<< 2.31), gnome-panel (>= 2.13.4), gnome-icon-theme (>= 2.15.91), python (>= 2.4), gvfs Pre-Depends: dpkg (>= 1.10.24) Recommends: gnome-system-monitor, gnome-media, python-gconf, python-gnome2, python-gnomeapplet, python-gobject, python-gtk2, policykit-1-gnome Suggests: tomboy, gnome-netstatus-applet, deskbar-applet, cpufrequtils Conflicts: trashapplet Description: Various applets for the GNOME panel - binary files accessx-status: indicates keyboard accessibility settings, including the current state of the keyboard, if those features are in use. . Character palette: provides a convenient way to access non-standard characters, such as accented characters, mathematical symbols, special symbols, and punctuation marks. . GNOME CPUFreq Applet: CPU frequency scaling monitor . Drivemount: lets you mount and unmount drives and file systems. . Geyes: pair of eyes which follow the mouse pointer around the screen. . Modem Monitor: monitors the modem. . Invest: downloads current stock quotes from the Internet and displays the quotes in a scrolling display in the applet. The applet downloads the stock information from Yahoo! Finance. . System monitor: CPU, memory, network, swap file and resource. . Trash: lets you drag items to the trash folder. . Weather report: downloads weather information from the U.S National Weather Service (NWS) servers, including the Interactive Weather Information Network (IWIN). Original-Maintainer: Guilherme de S. Pastore Package: libfolks0 Status: install ok installed Priority: optional Section: libs Installed-Size: 204 Maintainer: Ubuntu Developers Architecture: i386 Source: folks Version: 0.1.17-0ubuntu2 Depends: libc6 (>= 2.3.6-6~), libgee2 (>= 0.5.2), libglib2.0-0 (>= 2.24.0) Description: library to aggregates people into metacontacts libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers and eventually evolution data server, Facebook, etc.) to create metacontacts. Homepage: http://telepathy.freedesktop.org/wiki/Folks Original-Maintainer: Debian Telepathy maintainers Package: libntfs-3g79 Status: install ok installed Priority: optional Section: libs Installed-Size: 368 Maintainer: Ubuntu Core Developers Architecture: i386 Source: ntfs-3g Version: 1:2010.8.8-0ubuntu1 Depends: libc6 (>= 2.7) Description: ntfs-3g filesystem in userspace (FUSE) library The ntfs-3g driver is an open source, GPL licensed, third generation Linux NTFS driver which was implemented by the Linux-NTFS project. It provides full read-write access to NTFS, excluding access to encrypted files, writing compressed files, changing file ownership, access right. . Technically it's based on and a major improvement to the third generation Linux NTFS driver, ntfsmount. The improvements includes functionality, quality and performance enhancements. . ntfs-3g is based on FUSE (userspace filesystem framework for Linux), thus you will have to prepare fuse kernel module to be able to use it. . Fuse is available in any recent kernel. No need to prepare a kernel module if you are already running Debian Etch kernel or newer. . This package contains the shared library. Homepage: http://www.ntfs-3g.org/ Original-Maintainer: Adam Cécile (Le_Vert) Package: evolution-couchdb Status: install ok installed Priority: optional Section: gnome Installed-Size: 128 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.5.0-0ubuntu1 Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libcamel1.2-14 (>= 2.30.1), libcamel1.2-14 (<< 2.31), libcouchdb-glib-1.0-2, libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libdesktopcouch-glib-1.0-2, libebook1.2-9 (>= 2.30.2), libedata-book1.2-2 (>= 2.30.2), libedataserver1.2-13 (>= 2.30.2), libenchant1c2a (>= 1.6), libevolution (>= 2.30.2), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.16.0), libgnome-keyring0 (>= 2.20.3), libgnomecanvas2-0 (>= 2.11.1), libgtk2.0-0 (>= 2.8.0), libgtkhtml-editor0 (>= 1:3.30.2), libgtkhtml-editor0 (<< 1:3.31), libgtkhtml3.14-19 (>= 1:3.30.2), libgtkhtml3.14-19 (<< 1:3.31), libjson-glib-1.0-0, libnspr4-0d (>= 4.7.0~1.9b1), libnss3-1d (>= 3.12.2~rc1), libpango1.0-0 (>= 1.14.0), libsoup2.4-1 (>= 2.4.0), libsqlite3-0 (>= 3.7.0.1), libunique-1.0-0 (>= 1.0.0), libxml2 (>= 2.6.27), evolution (>= 2.27.0), desktopcouch Description: Evolution support for CouchDB databases This package provides support for the Evolution mail and calendar program to access CouchDB databases (http://couchdb.apache.org), a replication and synchronization database of JSON documents, used by online services like UbuntuOne at http://ubuntuone.com Homepage: https://launchpad.net/evolution-couchdb Original-Maintainer: Rodrigo Moya Package: libx11-data Status: install ok installed Priority: optional Section: x11 Installed-Size: 2508 Maintainer: Ubuntu X-SWAT Architecture: all Source: libx11 Version: 2:1.3.3-3ubuntu1 Replaces: libx11-6 (<= 2:1.0.0-1) Description: X11 client-side library This package provides the locale data files for libx11. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: time Status: install ok installed Priority: standard Section: utils Installed-Size: 148 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.7-23ubuntu1 Depends: libc6 (>= 2.3.4) Description: The GNU time program for measuring cpu resource usage The `time' command runs another program, then displays information about the resources used by that program, collected by the system while the program was running. You can select which information is reported and the format in which it is shown, or have `time' save the information in a file instead of display it on the screen. . The resources that `time' can report on fall into the general categories of time, memory, I/O, and IPC calls. . The GNU version can format the output in arbitrary ways by using a printf-style format string to include various resource measurements. Original-Maintainer: Tollef Fog Heen Package: linux-headers-generic Status: install ok installed Priority: optional Section: devel Installed-Size: 32 Maintainer: Ubuntu Kernel Team Architecture: i386 Source: linux-meta Version: 2.6.35.25.32 Depends: linux-headers-2.6.35-25-generic Description: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: libselinux1 Status: install ok installed Priority: required Section: libs Installed-Size: 220 Maintainer: Ubuntu Developers Architecture: i386 Source: libselinux Version: 2.0.94-1 Depends: libc6 (>= 2.8) Description: SELinux runtime shared libraries This package provides the shared libraries for Security-enhanced Linux that provides interfaces (e.g. library functions for the SELinux kernel APIs like getcon(), other support functions like getseuserbyname()) to SELinux-aware applications. Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. . libselinux1 provides an API for SELinux applications to get and set process and file security contexts and to obtain security policy decisions. Required for any applications that use the SELinux API. libselinux may use the shared libsepol to manipulate the binary policy if necessary (e.g. to downgrade the policy format to an older version supported by the kernel) when loading policy. Original-Maintainer: Manoj Srivastava Package: libopenobex1 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: i386 Source: libopenobex Version: 1.5-2build1 Depends: libc6 (>= 2.4), libusb-0.1-4 (>= 2:0.1.12) Description: OBEX protocol library The Object Exchange protocol can best be described as binary HTTP. OBEX is optimised for ad-hoc wireless links and can be used to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard). . OBEX is builtin in devices like PDA's like the Palm Pilot, and mobile phones like the Ericsson R320, Siemens S25, Siemens S45, Siemens ME45, Nokia NM207 and Nokia 9110 Communicator. Original-Maintainer: Hendrik Sattler Homepage: http://www.openobex.org Package: totem-common Status: install ok installed Priority: optional Section: video Installed-Size: 1836 Maintainer: Ubuntu Desktop Team Architecture: all Source: totem Version: 2.32.0-0ubuntu1 Replaces: totem-gstreamer (<< 2.20.0-3), totem-xine (<< 2.20.0-3) Depends: gconf2 (>= 2.28.1-2) Description: Data files for the Totem media player Totem is a simple yet featureful media player for GNOME which can read a large number of file formats. . This package contains common data files and translations. Homepage: http://www.gnome.org/projects/totem/ Original-Maintainer: Sebastien Bacher Package: cpu-checker Status: install ok installed Priority: optional Section: utils Installed-Size: 60 Maintainer: Kees Cook Architecture: all Version: 0.1-0ubuntu2 Replaces: qemu-kvm (<< 0.12.3-0ubuntu13) Conflicts: qemu-kvm (<< 0.12.3-0ubuntu13) Description: tools to help evaluate certain CPU (or BIOS) features There are some CPU features that are filtered or disabled by system BIOSes. This set of tools seeks to help identify when certain features are in this state, based on kernel values, CPU flags and other conditions. Supported feature tests are NX/XD and VMX/SVM. Homepage: https://edge.launchpad.net/cpu-checker Package: openssh-client Status: install ok installed Priority: standard Section: net Installed-Size: 2056 Maintainer: Colin Watson Architecture: i386 Source: openssh Version: 1:5.5p1-4ubuntu5 Replaces: ssh, ssh-krb5 Provides: rsh-client, ssh-client Depends: libc6 (>= 2.11), libedit2 (>= 2.5.cvs.20010821-1), libgssapi-krb5-2 (>= 1.7+dfsg), libssl0.9.8 (>= 0.9.8m-1), zlib1g (>= 1:1.1.4), debconf (>= 1.2.0) | debconf-2.0, adduser (>= 3.10), dpkg (>= 1.7.0), passwd Recommends: xauth Suggests: ssh-askpass, libpam-ssh, keychain, openssh-blacklist, openssh-blacklist-extra Conflicts: rsh-client (<< 0.16.1-1), sftp, ssh (<< 1:3.8.1p1-9), ssh-krb5 (<< 1:4.3p2-7) Conffiles: /etc/ssh/moduli b1c007bf229d5d1707a2aebe9732f13c /etc/ssh/ssh_config a7a6e6ef00bcd077b9b5e3e1b744fd30 Description: secure shell (SSH) client, for secure access to remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the ssh, scp and sftp clients, the ssh-agent and ssh-add programs to make public key authentication more convenient, and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities. . In some countries it may be illegal to use any encryption at all without a special permit. . ssh replaces the insecure rsh, rcp and rlogin programs, which are obsolete for most purposes. Homepage: http://www.openssh.org/ Original-Maintainer: Debian OpenSSH Maintainers Package: ttf-khmeros-core Status: install ok installed Priority: optional Section: fonts Installed-Size: 592 Maintainer: Ubuntu Developers Architecture: all Source: ttf-khmeros Version: 5.0-3ubuntu1 Replaces: ttf-khmeros (<< 5.0-3ubuntu1) Conffiles: /etc/fonts/conf.d/65-khmer.conf ab0841fb4665a40d77701029085f9c34 Description: KhmerOS Unicode fonts for the Khmer language of Cambodia Free fonts for the Khmer language, used in Cambodia, developed by the Khmer Software Iniative, part of the Open Forum of Cambodia. . This package provides Khmer OS fonts for use in the default Ubuntu desktop. Homepage: http://www.khmeros.info Original-Maintainer: Debian Fonts Task Force Package: vbetool Status: install ok installed Priority: optional Section: utils Installed-Size: 64 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1.1-2 Depends: libc6 (>= 2.4), libpci3, libx86-1 (>= 0.99-1), zlib1g (>= 1:1.1.4) Description: run real-mode video BIOS code to alter hardware state vbetool uses lrmi in order to run code from the video BIOS. Currently, it is able to alter DPMS states, save/restore video card state and attempt to initialize the video card from scratch. Original-Maintainer: Bradley Smith Homepage: http://www.codon.org.uk/~mjg59/vbetool/ Package: python-openssl Status: install ok installed Priority: optional Section: python Installed-Size: 348 Maintainer: Ubuntu Developers Architecture: i386 Source: pyopenssl Version: 0.10-1 Replaces: python-pyopenssl, python2-pyopenssl, python2.3-pyopenssl (<< 0.6-2.3), python2.4-pyopenssl (<< 0.6-2.3) Provides: python-pyopenssl, python2.6-openssl Depends: python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), libc6 (>= 2.4), libssl0.9.8 (>= 0.9.8k-1) Suggests: python-openssl-doc, python-openssl-dbg Conflicts: python-pyopenssl (<< 0.6-3), python2-pyopenssl, python2.3-pyopenssl (<< 0.6-2.3), python2.4-pyopenssl (<< 0.6-2.3) Description: Python wrapper around the OpenSSL library High-level wrapper around a subset of the OpenSSL library, includes . * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes . A lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library. Original-Maintainer: Debian Python Modules Team Homepage: http://pyopenssl.sourceforge.net/ Python-Version: 2.6 Package: libiw30 Status: install ok installed Priority: extra Section: libs Installed-Size: 100 Maintainer: Ubuntu Core Developers Architecture: i386 Source: wireless-tools Version: 30~pre9-3ubuntu4 Depends: libc6 (>= 2.7) Description: Wireless tools - library Wireless tools are used to manipulate the Linux Wireless Extensions. The Wireless Extension is an interface allowing you to set Wireless LAN specific parameters and get the specific stats. . This package contains the dynamic library libiw. Homepage: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html Original-Maintainer: Guus Sliepen Package: ntpdate Status: install ok installed Priority: optional Section: net Installed-Size: 240 Maintainer: Ubuntu Core Developers Architecture: i386 Source: ntp Version: 1:4.2.4p8+dfsg-1ubuntu6 Depends: netbase, libc6 (>= 2.4), libcap2 (>= 2.10), libssl0.9.8 (>= 0.9.8m-1) Recommends: lockfile-progs Conffiles: /etc/dhcp3/dhclient-exit-hooks.d/ntpdate 1d4c6af64ca132451ee95a08686ea111 /etc/default/ntpdate 39415ec9778476795fdbb832adc43b9b /etc/logcheck/ignore.d.server/ntpdate 68d4df7cceb0e97bde87126c3a56b219 /etc/network/if-up.d/ntpdate d6d81977a07a9607b75a17a01b1f95ce Description: client for setting system time from NTP servers NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . ntpdate is a simple NTP client that sets a system's clock to match the time obtained by communicating with one or more NTP servers. It is not sufficient, however, for maintaining an accurate clock in the long run. ntpdate by itself is useful for occasionally setting the time on machines that do not have full-time network access, such as laptops. . If the full NTP daemon from the package "ntp" is installed, then ntpdate is not necessary. Homepage: http://support.ntp.org/ Original-Maintainer: Debian NTP Team Package: libaa1 Status: install ok installed Priority: optional Section: libs Installed-Size: 180 Maintainer: Ubuntu Developers Architecture: i386 Source: aalib Version: 1.4p5-38build1 Replaces: aalib1 Provides: aalib1 Depends: libc6 (>= 2.11), libgpm2 (>= 1.20.4), libncurses5 (>= 5.6+20071006-3), libslang2 (>= 2.0.7-1), libx11-6 (>= 0) Description: ascii art library AAlib is a portable ascii art graphics library. Internally, it works like a graphics display, but the output is rendered into gorgeous platform independent ascii graphics. Original-Maintainer: Bart Martens Homepage: http://aa-project.sourceforge.net/aalib/ Package: libtalloc2 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: i386 Source: talloc Version: 2.0.1-1 Depends: libc6 (>= 2.3.4) Description: hierarchical pool based memory allocator A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. Original-Maintainer: Jelmer Vernooij Homepage: http://talloc.samba.org/ Package: libc6 Status: install ok installed Priority: required Section: libs Installed-Size: 9476 Maintainer: Ubuntu Core developers Architecture: i386 Source: eglibc Version: 2.12.1-0ubuntu10.1 Replaces: belocs-locales-bin Provides: glibc-2.11-1, libc6-i686 Depends: libc-bin (= 2.12.1-0ubuntu10.1), libgcc1, tzdata, findutils (>= 4.4.0-2ubuntu2) Suggests: glibc-doc, debconf | debconf-2.0, locales Breaks: nscd (<< 2.12) Conflicts: belocs-locales-bin, libc6-i686, tzdata (<< 2007k-1), tzdata-etch Conffiles: /etc/ld.so.conf.d/i686-linux-gnu.conf 6b67198f6b0c62a07fa422cb222a4341 Description: Embedded GNU C Library: Shared libraries Contains the standard libraries that are used by nearly all programs on the system. This package includes shared versions of the standard C library and the standard math library, as well as many others. Homepage: http://www.eglibc.org Original-Maintainer: GNU Libc Maintainers Package: xserver-xorg-video-nv Status: install ok installed Priority: optional Section: x11 Installed-Size: 260 Maintainer: Ubuntu X-SWAT Architecture: i386 Version: 1:2.1.17-3ubuntu3 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-nv, xserver-xorg-video-riva128 Provides: xf86-video-driver-riva128, xserver-xorg-video-8 Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.3), libpciaccess0 (>= 0.8.0+git20071002), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-nv, xserver-xorg-video-riva128 Description: X.Org X server -- NV display driver This driver for the X.Org X server (see xserver-xorg for a further description) provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards. . Note that this is not the same as the binary-only 'nvidia' driver, which adds 3D support, but is binary-only and not supported. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-nv driver module. Original-Maintainer: Debian X Strike Force Package: libsm6 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: i386 Source: libsm Version: 2:1.1.1-1 Depends: libc6 (>= 2.4), libice6 (>= 1:1.0.0), libuuid1 (>= 2.16-1) Description: X11 Session Management library This package provides the main interface to the X11 Session Management library, which allows for applications to both manage sessions, and make use of session managers to save and restore their state for later use. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libSM Original-Maintainer: Debian X Strike Force Package: notify-osd Status: install ok installed Priority: optional Section: x11 Installed-Size: 840 Maintainer: DX Team Architecture: i386 Version: 0.9.29-0ubuntu3 Replaces: alsdorf (<< 0.8-0ubuntu2), notify-daemon Provides: notification-daemon Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.4.10), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libgconf2-4 (>= 2.27.0), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.18.0), libpango1.0-0 (>= 1.20.0), libpixman-1-0 (>= 0.15.14), libwnck22 (>= 2.22.0), libx11-6 Recommends: notify-osd-icons Conflicts: alsdorf (<< 0.8-0ubuntu2), notify-daemon Description: daemon that displays passive pop-up notifications The Desktop Notifications framework provides a standard way of doing passive pop-up notifications on the Linux desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time. Homepage: https://launchpad.net/notify-osd Package: libcouchdb-glib-1.0-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 172 Maintainer: Ubuntu Developers Architecture: i386 Source: couchdb-glib Version: 0.6.96-0ubuntu1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libjson-glib-1.0-0, libsoup-gnome2.4-1 (>= 2.27.4), libsoup2.4-1 (>= 2.4.0), libssl0.9.8 (>= 0.9.8m-1), libuuid1 (>= 2.16) Breaks: libcouchdb-glib-1.0-1 Description: GLib-based API for CouchDB CouchDB-GLib is a GLib-based API to access CouchDB servers (http://couchdb.apache.org), a replication/synchronization database of JSON documents, used in online services like Ubuntu One. Homepage: https://launchpad.net/couchdb-glib Original-Maintainer: Rodrigo Moya Package: w3m Status: install ok installed Priority: standard Section: web Installed-Size: 1860 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.5.2-6 Replaces: w3m-ssl, w3mmee Provides: www-browser Depends: libc6 (>= 2.11), libgc1c2 (>= 1:6.8-1.1), libgpm2 (>= 1.20.4), libncurses5 (>= 5.7+20100313), libssl0.9.8 (>= 0.9.8m-1), zlib1g (>= 1:1.1.4) Recommends: ca-certificates Suggests: w3m-img, mime-support, menu (>> 1.5), w3m-el, man-db, migemo Conflicts: w3m-ssl Conffiles: /etc/w3m/config de6fa6407e070a79c1a7d5146cb0ff1f /etc/w3m/mailcap fe00c489702ba1bd12a5b40d580600fa Description: WWW browsable pager with excellent tables/frames support w3m is a text-based World Wide Web browser with IPv6 support. It features excellent support for tables and frames. It can be used as a standalone file pager, too. . * You can follow links and/or view images in HTML. * Internet message preview mode, you can browse HTML mail. * You can follow links in plain text if it includes URL forms. * With w3m-img, you can view image inline. Original-Maintainer: Tatsuya Kinoshita Homepage: http://sourceforge.net/projects/w3m Package: mobile-broadband-provider-info Status: install ok installed Priority: optional Section: admin Installed-Size: 216 Maintainer: Bhavani Shankar Architecture: all Version: 20100910-1 Description: database of mobile broadband service providers This package contains database of service provider specific settings of mobile broadband providers in different countries. Its functioning through Network Manager makes it easy for users to choose their mobile broadband service provider. Homepage: http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders Package: dhcp3-common Status: install ok installed Priority: important Section: net Installed-Size: 608 Maintainer: Ubuntu Core Developers Architecture: i386 Source: dhcp3 Version: 3.1.3-2ubuntu6 Depends: debianutils (>= 2.8.2), libc6 (>= 2.7) Description: common files used by all the dhcp3* packages This package contains the files used by all the packages from ISC DHCP version 3. Original-Maintainer: Andrew Pollock Package: libglib2.0-cil Status: install ok installed Priority: optional Section: libs Installed-Size: 380 Maintainer: Ubuntu Developers Architecture: i386 Source: gtk-sharp2 Version: 2.12.10-1 Replaces: gtk-sharp2-gapi (<< 2.10.0-1) Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.25.4), cli-common (>= 0.5.6), libmono-corlib2.0-cil (>= 1.2.2.1), libmono-system2.0-cil (>= 2.4.3) Suggests: monodoc-gtk2.0-manual Description: CLI binding for the GLib utility library 2.12 This package provides the glib-sharp assembly that allows CLI (.NET) programs to use the GLib utility library 2.12. This is mostly useful for the GTK+ and GNOME bindings. . GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit . This package contains the glib-sharp assembly Original-Maintainer: Debian CLI Libraries Team Homepage: http://www.mono-project.com/GtkSharp Package: onboard Status: install ok installed Priority: optional Section: gnome Installed-Size: 856 Maintainer: Ubuntu Developers Architecture: all Version: 0.94.0-0ubuntu1 Depends: python, python-central (>= 0.6.11), gconf2 (>= 2.28.1-2), python-cairo, python-gtk2, python-virtkey (>= 0.60.0), python-gconf, python-gobject, libx11-6, libxi6 Description: Simple On-screen Keyboard Simple On-screen Keyboard with macros and easy layout creation. Homepage: https://launchpad.net/onboard Original-Maintainer: Chris Jones Python-Version: current Package: language-selector-common Status: install ok installed Priority: optional Section: admin Installed-Size: 2476 Maintainer: Arne Goetje Architecture: all Source: language-selector Version: 0.6.6 Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), iso-codes, python-apt (>= 0.7.12.0), python-dbus Conffiles: /etc/fonts/conf.avail/29-language-selector-ko-kr.conf a2cfb29a637fb93fb729fc941ffaef78 /etc/fonts/conf.avail/30-cjk-aliases.conf 7e1db297416208641619986d39cc1efb /etc/fonts/conf.avail/69-language-selector-ja-jp.conf 862e0abca232a7dc9497f8d58182a6c7 /etc/fonts/conf.avail/69-language-selector-ka-ge.conf e48609f277a6a0a4de0cd104c4a1fdf5 /etc/fonts/conf.avail/69-language-selector-ko-kr.conf 48749040233073e15fb0dd52f3577072 /etc/fonts/conf.avail/69-language-selector-zh-cn.conf 9d838a5656e8c8432fa544a4d79ae0f0 /etc/fonts/conf.avail/69-language-selector-zh-hk.conf c971802f45f35965c2c67e02e97f3ac2 /etc/fonts/conf.avail/69-language-selector-zh-mo.conf c971802f45f35965c2c67e02e97f3ac2 /etc/fonts/conf.avail/69-language-selector-zh-sg.conf 9d838a5656e8c8432fa544a4d79ae0f0 /etc/fonts/conf.avail/69-language-selector-zh-tw.conf 661136d738051255a40976a92607638f /etc/fonts/conf.avail/99-language-selector-zh.conf 6e0c405158e848b8183bf2675e002e75 /etc/dbus-1/system.d/com.ubuntu.LanguageSelector.conf bc3f60efa76ac6d76615bb0fb05e566b Description: Language selector for Ubuntu Linux This package let you change and install language packs in Ubuntu Linux. . This package contains the common part of language-selector Python-Version: 2.6 Package: libpam-ck-connector Status: install ok installed Priority: optional Section: admin Installed-Size: 100 Maintainer: Ubuntu Developers Architecture: i386 Source: consolekit Version: 0.4.1-4ubuntu1 Depends: libc6 (>= 2.4), libck-connector0 (>= 0.2.1), libdbus-1-3 (>= 1.0.2), libpam0g (>= 0.99.7.1), libpam-runtime (>= 1.0.1-6) Description: ConsoleKit PAM module ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. which keyboard and mouse they use). . This package provides a PAM module which can be used for console logins. Graphical login managers should talk to ConsoleKit directly. Homepage: http://www.freedesktop.org/wiki/Software/ConsoleKit Original-Maintainer: Utopia Maintenance Team Package: ghostscript-cups Status: install ok installed Priority: optional Section: text Installed-Size: 176 Maintainer: Ubuntu Core Developers Architecture: i386 Source: ghostscript Version: 8.71.dfsg.2-0ubuntu7 Depends: libc6 (>= 2.4), libcups2 (>= 1.4.0), libcupsimage2 (>= 1.4.0), libgcrypt11 (>= 1.4.2), libgnutls26 (>= 2.7.14-0), libgssapi-krb5-2 (>= 1.6.dfsg.2), libpaper1, zlib1g (>= 1:1.1.4), ghostscript (>= 8.64.dfsg.1-0ubuntu10), cups-client, cups Conflicts: cups (<< 1.3.9-4), ghostscript (<< 8.64.dfsg.1-0ubuntu10) Description: The GPL Ghostscript PostScript/PDF interpreter - CUPS filters Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package contains the CUPS filters, drivers, and PPDs which come with Ghostscript. To not make Ghostscript itself requiring CUPS these files are in a separate package now. Homepage: http://www.ghostscript.com/ Original-Maintainer: Masayuki Hatta (mhatta) Package: libstlport4.6ldbl Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 864 Maintainer: Ubuntu Developers Architecture: i386 Source: stlport4.6 Version: 4.6.2-7 Replaces: libstlport4.6, libstlport4.6c2 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Conflicts: libstlport4.6, libstlport4.6c2 Description: STLport C++ class library STLport is a open-source, volunteer-driven project. Its goal is to build complete, multiplatform ANSI C++ Standard Library with SGI STL code base. From this base, it inherits the following advantages : + Advanced technology for maximum efficiency + Exception safety and thread safety + Standard compliance and reliability + Important extensions - hash tables, singly-linked list, rope . For more information on STLport visit the web page http://www.stlport.org/ . Original-Maintainer: Debian OpenOffice Team Homepage: http://www.stlport.org Package: openoffice.org-common Status: install ok installed Priority: optional Section: editors Installed-Size: 48004 Maintainer: Ubuntu Core Developers Architecture: all Source: openoffice.org Version: 1:3.2.1-7ubuntu1 Replaces: broffice.org (<< 2.2.1~rc1-1), openoffice.org (<< 1.9), openoffice.org-base (<< 2.0.4~rc1), openoffice.org-calc (<< 2.0.4~rc1), openoffice.org-core (<< 1:3.0.1~rc1-3), openoffice.org-debian-files, openoffice.org-l10n-en, openoffice.org-l10n-en-us, openoffice.org-math (<< 2.0.4~rc1), openoffice.org-mimelnk, openoffice.org2-common Provides: openoffice.org-l10n-en-us, openoffice.org2-common Depends: openoffice.org-style-default | openoffice.org-style, ure Recommends: xfonts-mathml Suggests: openoffice.org-style-industrial, openoffice.org-style-hicontrast, openoffice.org-style-tango, openoffice.org-style-crystal, openoffice.org-style-oxygen Breaks: openoffice.org-core (<< 1:3.2.1-4), openoffice.org-style-andromeda (<< 1:3.2.1~), openoffice.org-style-crystal (<< 1:3.2.1~), openoffice.org-style-galaxy (<< 1:3.2.1~), openoffice.org-style-hicontrast (<< 1:3.2.1~), openoffice.org-style-industrial (<< 1:3.2.1~), openoffice.org-style-oxygen (<< 1:3.2.1~), openoffice.org-style-tango (<< 1:3.2.1~) Conflicts: broffice.org (<< 1:3.2.1), dictionaries-common (<< 0.98.14), libtextcat-data, openclipart-openoffice.org (<= 0.17+dfsg-4), openoffice.org-base (<< 1:3.2.1), openoffice.org-calc (<< 1:3.2.1), openoffice.org-coooder (<< 1.1.1+ooo-build3.0.0.9+r14588-8), openoffice.org-core (>= 1:3.2.99), openoffice.org-core (<< 1:3.2), openoffice.org-debian-files, openoffice.org-debian-menus, openoffice.org-draw (<< 1:3.2.1), openoffice.org-impress (<< 1:3.2.1), openoffice.org-l10n-en-us, openoffice.org-math (<< 1:3.2.1), openoffice.org-mimelnk, openoffice.org-writer (<< 1:3.2.1), openoffice.org-writer2latex (<< 1.0-5), openoffice.org2-common Conffiles: /etc/bash_completion.d/ooffice.sh 827d914e7b9ad83e523833148353049e /etc/openoffice/psprint.conf 63f577fd5689f7535c51a2e1a83b5973 /etc/openoffice/sofficerc 2a017cf788ad5557c0603ea9d4aa4aee /etc/openoffice/soffice.sh b14448e3aacfeb3b1966568158b434fd Description: office productivity suite -- arch-independent files OpenOffice.org 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 OpenOffice.org. Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: compizconfig-backend-gconf Status: install ok installed Priority: extra Section: x11 Installed-Size: 88 Maintainer: Michael Vogt Architecture: i386 Version: 0.8.4-1ubuntu5 Depends: libc6 (>= 2.8), libcompizconfig0, libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.12.0), libice6 (>= 1:1.0.0), libsm6, libstartup-notification0 (>= 0.10), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxfixes3 (>= 1:4.0.1), libxinerama1, libxml2 (>= 2.6.27), libxrandr2, libxslt1.1 (>= 1.1.18) Description: Compiz Fusion configuration system - gconf backend Compiz Fusion is the result of the re-unification of the Beryl-project and the community around the Compiz Window Manager. It seeks to provide an easy and fun-to-use windowing environment, allowing use of the graphics hardware to provide impressive effects, amazing speed and unrivalled usefulness . This package provides the gconf-based configuration backend for the compiz-fusion plugin system Package: libxxf86vm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 72 Maintainer: Ubuntu Developers Architecture: i386 Source: libxxf86vm Version: 1:1.1.0-2 Depends: libc6 (>= 2.1.3), libx11-6, libxext6 Description: X11 XFree86 video mode extension library libXxf86vm provides an interface to the XFree86-VidModeExtension extension, which allows client applications to get and set video mode timings in extensive detail. It is used by the xvidtune program in particular. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm Original-Maintainer: Debian X Strike Force Package: gstreamer0.10-plugins-good Status: install ok installed Priority: optional Section: libs Installed-Size: 4180 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gst-plugins-good0.10 Version: 0.10.25-4ubuntu2 Replaces: gstreamer0.10-plugins-bad (<< 0.10.18.2), gstreamer0.10-plugins-good-doc (<< 0.10.6-2), gstreamer0.10-plugins-really-bad (<< 0.10.18.2) Provides: gstreamer0.10-audiosink, gstreamer0.10-audiosource, gstreamer0.10-videosink, gstreamer0.10-videosource, gstreamer0.10-visualization Depends: gconf2 (>= 2.28.1-2), libaa1 (>= 1.4p5), libavc1394-0 (>= 0.5.3), libbz2-1.0, libc6 (>= 2.11), libcaca0 (>= 0.99.beta17-1), libcairo2 (>= 1.2.4), libdv4, libflac8 (>= 1.2.1), libgcc1 (>= 1:4.1.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgstreamer-plugins-base0.10-0 (>= 0.10.30), libgstreamer0.10-0 (>= 0.10.30), libgudev-1.0-0 (>= 147), libiec61883-0 (>= 1.2.0), libjpeg62, liborc-0.4-0 (>= 0.4.6), libpng12-0 (>= 1.2.13-4), libraw1394-11, libshout3, libsoup-gnome2.4-1 (>= 2.27.4), libsoup2.4-1 (>= 2.26.1), libspeex1 (>= 1.2~beta3-1), libstdc++6 (>= 4.1.1), libtag1c2a (>= 1.5), libv4l-0 (>= 0.5.0), libwavpack1 (>= 4.40.0), libx11-6, libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), gstreamer0.10-plugins-base Recommends: gstreamer0.10-x Conflicts: gstreamer0.10-plugins-bad (<< 0.10.18.2), gstreamer0.10-plugins-really-bad (<< 0.10.18.2) Description: GStreamer plugins from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugins from the "good" set, a set of good-quality plug-ins under the LGPL license. Gstreamer-Decoders: application/x-3gp; application/x-apetag; application/x-icy; application/x-id3; application/x-navi-animation; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ AMR, AMR-WB }, encoding-params=(string)1, octet-align=(string)1, crc=(string){ 0, 1 }, robust-sorting=(string)0, interleaving=(string)0; application/x-rtp, media=(string){ video, audio, application }, payload=(int)[ 96, 127 ], encoding-name=(string)MPEG4-GENERIC, streamtype=(string){ 4, 5 }, mode=(string){ generic, CELP-cbr, CELP-vbr, AAC-lbr, AAC-hbr }; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)SPEEX, encoding-params=(string)1; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)SIREN, dct-length=(int)320; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string)ILBC, mode=(string){ 20, 30 }; application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], encoding-name=(string){ TELEPHONE-EVENT, VORBIS, X-QDM, QCELP, MP4A-LATM, L16, MPA-ROBUST, X-MP3-DRAFT-00, X-MP3-DRAFT-01, X-MP3-DRAFT-02, X-MP3-DRAFT-03, X-MP3-DRAFT-04, X-MP3-DRAFT-05, X-MP3-DRAFT-06, MPA, PCMU, PCMA, GSM, G729, G726, G726-16, G726-24, G726-32, G726-40, AAL2-G726-16, AAL2-G726-24, AAL2-G726-32, AAL2-G726-40, G723, CELT, BV16, BV32, AC3 }; application/x-rtp, payload=(int)[ 96, 127 ], media=(string){ audio, video }, encoding-name=(string){ X-QT, X-QUICKTIME }; application/x-rtp, media=(string)video, payload=(int)[ 96, 127 ], encoding-name=(string){ RAW, THEORA, X-SV3V-ES, X-SORENSON-VIDEO, X-SORENSONVIDEO, X-SorensonVideo, MP4V-ES, MP2T-ES, MP1S, JPEG, JPEG2000, H264, H263, H263-2000, MPV, H263-1998 }; application/x-rtp, media=(string)other, payload=(int)[ 96, 127 ], encoding-name=(string)MP1S; application/x-rtp, media=(string)video, payload=(int)34, encoding-name=(string)H263; application/x-rtp, media=(string)audio, payload=(int){ 12, 10, 11, 14, 0, 8, 3, 18, 4 }; application/x-rtp, media=(string)video, payload=(int){ 33, 26, 32 }; application/x-subtitle-avi; audio/x-alaw; audio/x-au; audio/x-flac; audio/x-m4a; audio/x-mulaw; audio/x-speex; audio/x-wav; audio/x-wavpack, framed=(boolean){ true, false }; audio/x-wavpack-correction, framed=(boolean)false; image/bmp; image/gif; image/jpeg; image/png; image/svg; image/svg+xml; image/tiff; image/vnd.wap.wbmp; image/x-MS-bmp; image/x-bitmap; image/x-bmp; image/x-cmu-raster; image/x-icon; image/x-pcx; image/x-pixmap; image/x-portable-anymap; image/x-portable-bitmap; image/x-portable-graymap; image/x-portable-pixmap; image/x-sun-raster; image/x-tga; multipart/x-mixed-replace; text/x-cmml, encoded=(boolean)true; video/mj2; video/quicktime; video/webm; video/x-dv, systemstream=(boolean){ false, true }; video/x-fli; video/x-flv; video/x-matroska; video/x-msvideo; video/x-smoke Gstreamer-Elements: aasink, agingtv, alawdec, alawenc, alpha, alphacolor, apedemux, apev2mux, aspectratiocrop, asteriskh263, audioamplify, audiochebband, audiocheblimit, audiodynamic, audioecho, audiofirfilter, audioiirfilter, audioinvert, audiokaraoke, audiopanorama, audiowsincband, audiowsinclimit, auparse, autoaudiosink, autoaudiosrc, autoconvert, autovideosink, autovideosrc, avidemux, avimux, avisubtitle, breakmydata, cacasink, cairorender, cairotextoverlay, cairotimeoverlay, capsdebug, capssetter, cmmldec, cmmlenc, cpureport, cutter, deinterlace, deinterleave, dicetv, dtmfdetect, dtmfsrc, dv1394src, dvdec, dvdemux, dynudpsink, edgetv, efence, equalizer-10bands, equalizer-3bands, equalizer-nbands, flacdec, flacenc, flactag, flvdemux, flvmux, flxdec, gamma, gconfaudiosink, gconfaudiosrc, gconfvideosink, gconfvideosrc, gdkpixbufdec, gdkpixbufscale, gdkpixbufsink, goom, goom2k1, gstrtpbin, gstrtpjitterbuffer, gstrtpptdemux, gstrtpsession, gstrtpssrcdemux, hdv1394src, icydemux, id3demux, id3v2mux, imagefreeze, interleave, jpegdec, jpegenc, level, liveadder, matroskademux, matroskamux, monoscope, mulawdec, mulawenc, multifilesink, multifilesrc, multipartdemux, multipartmux, multiudpsink, navigationtest, navseek, optv, oss4mixer, oss4sink, oss4src, ossmixer, osssink, osssrc, pngdec, pngenc, progressreport, pushfilesrc, qtdemux, quarktv, radioactv, revtv, rganalysis, rglimiter, rgvolume, rippletv, rndbuffersize, rtpL16depay, rtpL16pay, rtpac3depay, rtpamrdepay, rtpamrpay, rtpbvdepay, rtpbvpay, rtpceltdepay, rtpceltpay, rtpdec, rtpdepay, rtpdtmfdepay, rtpdtmfmux, rtpdtmfsrc, rtpdvdepay, rtpdvpay, rtpg723depay, rtpg723pay, rtpg726depay, rtpg726pay, rtpg729depay, rtpg729pay, rtpgsmdepay, rtpgsmpay, rtph263depay, rtph263pay, rtph263pdepay, rtph263ppay, rtph264depay, rtph264pay, rtpilbcdepay, rtpilbcpay, rtpj2kdepay, rtpj2kpay, rtpjpegdepay, rtpjpegpay, rtpmp1sdepay, rtpmp2tdepay, rtpmp2tpay, rtpmp4adepay, rtpmp4apay, rtpmp4gdepay, rtpmp4gpay, rtpmp4vdepay, rtpmp4vpay, rtpmpadepay, rtpmpapay, rtpmparobustdepay, rtpmpvdepay, rtpmpvpay, rtpmux, rtppcmadepay, rtppcmapay, rtppcmudepay, rtppcmupay, rtpqcelpdepay, rtpqdm2depay, rtpsirendepay, rtpsirenpay, rtpspeexdepay, rtpspeexpay, rtpsv3vdepay, rtptheoradepay, rtptheorapay, rtpvorbisdepay, rtpvorbispay, rtpvrawdepay, rtpvrawpay, rtpxqtdepay, rtspsrc, shagadelictv, shapewipe, shout2send, smokedec, smokeenc, smpte, smptealpha, souphttpsrc, spectrum, speexdec, speexenc, streaktv, taginject, testsink, udpsink, udpsrc, v4l2sink, v4l2src, valve, vertigotv, videobalance, videobox, videocrop, videoflip, videomixer, warptv, wavenc, wavpackdec, wavpackenc, wavpackparse, wavparse, webmmux, ximagesrc, y4menc Gstreamer-Encoders: application/pdf; application/postscript; application/x-rtp; application/x-yuv4mpeg, y4mversion=(int)2; audio/x-alaw; audio/x-flac; audio/x-mulaw; audio/x-speex; audio/x-wav; audio/x-wavpack-correction, framed=(boolean)true; image/jpeg; image/png; image/svg+xml; multipart/x-mixed-replace; text/x-cmml, encoded=(boolean)true; video/webm; video/x-flv; video/x-matroska; video/x-msvideo; video/x-smoke Gstreamer-Uri-Sinks: udp Gstreamer-Uri-Sources: dv, hdv, http, https, pushfile, rtsp, rtsph, rtspt, rtspu, udp, v4l2 Gstreamer-Version: 0.10 Original-Maintainer: Maintainers of GStreamer packages Package: libpng12-0 Status: install ok installed Priority: required Section: libs Installed-Size: 324 Maintainer: Ubuntu Developers Architecture: i386 Source: libpng Version: 1.2.44-1 Replaces: libpng12-dev (<= 1.2.8rel-7) Depends: libc6 (>= 2.11), zlib1g (>= 1:1.1.4) Conflicts: libpng12-dev (<= 1.2.8rel-7), mzscheme (<= 1:209-5), pngcrush (<= 1.5.10-2), pngmeta (<= 1.11-3), povray-3.5 (<= 3.5.0c-10), qemacs (<= 0.3.1-5) Description: PNG library - runtime libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. . This package contains the runtime library files needed to run software using libpng. Original-Maintainer: Anibal Monsalve Salazar Homepage: http://libpng.org/pub/png/libpng.html Package: tcl Status: install ok installed Priority: optional Section: interpreters Installed-Size: 68 Maintainer: Ubuntu Core Developers Architecture: all Source: tcltk-defaults Version: 8.4.16-2 Depends: tcl8.4 (>= 8.4.16-2) Conflicts: tcl8.3 (<< 8.3.5-8), tcl8.4 (<< 8.4.16-2), tcl8.5 (<< 0.b1-2) Description: The Tool Command Language (default version) - run-time files Tcl is a powerful, easy to use, embeddable, cross-platform interpreted scripting language. . This package is a dependency package, which depends on Debian's default Tcl version (currently 8.4). Original-Maintainer: Debian Tcl/Tk Packagers Package: libmono-sharpzip2.84-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 296 Maintainer: Ubuntu Developers Architecture: all Source: mono Version: 2.6.7-3ubuntu1 Replaces: mono-classlib-2.0 (<< 1.1.13.4-1), mono-classlib-2.0-dbg (<< 1.1.13.4-1) Depends: libmono-corlib2.0-cil (>= 2.6.3), libmono-system2.0-cil (>= 2.6.3) Description: Mono SharpZipLib library (for CLI 2.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Mono SharpZipLib library version 2.84, for CLI 2.0. Homepage: http://www.mono-project.com/ Original-Maintainer: Debian Mono Group Package: apt-utils Status: install ok installed Priority: important Section: admin Installed-Size: 584 Maintainer: Ubuntu Developers Architecture: i386 Source: apt Version: 0.8.3ubuntu7 Provides: libapt-inst1.2 Depends: libapt-pkg4.10, libc6 (>= 2.4), libdb4.8, libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Description: APT utility programs This package contains some APT utility programs such as apt-ftparchive, apt-sortpkgs and apt-extracttemplates. . apt-extracttemplates is used by debconf to prompt for configuration questions before installation. apt-ftparchive is used to create Package and other index files. apt-sortpkgs is a Package/Source file normalizer. Original-Maintainer: APT Development Team Package: erlang-syntax-tools Status: install ok installed Priority: optional Section: interpreters Installed-Size: 212 Maintainer: Ubuntu Developers Architecture: i386 Source: erlang Version: 1:13.b.3-dfsg-2ubuntu3 Replaces: erlang (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base-hipe (<< 1:13.b.3-dfsg-2ubuntu3), erlang-dev (<< 1:13.b.3-dfsg-2ubuntu3), erlang-doc-html (>> 1:13.b.3-dfsg-999), erlang-doc-html (<< 1:13.b.3-dfsg), erlang-examples (<< 1:13.b.3-dfsg-2ubuntu3), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:13.b.3-dfsg-2ubuntu3), erlang-src (<< 1:13.b.3-dfsg-2ubuntu3), erlang-x11 (<< 1:13.b.3-dfsg-2ubuntu3) Depends: erlang-base (= 1:13.b.3-dfsg-2ubuntu3) | erlang-base-hipe (= 1:13.b.3-dfsg-2ubuntu3) Suggests: erlang, erlang-manpages, erlang-doc-html Description: Erlang/OTP modules for handling abstract Erlang syntax trees Syntax_Tools contains modules for handling abstract Erlang syntax trees in a way that is compatible with the "parse trees" of the STDLIB module erl_parse, together with utilities for reading source files in unusual ways and pretty-printing syntax trees. Also it includes a module merger and renamer called Igor, as well as an automatic code-cleaner. Homepage: http://www.erlang.org/ Original-Maintainer: Debian Erlang Packagers Package: xserver-xorg-video-geode Status: install ok installed Priority: optional Section: x11 Installed-Size: 320 Maintainer: Martin-Éric Racine Architecture: i386 Version: 2.11.9-5 Replaces: xserver-xorg (<< 7.1), xserver-xorg-driver-geode Provides: xorg-driver-video, xserver-xorg-video-8, xserver-xorg-video-amd Depends: libc6 (>= 2.7), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.905-1ubuntu3) Recommends: xserver-xorg-video-cyrix, xserver-xorg-video-nsc Breaks: xserver-xorg-video-amd (<< 2.11.9-5) Conflicts: xserver-xorg-driver-geode Description: X.Org X server -- Geode GX2/LX display driver This package provides the 'geode' driver for the Geode family of chipsets, including NSC GX2 (Red Cloud), AMD GX and AMD LX series chips. . This package also provides the 'ztv' driver for the video input feature. . More information about X.Org can be found at: . This package is built from the X.Org xf86-video-geode driver module. Homepage: http://www.x.org/wiki/GeodeDriver Package: gnome-about Status: install ok installed Priority: optional Section: gnome Installed-Size: 320 Maintainer: Ubuntu Desktop Team Architecture: all Source: gnome-desktop Version: 1:2.32.0-0ubuntu1 Replaces: gnome-desktop-data (<< 2.12) Depends: python (>= 2.4), python-gtk2, python-gobject, python-gnome2, python-cairo, gnome-desktop-data (= 1:2.32.0-0ubuntu1) Conflicts: gnome-core (<< 1.5), gnome-desktop-data (<< 2.12) Description: The GNOME about box Informative little about thing that lets us brag to our friends as our name scrolls by, and lets users click to load the GNOME home pages. Original-Maintainer: Josselin Mouette Package: evolution-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 9760 Maintainer: Ubuntu Developers Architecture: all Source: evolution Version: 2.30.3-1ubuntu7.3 Replaces: evolution-documentation-cs, evolution-documentation-de, evolution-documentation-el, evolution-documentation-en, evolution-documentation-es, evolution-documentation-fr, evolution-documentation-mk, evolution-documentation-oc, evolution-documentation-ru, evolution-documentation-sv Provides: evolution-documentation-cs, evolution-documentation-de, evolution-documentation-el, evolution-documentation-en, evolution-documentation-es, evolution-documentation-fr, evolution-documentation-mk, evolution-documentation-oc, evolution-documentation-ru, evolution-documentation-sv Recommends: evolution Conflicts: evolution-documentation-cs, evolution-documentation-de, evolution-documentation-el, evolution-documentation-en, evolution-documentation-es, evolution-documentation-fr, evolution-documentation-mk, evolution-documentation-oc, evolution-documentation-ru, evolution-documentation-sv Description: architecture independent files for Evolution Evolution is a groupware suite which integrates mail, calendar, address book, to-do list and memo tools. . This package contains the architecture independent files needed by the evolution package. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: udev Status: install ok installed Priority: important Section: admin Installed-Size: 1480 Maintainer: Scott James Remnant Architecture: i386 Version: 162-2.2 Depends: libacl1 (>= 2.2.11-1), libc6 (>= 2.9), libglib2.0-0 (>= 2.16.0), libselinux1 (>= 1.32), libusb-0.1-4 (>= 2:0.1.12), upstart-job, module-init-tools (>= 3.2.1-0ubuntu3), initramfs-tools (>= 0.92bubuntu63), procps, adduser, util-linux (>> 2.15~rc2) Suggests: watershed Conffiles: /etc/udev/rules.d/README 3b6de9f3f911176734c66903b4f8735c /etc/udev/udev.conf 8b024b79a468658332fbf2586737907e /etc/init/udev.conf 57d33a5ba9c438b3be4275e908213535 /etc/init/udev-finish.conf 28ebb3ad2d2c6ca545d72f3f0769f448 /etc/init/udevtrigger.conf 437c1908cdc0a578e66e62ffae014b4c /etc/init/udevmonitor.conf b541dfb5aa4958e9a5336ecaec00ca15 Description: rule-based device node and kernel event manager udev is a collection of tools and a daemon to manage events received from the kernel and deal with them in user-space. Primarily this involves creating and removing device nodes in /dev when hardware is discovered or removed from the system. . Events are received via kernel netlink messaged and processed according to rules in /etc/udev/rules.d and /lib/udev/rules.d, altering the name of the device node, creating additional symlinks or calling other tools and programs including those to load kernel modules and initialise the device. Homepage: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html Package: defoma Status: install ok installed Priority: optional Section: admin Installed-Size: 564 Maintainer: Ubuntu Developers Architecture: all Version: 0.11.11ubuntu1 Depends: whiptail | dialog, file, perl Suggests: defoma-doc, psfontmgr, x-ttcidfont-conf, dfontmgr, libfont-freetype-perl Conflicts: defoma-gs, defoma-ps, defoma-x, dfontmgr (<< 0.10.0), psfontmgr (<< 0.5.0), x-ttcidfont-conf (<< 5) Enhances: debhelper Conffiles: /etc/defoma/csetenc-xenc.data2 9c531837b77b5aa1eccda5908b3e52c0 /etc/defoma/loc-cset.data a1cf760604f3e23379a7627801b6f6ee /etc/defoma/ps-cset-enc.data 6157a371f8dc61293908446ab5fee6b9 /etc/defoma/xenc-cset.data 5b5154fc63167fbd244a0157320eb49b Description: Debian Font Manager -- automatic font configuration framework Defoma, which stands for DEbian FOnt MAnager, provides a framework for automatic font configuration. An application whose configuration of fonts usually requires manual intervention can automate the process through Defoma, by installing a Defoma-configuration script. The script gets called whenever a font is installed and removed, so that the script may update the application configuration. . Font packages should register their fonts to Defoma in order to have them configured automatically for applications. Original-Maintainer: Debian QA Group Package: gwibber-service Status: install ok installed Priority: optional Section: misc Installed-Size: 468 Maintainer: Ubuntu Developers Architecture: all Source: gwibber Version: 2.32.2-0ubuntu2 Depends: python-dbus, python-notify, python-egenix-mxdatetime, python-simplejson, python-xdg, python-pycurl, python-gnomekeyring, python-oauth, python-imaging, python (>= 2.6), python-central (>= 0.6.11) Recommends: python-desktopcouch-records, python-libproxy (>= 0.3.1), python-indicate (>= 0.3.0) Conflicts: gwibber (<< 2.29.1~bzr506-0ubuntu1) Description: Open source social networking client for GNOME Gwibber is a social networking client for GNOME. It supports Facebook, Twitter, Identi.ca, StatusNet, FriendFeed, Qaiku, Flickr, and Digg. . This package includes the Gwibber desktop service Homepage: https://launchpad.net/gwibber Python-Version: >=2.6 Package: python-httplib2 Status: install ok installed Priority: optional Section: python Installed-Size: 148 Maintainer: Ubuntu Developers Architecture: all Version: 0.6.0-3build1 Depends: python2.6, python (>= 2.6.5-11~), python (<< 2.7) Description: comprehensive HTTP client library written for Python httplib2.py supports many features left out of other HTTP libraries. * HTTP and HTTPS * Keep-Alive * Authentication * Caching * All Methods * Redirects * Compression * Lost update support * Unit Tested . This package provides module for python2 series. Original-Maintainer: Luca Falavigna Homepage: http://code.google.com/p/httplib2/ Package: openoffice.org-writer Status: install ok installed Priority: optional Section: editors Installed-Size: 21388 Maintainer: Ubuntu Core Developers Architecture: i386 Source: openoffice.org Version: 1:3.2.1-7ubuntu1 Replaces: openoffice.org (<< 1.9), openoffice.org-common (<< 1:2.3.1), openoffice.org-debian-files, openoffice.org2-writer (<< 1:3.2.1-7ubuntu1) Provides: openoffice.org2-writer Depends: openoffice.org-core (= 1:3.2.1-7ubuntu1), openoffice.org-base-core (= 1:3.2.1-7ubuntu1), libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libicu42 (>= 4.2-1), libstdc++6 (>= 4.1.1), libstlport4.6ldbl, libwpd8c2a, libwps-0.1-1, ure (>= 1.4.0), zlib1g (>= 1:1.1.4) Recommends: openoffice.org-emailmerge, openoffice.org-math Suggests: openoffice.org-gcj, openoffice.org-base, openoffice.org-filter-binfilter, default-jre | gcj-jre | java-gcj-compat | openjdk-6-jre | sun-java5-jre | sun-java6-jre | java5-runtime | jre, openoffice.org-java-common (>= 1:3.2.1~) Conflicts: openoffice.org-debian-files, openoffice.org-java-common (<= 1:2.3.1), openoffice.org2-writer (<< 1:3.2.1-7ubuntu1) Description: office productivity suite -- word processor OpenOffice.org 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 OpenOffice.org. Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: libdjvulibre21 Status: install ok installed Priority: optional Section: libs Installed-Size: 1596 Maintainer: Ubuntu Developers Architecture: i386 Source: djvulibre Version: 3.5.22-9ubuntu1 Replaces: libdjvulibre1, libdjvulibre15 Depends: libc6 (>= 2.11), libgcc1 (>= 1:4.1.1), libjpeg62, libstdc++6 (>= 4.1.1), libdjvulibre-text (>= 3.5.22-9ubuntu1) Conflicts: libdjvulibre1 Description: Runtime support for the DjVu image format DjVu runtime library. Homepage: http://djvu.sourceforge.net/ Original-Maintainer: Barak A. Pearlmutter Package: libpixman-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 560 Maintainer: Ubuntu Developers Architecture: i386 Source: pixman Version: 0.18.4-1 Depends: libc6 (>= 2.4) Description: pixel-manipulation library for X and cairo A library for manipulating pixel regions -- a set of Y-X banded rectangles, image compositing using the Porter/Duff model and implicit mask generation for geometric primitives including trapezoids, triangles, and rectangles. Original-Maintainer: Debian X Strike Force Package: libxklavier16 Status: install ok installed Priority: optional Section: libs Installed-Size: 168 Maintainer: Ubuntu Developers Architecture: i386 Source: libxklavier Version: 5.0-2 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0), libx11-6, libxi6 (>= 2:1.1.2), libxkbfile1, libxml2 (>= 2.7.4), xkb-data (>= 0.8) | xkb-data-legacy, x11-xkb-utils Suggests: iso-codes Description: X Keyboard Extension high-level API Libxklavier provides programmers an API for high(er) level access to the X Keyboard Extension, to ease creating XKB related applications. Original-Maintainer: Debian GNOME Maintainers Homepage: http://www.freedesktop.org/wiki/Software/LibXklavier Package: compiz-gnome Status: install ok installed Priority: optional Section: x11 Installed-Size: 276 Maintainer: Ubuntu Core Developers Architecture: i386 Source: compiz Version: 1:0.8.6-0ubuntu9.1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libdecoration0 (>= 0.8.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.12.0), libgnome-desktop-2-17 (>= 1:2.29.92), libgnome-window-settings1 (>= 1:2.17.5), libgtk2.0-0 (>= 2.18.0), libmetacity-private0 (>= 1:2.26.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libstartup-notification0 (>= 0.10), libwnck22 (>= 1:2.22), libx11-6, libxcursor1 (>> 1.1.2), libxrender1, gconf2 (>= 2.28.1-2), compiz-plugins (= 1:0.8.6-0ubuntu9.1), compizconfig-backend-gconf (>= 0.7.4) Suggests: gnome-themes Description: OpenGL window and compositing manager - GNOME window decorator Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This package contains files needed to integrate compiz with the GNOME desktop environment. Original-Maintainer: Debian X Strike Force Package: libgee2 Status: install ok installed Priority: optional Section: libs Installed-Size: 344 Maintainer: Ubuntu Developers Architecture: i386 Source: libgee Version: 0.5.3-0ubuntu1 Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.24.0) Description: GObject based collection library libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. . libgee provides the following interfaces: * Iterable * Collection * List * Set * Iterator * Map . The ArrayList, HashSet, and HashMap classes provide a reasonable sample implementation of the List, Set, and Map interfaces. ReadOnlyCollection, ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes that prevent modification of the underlying collection. . libgee is written in Vala and can be used like any GObject-based C library. It's planned to provide bindings for further languages. . This package contains the shared libraries. Homepage: http://live.gnome.org/Libgee Original-Maintainer: Maintainers of Vala packages Package: iptables Status: install ok installed Priority: important Section: net Installed-Size: 1616 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1.4.4-2ubuntu3 Depends: libc6 (>= 2.7) Description: administration tools for packet filtering and NAT These are the user-space administration tools for the Linux kernel's netfilter and iptables. netfilter and iptables provide a framework for stateful and stateless packet filtering, network and port address translation, and other IP packet manipulation. The framework is the successor to ipchains. . netfilter and iptables are used in applications such as Internet connection sharing, firewalls, IP accounting, transparent proxying, advanced routing and traffic control. Homepage: http://www.netfilter.org/ Original-Maintainer: Laurence J. Lane Package: libxml-twig-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 552 Maintainer: Ubuntu Developers Architecture: all Version: 1:3.34-1ubuntu1 Depends: perl, libxml-parser-perl Recommends: libtext-iconv-perl, libtie-ixhash-perl, libxml-xpath-perl | libxml-xpathengine-perl, libwww-perl, libhtml-parser-perl Suggests: libunicode-map8-perl, libunicode-string-perl, xml-twig-tools Description: Perl module for processing huge XML documents in tree mode This module provides a way to process XML documents. It is built on top of XML::Parser. . The module offers a tree interface to the document, while allowing to output the parts of it that have been completely processed. . It allows minimal resource (CPU and memory) usage by building the tree only for the parts of the documents that need actual processing, through the use of the twig_roots and twig_print_outside_roots options. The finish and finish_print methods also help to increase performance. . XML::Twig tries to make simple things easy so it tries its best to takes care of a lot of the (usually) annoying (but sometimes necessary) features that come with XML and XML::Parser. Homepage: http://www.xmltwig.com/ Original-Maintainer: Bart Martens Package: libmetacity-private0 Status: install ok installed Priority: optional Section: libs Installed-Size: 256 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: metacity Version: 1:2.30.2-0ubuntu1 Replaces: libmetacity0 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libcanberra-gtk0 (>= 0.2), libcanberra0 (>= 0.2), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.20.0), libice6 (>= 1:1.0.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsm6, libstartup-notification0 (>= 0.10), libx11-6, libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:4.0.1), libxinerama1, libxrandr2, libxrender1, metacity-common (>= 1:2.30), metacity-common (<< 1:2.31) Conflicts: libmetacity0 Description: library for the Metacity window manager Metacity is a small window manager, using GTK+ to do everything. . As the author says, metacity is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the shared library. Original-Maintainer: Debian GNOME Maintainers Package: bash Essential: yes Status: install ok installed Priority: required Section: shells Installed-Size: 1212 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.1-2ubuntu4 Replaces: bash-completion (<< 20060301-0), bash-doc (<= 2.05-1) Depends: base-files (>= 2.1.12), debianutils (>= 2.15) Pre-Depends: dash, libc6 (>= 2.11), libncurses5 (>= 5.7+20100313) Recommends: bash-completion (>= 20060301-0) Suggests: bash-doc Conflicts: bash-completion (<< 20060301-0) Conffiles: /etc/skel/.bashrc 55dc7ec44bb9d0f7a1bbadd46509a6cc /etc/skel/.profile ecb6d3479ac3823f1da7f314d871989b /etc/skel/.bash_logout 22bfb8c1dd94b5f3813a2b25da67463f /etc/bash.bashrc 856b64d15f052027a6807413e9035d3f Description: The GNU Bourne Again SHell Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . Bash is ultimately intended to be a conformant implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2). . The Programmable Completion Code, by Ian Macdonald, is now found in the bash-completion package. Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html Original-Maintainer: Matthias Klose Package: make Status: install ok installed Priority: standard Section: devel Installed-Size: 1208 Maintainer: Ubuntu Developers Architecture: i386 Source: make-dfsg Version: 3.81-8 Depends: libc6 (>= 2.4) Suggests: make-doc Description: An utility for Directing compilation. GNU Make is an utility which controls the generation of executables and other target files of a program from the program's source files. It determines automatically which pieces of a large program need to be (re)created, and issues the commands to (re)create them. Make is not limited to programs and executable, it can be applied to any task where a set of target files must be created based on a set of input files, based on dependency and processing rules. Indeed, Make is a general purpose dependency solver. Original-Maintainer: Manoj Srivastava Homepage: http://www.gnu.org/software/make/ Package: libapparmor-perl Status: install ok installed Priority: extra Section: perl Installed-Size: 152 Maintainer: Ubuntu Core Developers Architecture: i386 Source: apparmor Version: 2.5.1-0ubuntu0.10.10.3 Depends: perl (>= 5.10.1-12ubuntu2), perlapi-5.10.1, libapparmor1, libc6 (>= 2.4) Description: AppArmor library Perl bindings Perl module providing bindings to libapparmor via swig. Homepage: http://apparmor.wiki.kernel.org/ Package: util-linux Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 1620 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 2.17.2-0ubuntu1.10.10.1 Replaces: e2fsprogs (<= 1.41.8-1ubuntu1), fdisk, linux32, miscutils, schedutils, setterm, sparc-utils Provides: linux32, schedutils Depends: upstart-job, lsb-base (>= 3.0-6), tzdata (>= 2006c-2), dpkg (>= 1.15.4) | install-info Pre-Depends: libblkid1 (>= 2.17), libc6 (>= 2.11), libncurses5 (>= 5.7+20100313), libselinux1 (>= 1.32), libslang2 (>= 2.0.7-1), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Suggests: util-linux-locales, kbd | console-tools, dosfstools Breaks: udev (<< 136-1) Conflicts: console-tools (<< 1:0.2.3-21), fdisk, kbd (<< 1.05-3), linux32, schedutils, setterm Conffiles: /etc/init/hwclock.conf 132aa3db7e5a8cf55168e4866052208a /etc/init/hwclock-save.conf 4a002046525e338fc23e4418602865c9 Description: Miscellaneous system utilities This package contains a number of important utilities, most of which are oriented towards maintenance of your system. Some of the more important utilities included in this package allow you to partition your hard disk, view kernel messages, and create new filesystems. Original-Maintainer: LaMont Jones Package: liblouis-data Status: install ok installed Priority: extra Section: text Installed-Size: 4628 Maintainer: Ubuntu Developers Architecture: all Source: liblouis Version: 2.0.0-1ubuntu1 Description: Braille translation library - data Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). New languages can easily be added through tables that support a rule- or dictionary based approach. Included are also tools for testing and debugging tables. . This package contains runtime data. Homepage: http://code.google.com/p/liblouis/ Original-Maintainer: Debian Accessibility Team Package: python-desktopcouch-records Status: install ok installed Priority: optional Section: python Installed-Size: 232 Maintainer: Ubuntu Developers Architecture: all Source: desktopcouch Version: 0.6.9b-0ubuntu1 Depends: python, python-central (>= 0.6.11), python-dbus, python-couchdb, desktopcouch, python-gtk2, python-gnomekeyring, python-oauth Description: Transitional package, desktop CouchDB Records API A Python library for the Desktop CouchDB Records API. Homepage: http://launchpad.net/desktopcouch Python-Version: current Package: speech-dispatcher Status: install ok installed Priority: optional Section: sound Installed-Size: 1272 Maintainer: Ubuntu Accessibility Developers Architecture: i386 Version: 0.7-5ubuntu3 Depends: adduser, lsb-base (>= 3.0-10), dpkg (>= 1.15.4) | install-info, libasound2 (>> 1.0.22), libc6 (>= 2.4), libdotconf1.0, libespeak1 (>= 1.30), libglib2.0-0 (>= 2.24.0), libpulse0, libspeechd2 Suggests: speech-dispatcher-festival (= 0.7-5ubuntu3), speech-dispatcher-doc-cs (= 0.7-5ubuntu3), speech-dispatcher-flite (= 0.7-5ubuntu3) Conflicts: libspeechd1 (<< 0.5) Conffiles: /etc/default/speech-dispatcher 69c4c0447f3a821ffd53c4557f8c3547 /etc/init.d/speech-dispatcher d606762520d71da020ae229004b872ad /etc/logrotate.d/speech-dispatcher 9c821484c5fe70f2bc42dfeb690fdcf2 /etc/speech-dispatcher/modules/cicero.conf 13b93892af06bbb4d05e0a5900aa054b /etc/speech-dispatcher/modules/dtk-generic.conf 5e3c1164de36daa0aa1a48209402c4f6 /etc/speech-dispatcher/modules/epos-generic.conf 10e1c73204d433165464223aca882181 /etc/speech-dispatcher/modules/espeak-generic.conf 0bf1cf3780c3df8e3304203933712f22 /etc/speech-dispatcher/modules/espeak-mbrola-generic.conf 4bf041e3d157ec5029c1f773b155ee63 /etc/speech-dispatcher/modules/espeak.conf 66bef02a5b5f0566c0e255e09ad79c0d /etc/speech-dispatcher/modules/festival.conf cfd2100f11ec05ee88bf32dd633e4452 /etc/speech-dispatcher/modules/flite.conf efe8cb1e0584b68f6ca36a039c206f16 /etc/speech-dispatcher/modules/ibmtts.conf 7dba83f9041183a36848dd1baf2d11c0 /etc/speech-dispatcher/modules/ivona.conf 9e5b8c645badedaa921e7c2a8494c4ac /etc/speech-dispatcher/modules/llia_phon-generic.conf 03017ee31d9b483a63508792b0ecd342 /etc/speech-dispatcher/modules/swift-generic.conf d994780bb35f2e58f68bb5306adbe032 /etc/speech-dispatcher/clients/emacs.conf 1e4a735e3fe42e5f24703200e77c8ce0 /etc/speech-dispatcher/clients/gnome-speech.conf 988bbb2a7d3c75bd42b0b897aaf6d48e /etc/speech-dispatcher/speechd.conf 1f826e524e455cdfb747b6b98124c9ce Description: Common interface to speech synthesizers Speech Dispatcher provides a device independent layer for speech synthesis. This package contains Speech Dispatcher itself. Homepage: http://www.freebsoft.org/speechd Original-Maintainer: Milan Zamazal Package: libxcursor1 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: i386 Source: libxcursor Version: 1:1.1.10-2 Depends: libc6 (>= 2.4), libx11-6 (>= 0), libxfixes3 (>= 1:4.0.1), libxrender1 Description: X cursor management library Xcursor is a simple library designed to help locate and load cursors for the X Window System. Cursors can be loaded from files or memory and can exist in several sizes; the library automatically picks the best size. When using images loaded from files, Xcursor prefers to use the Render extension's CreateCursor request for rendering cursors. Where the Render extension is not supported, Xcursor maps the cursor image to a standard X cursor and uses the core X protocol CreateCursor request. Original-Maintainer: Debian X Strike Force Package: libindicator1 Status: install ok installed Priority: optional Section: libs Installed-Size: 92 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libindicator Version: 0.3.14-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.22), libgtk2.0-0 (>= 2.18), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4) Description: panel indicator applet - shared library This library contains information to build indicators to go into the indicator applet. . This package contains the library itself. Homepage: https://launchpad.net/libindicator Original-Maintainer: The Ayatana Packagers Package: xfonts-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 516 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:7.5+2 Replaces: fonttosfnt (<< 1.0.4), xutils (<< 1:1.0.1-1) Depends: libc6 (>= 2.8), libfontenc1, libfreetype6 (>= 2.2.1), libxfont1 (>= 1:1.2.9), zlib1g (>= 1:1.1.4), x11-common, xfonts-encodings Description: X Window System font utility programs xfonts-utils provides a set of utility programs shipped with the X Window System that are needed for font management. . The programs in this package include: - bdftopcf, which converts BDF fonts to PCF fonts; - bdftruncate and ucs2any, tools to generate fonts with various encodings from ISO 10646-encoded fonts - mkfontdir, a program to generate fonts.dir files; - mkfontscale, a program to generate fonts.scale files; - fonttosfnt, a program to wrap bitmap fonts in a sfnt (TrueType) wrapper. Original-Maintainer: Debian X Strike Force Package: update-manager Status: install ok installed Priority: optional Section: gnome Installed-Size: 1656 Maintainer: Michael Vogt Architecture: all Version: 1:0.142.22 Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), python2.6, gconf2 (>= 2.28.1-2), update-manager-core (= 1:0.142.22), synaptic (>= 0.57.8), gksu, python-dbus, python-vte, python-gconf Recommends: software-properties-gtk (>= 0.71.2) Description: GNOME application that manages apt updates This is the GNOME apt update manager. It checks for updates and lets the user choose which to install. Python-Version: 2.6 Package: libmeanwhile1 Status: install ok installed Priority: optional Section: libs Installed-Size: 240 Maintainer: Ubuntu Developers Architecture: i386 Source: meanwhile Version: 1.0.2-3build2 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.12.0) Description: open implementation of the Lotus Sametime Community Client protocol This library provides the basic Lotus Sametime Community Client session functionality along with the core services; Presence, Messaging, and Conferencing. . Homepage: http://meanwhile.sourceforge.net/ Original-Maintainer: Chris Vanden Berghe Package: libgnome-mag2 Status: install ok installed Priority: optional Section: libs Installed-Size: 140 Maintainer: Ubuntu Accessibility Developers Architecture: i386 Source: gnome-mag Version: 1:0.16.1-2ubuntu1 Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.12.0), liborbit2 (>= 1:2.14.10) Conflicts: libgnome-mag1 (= 0.11.10-1) Description: screen magnification library for the GNOME desktop (shared library) The GNOME magnification library provides an API for creating and controlling a screen magnifier. . This package provides the shared libraries. Homepage: http://live.gnome.org/GnomeMag Original-Maintainer: Daniel Ruoso Package: libmusicbrainz4c2a Status: install ok installed Priority: optional Section: libs Installed-Size: 236 Maintainer: Ubuntu Developers Architecture: i386 Source: libmusicbrainz-2.1 Version: 2.1.5-4 Depends: libc6 (>= 2.4), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Description: Second generation incarnation of the CD Index - library MusicBrainz indexes both digital compressed audio (MP3/Ogg Vorbis) and digital audio CDs. Original-Maintainer: Debian QA Group Homepage: http://musicbrainz.org Package: computer-janitor-gtk Status: install ok installed Priority: optional Section: admin Installed-Size: 180 Maintainer: Ubuntu Developers Architecture: all Source: computer-janitor Version: 2.0.4-0ubuntu1.1 Replaces: system-cleaner-gtk Depends: python (<< 2.7), python (>= 2.6), computer-janitor (= 2.0.4-0ubuntu1.1), python-gtk2 (>= 2.16), gksu Conflicts: system-cleaner-gtk Description: Clean up a system so it's more like a freshly installed one Over time, a computer system tends to get cluttered. For example, software packages that are no longer needed can be uninstalled. When the system is upgraded from release to release, it may miss out on configuration tweaks that freshly installed systems get. . Computer Janitor is an application to fix these kinds of problems. It attempts to find software packages that can be removed, and tweak the system configuration in useful ways. . This is the GNOME version. Homepage: https://wiki.ubuntu.com/CleanupCruft Original-Maintainer: Julian Andres Klode Package: avahi-daemon Status: install ok installed Priority: optional Section: net Installed-Size: 396 Maintainer: Ubuntu Core Developers Architecture: i386 Source: avahi Version: 0.6.27-2ubuntu3 Depends: libavahi-common3 (>= 0.6.16), libavahi-core7 (>= 0.6.24), libc6 (>= 2.8), libcap2 (>= 2.10), libdaemon0 (>= 0.13), libdbus-1-3 (>= 1.1.1), libexpat1 (>= 1.95.8), upstart-job, adduser, dbus (>= 1.2.16-0ubuntu3), lsb-base (>= 3.0-6), bind9-host | host Recommends: libnss-mdns Suggests: avahi-autoipd Conffiles: /etc/avahi/avahi-daemon.conf bd8d4eda789abe26c48c1f1f74d19551 /etc/avahi/hosts 186990ae1edac95a88dbef6a36a07716 /etc/network/if-up.d/avahi-daemon 19057755be7963e97943d32a959d5193 /etc/resolvconf/update-libc.d/avahi-daemon 2cf53ff5a00f9d1fed653a2913de5bc7 /etc/init/avahi-daemon.conf 9991e61a61804bcf346ea8467961c891 /etc/default/avahi-daemon 292bdbb95b392a71a0c363eb58b3a119 /etc/dbus-1/system.d/avahi-dbus.conf 4b8ff37c10615ae704b7827a438ff534 Description: Avahi mDNS/DNS-SD daemon Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the Avahi Daemon which represents your machine on the network and allows other applications to publish and resolve mDNS/DNS-SD records. Homepage: http://avahi.org/ Original-Maintainer: Utopia Maintenance Team Package: rhythmbox-plugin-cdrecorder Status: install ok installed Priority: optional Section: gnome Installed-Size: 144 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: rhythmbox Version: 0.13.1-0ubuntu6 Replaces: rhythmbox (<< 0.12.6-4) Depends: libatk1.0-0 (>= 1.29.3), libbrasero-media1 (>= 2.31.91), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.6), libgtk2.0-0 (>= 2.16.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), rhythmbox (= 0.13.1-0ubuntu6), zlib1g (>= 1:1.1.4) Conflicts: rhythmbox (<< 0.12.6-4) Description: burning plugin for rhythmbox music player Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). Originally inspired by Apple's iTunes, the current version also supports Internet Radio, iPod integration and generic portable audio player support, Audio CD burning, Audio CD playback, music sharing, and Podcasts. . This package contains the brasero based CD/DVD burning plugin. Original-Maintainer: Loic Minier Package: python-uno Status: install ok installed Priority: optional Section: python Installed-Size: 492 Maintainer: Ubuntu Core Developers Architecture: i386 Source: openoffice.org Version: 1:3.2.1-7ubuntu1 Replaces: openoffice.org-common (<< 1.9.82) Depends: openoffice.org-core (= 1:3.2.1-7ubuntu1), python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), libc6 (>= 2.3.4), libgcc1 (>= 1:4.1.1), libpython2.6 (>= 2.6), libstdc++6 (>= 4.1.1), libstlport4.6ldbl, ure (>= 1.4.0) Enhances: openoffice.org Description: Python-UNO bridge The Python-UNO bridge allows use of the standard OpenOffice.org 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 OpenOffice.org process and can be called from C++ or the built in StarBasic scripting language. Homepage: http://udk.openoffice.org/python/python-bridge.html Original-Maintainer: Debian OpenOffice Team Python-Version: current Package: gstreamer0.10-x Status: install ok installed Priority: optional Section: libs Installed-Size: 288 Maintainer: Ubuntu Developers Architecture: i386 Source: gst-plugins-base0.10 Version: 0.10.30-2 Provides: gstreamer0.10-videosink Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.20.0), libgstreamer0.10-0 (>= 0.10.30), libpango1.0-0 (>= 1.18.0), libx11-6, libxext6, libxv1, libgstreamer-plugins-base0.10-0 (>= 0.10.30) Description: GStreamer plugins for X11 and Pango GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugins for X11 video output, both for standard Xlib support and for the Xv extension, as well as the plugin for Pango-based text rendering and overlay. Original-Maintainer: Maintainers of GStreamer packages Homepage: http://gstreamer.freedesktop.org Gstreamer-Elements: clockoverlay, textoverlay, textrender, timeoverlay, ximagesink, xvimagesink Gstreamer-Version: 0.10 Package: ubuntu-minimal Status: install ok installed Priority: optional Section: metapackages Installed-Size: 60 Maintainer: Matt Zimmerman Architecture: i386 Source: ubuntu-meta Version: 1.207 Depends: adduser, apt, apt-utils, bzip2, console-setup, debconf, dhcp3-client, eject, gnupg, ifupdown, initramfs-tools, iproute, iputils-ping, kbd, less, locales, lsb-release, makedev, mawk, module-init-tools, net-tools, netbase, netcat-openbsd, ntpdate, passwd, procps, python, rsyslog, sudo, tzdata, ubuntu-keyring, udev, upstart, ureadahead, vim-tiny, whiptail Description: Minimal core of Ubuntu This package depends on all of the packages in the Ubuntu minimal system, that is a functional command-line system with the following capabilities: . - Boot - Detect hardware - Connect to a network - Install packages - Perform basic diagnostics . It is also used to help ensure proper upgrades, so it is recommended that it not be removed. Package: popularity-contest Status: install ok installed Priority: optional Section: misc Installed-Size: 192 Maintainer: Ubuntu Core Developers Architecture: all Version: 1.48ubuntu1 Provides: popcon Depends: debconf (>= 0.5) | debconf-2.0, dpkg (>= 1.10) Recommends: cron | fcron Suggests: anacron Conffiles: /etc/cron.daily/popularity-contest e5712443c40fa3780de7ae77692caeb7 Description: Vote for your favourite packages automatically The popularity-contest package sets up a cron job that will periodically anonymously submit to the Ubuntu developers statistics about the most used Ubuntu packages on this system. . This information helps us making decisions such as which packages should go on the first CD. It also lets us improve future versions of Ubuntu so that the most popular packages are the ones which are installed automatically for new users. Homepage: http://popcon.ubuntu.com/ Original-Maintainer: Popularity Contest Developers Package: apparmor Status: install ok installed Priority: extra Section: admin Installed-Size: 1284 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 2.5.1-0ubuntu0.10.10.3 Replaces: apparmor-parser, libapache2-mod-apparmor (<< 2.5.1-0ubuntu0.10.10.1) Depends: libc6 (>= 2.8), debconf (>= 0.5) | debconf-2.0, lsb-base, initramfs-tools, debconf Suggests: apparmor-profiles, apparmor-docs Conflicts: libapache2-mod-apparmor (<< 2.5.1-0ubuntu0.10.10.1) Conffiles: /etc/apparmor/subdomain.conf ffb2767527f3930e05f4a573f0bdd359 /etc/apparmor/functions 7009dc83b7cef50c5805289a6aa6cf33 /etc/apparmor.d/local/README 91840093ce5bd8ed26eb641f5a62269b /etc/apparmor.d/tunables/alias 057c60590585211ab35baaa3f24b4473 /etc/apparmor.d/tunables/global a627df21f536b456ac523ecfc6389567 /etc/apparmor.d/tunables/home fa32b506367462ad0a34ef86f062274a /etc/apparmor.d/tunables/proc 1f1f6bc02cca9ee7bd924990f45b6719 /etc/apparmor.d/abstractions/X 169aa5146de3a928dcb49fc338b3b408 /etc/apparmor.d/abstractions/apache2-common ef41acb01160ff260e494a620e438e7a /etc/apparmor.d/abstractions/aspell 808d82d5bf967be848c2430aa156d738 /etc/apparmor.d/abstractions/audio f589b6419325ddcdd316fe5650734c14 /etc/apparmor.d/abstractions/authentication 014436c80fc86662e333762b260b25fc /etc/apparmor.d/abstractions/base b5165d95c8151519104312bedbd34e1d /etc/apparmor.d/abstractions/bash 1e603377365a2b496ad14c39ab93a43c /etc/apparmor.d/abstractions/consoles 1c56f14b32f38a95940ee66f39ee344e /etc/apparmor.d/abstractions/cups-client 65800f5949388fdeb2c7fba920fd683a /etc/apparmor.d/abstractions/dbus bf3319abd8e929de8eaf6ad797517da9 /etc/apparmor.d/abstractions/dbus-session c95e6bfc8098063a2e4c5789df0ca31e /etc/apparmor.d/abstractions/fonts 54c3184e0ef0c985acf341e70dec3e09 /etc/apparmor.d/abstractions/freedesktop.org 3f30eb00d8187a3844f156f90900ca94 /etc/apparmor.d/abstractions/gnome b73f20559a467114ec58d8d2c4111eea /etc/apparmor.d/abstractions/gnupg 5e9d013a751456f528c45b0d358cb198 /etc/apparmor.d/abstractions/kde 237d2d9d0804d9afaa8219201a1aa425 /etc/apparmor.d/abstractions/kerberosclient fe3123124e123622308afc7d5dde6314 /etc/apparmor.d/abstractions/launchpad-integration 1f94d1b109c48a8426043d2d0bb96791 /etc/apparmor.d/abstractions/likewise 191405d648dffb6ee096380ec58b0feb /etc/apparmor.d/abstractions/mdns c1be5aba2456fc828c5a52b805e8ecc9 /etc/apparmor.d/abstractions/mysql e23ca894878c6e674e15590494d55eb1 /etc/apparmor.d/abstractions/nameservice 1f326e9bb608c629749cc7cb83eb54e4 /etc/apparmor.d/abstractions/nis 732bf528a80d488b1a1c73833f9c7a41 /etc/apparmor.d/abstractions/nvidia 6f498b217d4e654c0c2d1e0f9ea2b161 /etc/apparmor.d/abstractions/orbit2 98b6459f02e5c68e6ef83dced628ea5f /etc/apparmor.d/abstractions/perl 21594982d5e15cb0bd512c606ca2a8bc /etc/apparmor.d/abstractions/php5 6900efafb697bec0975237ca47dd8dc2 /etc/apparmor.d/abstractions/private-files 34402a519ed478c23d523b02905b00df /etc/apparmor.d/abstractions/private-files-strict b46c8009907b4487dad1e8c127dd6783 /etc/apparmor.d/abstractions/python eed9eb616a4d48f2a2e1e85d5bf7a439 /etc/apparmor.d/abstractions/ruby ecf63603f2e5e361db1d6da147a0344c /etc/apparmor.d/abstractions/samba 1bcbd26c82b3beae75038dfe510483f1 /etc/apparmor.d/abstractions/smbpass d232b998a11b7e228ed1cc855203e5a9 /etc/apparmor.d/abstractions/ssl_certs 53469356638a71742100008e516216ee /etc/apparmor.d/abstractions/ssl_keys 63825438a89ec4e5a9919c29328341f5 /etc/apparmor.d/abstractions/svn-repositories b37224300ec5f1962401d4e4a92fb9bf /etc/apparmor.d/abstractions/ubuntu-bittorrent-clients 5afbde1c87e88f0d2799657c5968017f /etc/apparmor.d/abstractions/ubuntu-browsers 35732d9a537776d1c7b3be96a0b76a20 /etc/apparmor.d/abstractions/ubuntu-console-browsers 6830175c9f34dc6f564621335b0ecf4b /etc/apparmor.d/abstractions/ubuntu-console-email 2982ed723f26c8b18915ed91cee37c2a /etc/apparmor.d/abstractions/ubuntu-email 7e8b3fac99ca9298e41014ebce37f484 /etc/apparmor.d/abstractions/ubuntu-feed-readers aebfa4e4b4332056f5353e24c1f0e5cb /etc/apparmor.d/abstractions/ubuntu-gnome-terminal 20367987581a7eacd6357b23fce2a086 /etc/apparmor.d/abstractions/ubuntu-konsole 56ae3ce092307a3ee63b52a952e9ef35 /etc/apparmor.d/abstractions/ubuntu-media-players 8d948ca4e93559cda4af0b67e3354b4d /etc/apparmor.d/abstractions/ubuntu-xterm 87aceb7071ad5acc39a7ab9e24933e08 /etc/apparmor.d/abstractions/user-download cc7ea4934a18732d43d6a97bc5c375b1 /etc/apparmor.d/abstractions/user-mail 24f709ba82edc0a82dba36f866f69d8d /etc/apparmor.d/abstractions/user-manpages 96dcf2fdb56661f9c17246d2dce7b9e6 /etc/apparmor.d/abstractions/user-tmp 225d9070e1cf893a989ea7e825a5530f /etc/apparmor.d/abstractions/user-write d126c6ef43834e44d13d5be1376f6fe4 /etc/apparmor.d/abstractions/video 2194baba2007ea20698441bc333f9446 /etc/apparmor.d/abstractions/web-data aa64cf96a002f762ee1d5787af8f0acb /etc/apparmor.d/abstractions/winbind 42bb34c6a4d81767891f888965e13566 /etc/apparmor.d/abstractions/wutmp ba681b4dced77fe976377df8947c980f /etc/apparmor.d/abstractions/xad 335c4c9707740cc3979676bf51e3eb71 /etc/apparmor.d/abstractions/ubuntu-browsers.d/java c23a23f0bfd61449aae8c1a2847e8e0d /etc/apparmor.d/abstractions/ubuntu-browsers.d/kde 9f0419b65bb90155b4b3af31c4cee886 /etc/apparmor.d/abstractions/ubuntu-browsers.d/mailto caa4a7b972048056cc1d9fd1919d2146 /etc/apparmor.d/abstractions/ubuntu-browsers.d/multimedia 84b58671512dd02cba47ff11b2eab299 /etc/apparmor.d/abstractions/ubuntu-browsers.d/plugins-common b1eb68718b830ece278bd5f8d9eccdc6 /etc/apparmor.d/abstractions/ubuntu-browsers.d/productivity aab59aa97d1c7dff5aa01579be655b98 /etc/apparmor.d/abstractions/ubuntu-browsers.d/text-editors e6dce2d5590413283fa7ef9ffc851fcf /etc/apparmor.d/abstractions/ubuntu-browsers.d/ubuntu-integration d5db0987a05b4b31dbaf4144533655d6 /etc/apparmor.d/abstractions/ubuntu-browsers.d/user-files b62d65e70c1aee8b5869e80ed0dd2e40 /etc/init.d/apparmor fd37edf3d0704af93ec228bf8ba61323 Description: User-space parser utility for AppArmor AppArmor Parser is a user level programs that is used to load in program profiles to the AppArmor Security kernel module. Homepage: http://apparmor.wiki.kernel.org/ Package: linux-headers-2.6.35-25 Status: install ok installed Priority: optional Section: devel Installed-Size: 78284 Maintainer: Ubuntu Kernel Team Architecture: all Source: linux Version: 2.6.35-25.44 Provides: linux-headers, linux-headers-2.6 Depends: coreutils | fileutils (>= 4.0) Description: Header files related to Linux kernel version 2.6.35 This package provides kernel header files for version 2.6.35, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-2.6.35-25/debian.README.gz for details Package: hplip Status: install ok installed Priority: optional Section: utils Installed-Size: 544 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 3.10.6-1ubuntu10.2 Replaces: hplip-base, hplip-data (<< 0.9.3), hplip-gui (<< 2.8.10) Depends: libc6 (>= 2.4), libcups2 (>= 1.4.0), libdbus-1-3 (>= 1.0.2), libhpmud0 (= 3.10.6-1ubuntu10.2), libsane (>= 1.0.11-3), libssl0.9.8 (>= 0.9.8m-1), libsane-hpaio (= 3.10.6-1ubuntu10.2), hplip-data (= 3.10.6-1ubuntu10.2), hpijs (= 3.10.6-1ubuntu10.2), python (>> 2.6), python (<< 2.7), python-support (>= 0.90.0), python-dbus (>= 0.80), python-imaging, python-pexpect, coreutils (>= 5.1.0), lsb-base (>= 3), adduser (>= 3.34), cups (>= 1.1.20), cups-client (>= 1.1.20), policykit-1 Recommends: sane-utils, avahi-daemon Suggests: kdeprint | gtklp | xpp, hplip-gui, hplip-doc, python-notify Conflicts: hpijs (<< 2.1), hplip-base, hplip-dbg (<< 3.10.5-1ubuntu1), hplip-gui (<< 2.8.10), hpoj Conffiles: /etc/dbus-1/system.d/com.hp.hplip.conf 3f3b1250ca68d54419d19d6ddf1b9ad4 Description: HP Linux Printing and Imaging System (HPLIP) The HP Linux Printing and Imaging System provides full support for printing on most HP SFP (single function peripheral) inkjets and many LaserJets, and for scanning, sending faxes and for photo-card access on most HP MFP (multi-function peripheral) printers. . HPLIP is composed of: * System services to handle communications with the printers * HP CUPS backend driver (hp:) with bi-directional communication with HP printers (provides printer status feedback to CUPS and enhanced HPIJS functionality such as 4-side full-bleed printing support) * HP CUPS backend driver for sending faxes (hpfax:) * hpcups CUPS Raster driver to turn rasterized input from the CUPS filter chain into the printer's native format (PCL, LIDIL, ...). (hpcups is shipped in a separate package) * HPIJS Ghostscript IJS driver to rasterize output from PostScript(tm) files or from any other input format supported by Ghostscript, and also for PostScript(tm) to fax conversion support (HPIJS is shipped in a separate package) * Command line utilities to perform printer maintenance, such as ink-level monitoring or pen cleaning and calibration * GUI and command line utility to download data from the photo card interfaces in MFP devices * GUI and command line utilities to interface with the fax functions * A GUI toolbox to access all these functions in a friendly way * HPAIO SANE backend (hpaio) for flatbed and Automatic Document Feeder (ADF) scanning using MFP devices . USB, JetDirect (network) and parallel-port devices are supported. Homepage: http://hplip.sourceforge.net/ Original-Maintainer: Debian HPIJS and HPLIP maintainers Python-Version: 2.6 Package: libfontenc1 Status: install ok installed Priority: optional Section: libs Installed-Size: 80 Maintainer: Ubuntu Developers Architecture: i386 Source: libfontenc Version: 1:1.0.5-2 Depends: libc6 (>= 2.7), zlib1g (>= 1:1.1.4) Description: X11 font encoding library libfontenc is a library which helps font libraries portably determine and deal with different encodings of fonts. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libfontenc Original-Maintainer: Debian X Strike Force Package: rsyslog Status: install ok installed Priority: important Section: admin Installed-Size: 712 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.2.0-2ubuntu8 Provides: linux-kernel-log-daemon, system-log-daemon Depends: libc6 (>= 2.4), zlib1g (>= 1:1.1.4), upstart-job, lsb-base (>= 3.2-14), adduser, ucf (>= 0.8) Recommends: logrotate Suggests: rsyslog-mysql | rsyslog-pgsql, rsyslog-doc, rsyslog-gnutls, rsyslog-gssapi, rsyslog-relp Conflicts: linux-kernel-log-daemon, system-log-daemon Conffiles: /etc/logcheck/ignore.d.server/rsyslog ab2fcd4afbeb84a6725e16601361ebb6 /etc/rsyslog.conf 122167e70d842179ebf06ca8d189a964 /etc/logrotate.d/rsyslog a5b57eb392a10dba65760e89dcdc508c /etc/init/rsyslog.conf 648f1539afb7ddbe8b5f26f1c12ef8e5 /etc/init/dmesg.conf 218f9baf50c95553d5b611d62de520e1 /etc/default/rsyslog 4101a0ab2d7993a19c7d4eb74bf6494b Description: enhanced multi-threaded syslogd Rsyslog is an enhanced syslogd supporting, amongst others: * reliable syslog over TCP and SSL/TLS * on-demand disk buffering * email alerting * writing to MySQL or PostgreSQL databases (via separate output plugins) * permitted sender lists * filtering on any part of the syslog message * on-the-wire message compression * fine grained output format control * backup log destinations . It is quite compatible to stock sysklogd and can be used as a drop-in replacement. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user. Homepage: http://www.rsyslog.com/ Original-Maintainer: Michael Biebl Original-Vcs-Browser: http://git.debian.org/?p=collab-maint/rsyslog.git;a=summary Original-Vcs-Git: git://git.debian.org/git/collab-maint/rsyslog.git Package: cpio Status: install ok installed Priority: required Section: utils Installed-Size: 900 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 2.11-4ubuntu1 Replaces: cpio-mt Depends: libc6 (>= 2.6), dpkg (>= 1.15.4) | install-info Conflicts: cpio-mt, mt-st (<< 0.6) Description: GNU cpio -- a program to manage archives of files GNU cpio is a tool for creating and extracting archives, or copying files from one place to another. It handles a number of cpio formats as well as reading and writing tar files. Original-Maintainer: Clint Adams Package: powermgmt-base Status: install ok installed Priority: optional Section: utils Installed-Size: 96 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.31 Replaces: apmd (<= 3.0.2-1.17) Depends: udev | makedev, libc6 (>= 2.3.4), module-init-tools Description: Common utils and configs for power management This package contains utilities and configuration files for power management that are common to APM and ACPI. Original-Maintainer: Chris Hanson Package: network-manager-gnome Status: install ok installed Priority: optional Section: gnome Installed-Size: 2148 Maintainer: Ubuntu Core Developers Architecture: i386 Source: network-manager-applet Version: 0.8.1+git.20100809t190028.290dc70-0ubuntu3 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglade2-0 (>= 1:2.6.1), libglib2.0-0 (>= 2.18.0), libgnome-bluetooth8 (>= 2.27.5), libgnome-keyring0 (>= 2.20.3), libgtk2.0-0 (>= 2.18.0), libnm-glib2 (>= 0.8.1~beta3~git.20100626t172728.44d2f9c), libnm-util1 (>= 0.8.1+git.20100627t160238.067ed11), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4), gconf2 (>= 2.28.1-2), network-manager (>= 0.8~rc2), gksu, mobile-broadband-provider-info (>= 20090622) Recommends: notification-daemon Conffiles: /etc/xdg/autostart/nm-applet.desktop 28a78328059fe56459bd205af1132077 /etc/dbus-1/system.d/nm-applet.conf f06bcc83e5cdec792907c4ca770e2f89 Description: network management framework (GNOME frontend) NetworkManager attempts to keep an active network connection available at all times. It is intended only for the desktop use-case, and is not intended for usage on servers. The point of NetworkManager is to make networking configuration and setup as painless and automatic as possible. If using DHCP, NetworkManager is _intended_ to replace default routes, obtain IP addresses from a DHCP server, and change nameservers whenever it sees fit. . This package contains a systray applet for GNOME's notification area but it also works for other desktop environments which provide a systray like KDE or XFCE. It displays the available networks and allows to easily switch between them. For encrypted networks it will prompt the user for the key/passphrase and it can optionally store them in the gnome-keyring. . Homepage: http://www.gnome.org/projects/NetworkManager/ Package: libstdc++6 Status: install ok installed Priority: required Section: libs Installed-Size: 1168 Maintainer: Ubuntu Core developers Architecture: i386 Source: gcc-4.5 Version: 4.5.1-7ubuntu2 Depends: gcc-4.5-base (= 4.5.1-7ubuntu2), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1) Conflicts: scim (<< 1.4.2-1) Description: The GNU Standard C++ Library v3 This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: libevolution Status: install ok installed Priority: optional Section: gnome Installed-Size: 5164 Maintainer: Ubuntu Developers Architecture: i386 Source: evolution Version: 2.30.3-1ubuntu7.3 Replaces: evolution (<< 2.29.1-1) Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libcamel1.2-14 (>= 2.30.3), libcamel1.2-14 (<< 2.31), libcanberra-gtk0 (>= 0.2), libcanberra0 (>= 0.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libebackend1.2-0 (>= 2.30.3), libebook1.2-9 (>= 2.30.3), libecal1.2-7 (>= 2.30.3), libedataserver1.2-13 (>= 2.30.3), libedataserverui1.2-8 (>= 2.30.3), libenchant1c2a (>= 1.6), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdata-google1.2-1 (>= 2.30.3), libgdata1.2-1 (>= 2.30.3), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgnome-desktop-2-17 (>= 1:2.29.92), libgnomecanvas2-0 (>= 2.11.1), libgtk2.0-0 (>= 2.20.0), libgtkhtml-editor0 (>= 1:3.30.2), libgtkhtml-editor0 (<< 1:3.31), libgtkhtml3.14-19 (>= 1:3.30.2), libgtkhtml3.14-19 (<< 1:3.31), libical0 (>= 0.42), libice6 (>= 1:1.0.0), liblaunchpad-integration1 (>= 0.1.17), libldap-2.4-2 (>= 2.4.7), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libnspr4-0d (>= 4.7.3-0ubuntu1~), libnss3-1d (>= 3.12.2~rc1), libpango1.0-0 (>= 1.20.0), libpng12-0 (>= 1.2.13-4), libpython2.6 (>= 2.6), libsm6, libsoup2.4-1 (>= 2.26.1), libsqlite3-0 (>= 3.7.2), libstartup-notification0 (>= 0.10), libunique-1.0-0 (>= 1.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Description: evolution libraries This package contains libraries used by evolution and the Anjal mail client. Homepage: http://www.gnome.org/projects/evolution/ Original-Maintainer: Debian Evolution Maintainers Package: libvisual-0.4-plugins Status: install ok installed Priority: optional Section: sound Installed-Size: 544 Maintainer: Ubuntu Developers Architecture: i386 Source: libvisual-plugins Version: 0.4.0.dfsg.1-2ubuntu5 Replaces: libvisual0.4-plugins Depends: libasound2 (>> 1.0.18), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libstdc++6 (>= 4.1.1), libvisual-0.4-0 (>= 0.4.0) Conflicts: libvisual0.4-plugins Description: Audio visualization framework plugins Plugins for the libvisual audio visualization framework. Original-Maintainer: Brandon Holtsclaw Package: libpcsclite1 Status: install ok installed Priority: optional Section: libs Installed-Size: 112 Maintainer: Ubuntu MOTU Developers Architecture: i386 Source: pcsc-lite Version: 1.5.5-3ubuntu2 Depends: libc6 (>= 2.4) Suggests: pcscd Conflicts: libpcsclite-dev (<< 1.5.5-3ubuntu2), pcscd (<< 1.5.5-3ubuntu2) Description: Middleware to access a smart card using PC/SC (library) The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smartcards and readers. . The PC/SC Lite library is used to connect to the PC/SC daemon from a client application and provide access to the desired reader. Homepage: http://pcsclite.alioth.debian.org/ Original-Maintainer: Ludovic Rousseau Package: x11-xfs-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 124 Maintainer: Ubuntu Developers Architecture: i386 Version: 7.4+1build2 Replaces: fslsfonts, fstobdf, showfont, xbase-clients (<= 1:7.2.ds2-3), xfsinfo, xutils (<= 1:7.1.ds.3-1) Depends: libc6 (>= 2.4), libfs6, libx11-6 (>= 0) Pre-Depends: x11-common (>= 1:7.0.0) Conflicts: fslsfonts, fstobdf, showfont, xfsinfo Description: X font server utilities x11-xfs-utils provides a set of utility programs useful on a system that uses an X font server. . The programs in this package include: - fslsfonts, a tool that lists fonts served by an X font server; - fstobdf, a tool which retrieves a font in BDF format from an X font server; - showfont, a font dumper for use with an X font server; - xfsinfo, an X font server information utility. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-video-i740 Status: install ok installed Priority: optional Section: x11 Installed-Size: 120 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:1.3.2-2build1 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-i740 Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.3.4), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-i740 Description: X.Org X server -- i740 display driver This package provides the driver for the Intel i740 family of video chipsets. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-i740 driver module. Original-Maintainer: Debian X Strike Force Package: zip Status: install ok installed Priority: optional Section: utils Installed-Size: 616 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.0-3 Replaces: zip-crypt (<= 2.30-2) Depends: libbz2-1.0, libc6 (>= 2.7) Recommends: unzip Conflicts: zip-crypt (<= 2.30-2) Description: Archiver for .zip files This is InfoZIP's zip program. It produces files that are fully compatible with the popular PKZIP program; however, the command line options are not identical. In other words, the end result is the same, but the methods differ. :-) . This version supports encryption. Original-Maintainer: Santiago Vila Homepage: http://www.info-zip.org/Zip.html Package: libprotoc6 Status: install ok installed Priority: extra Section: devel Installed-Size: 680 Maintainer: Ubuntu Core Developers Architecture: i386 Source: protobuf Version: 2.3.0-2ubuntu1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libprotobuf6, libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Description: protocol buffers compiler library Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the runtime library needed for the protocol buffer compiler. Homepage: http://code.google.com/p/protobuf/ Original-Maintainer: Iustin Pop Package: nautilus-sendto Status: install ok installed Priority: optional Section: gnome Installed-Size: 396 Maintainer: Ubuntu Desktop Team Architecture: i386 Version: 2.32.0-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.16), libgtk2.0-0 (>= 2.18.0), libnautilus-extension1 (>= 2.30), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), zlib1g (>= 1:1.1.4) Suggests: evolution (>= 2.28) | thunderbird | claws-mail, pidgin (>= 2.0.0) | gajim, python-dbus, gnome-bluetooth Description: integrates Evolution and Pidgin into the Nautilus file manager The Nautilus Send To plugin provides the Nautilus file manager with a context menu component for quickly sending files to accounts in an Evolution email address book, contacts on a Pidgin or Gajim instant messaging list, through Thunderbird, or through Claws Mail. . Nautilus Send To also provides the option of compressing the files (tar.bz2, tar.gz, or zip) before sending. Original-Maintainer: Oystein Gisnas Package: apport Status: install ok installed Priority: optional Section: utils Installed-Size: 444 Maintainer: Martin Pitt Architecture: all Version: 1.14.1-0ubuntu8.1 Replaces: apport-cli, apport-gtk (<< 0.51), ubiquity Depends: python (>= 2.4), python-apport (>= 0.120), lsb-base (>= 3.0-6), sysv-rc (>= 2.86.ds1-14.1ubuntu2), upstart-job Recommends: apport-symptoms Suggests: apport-gtk | apport-kde Conflicts: apport-cli, apport-gtk (<< 0.51) Conffiles: /etc/init/apport.conf 7cedba9dbf75949345d24bf3671724e7 /etc/logrotate.d/apport fa54dab59ef899b48d5455c976008df4 /etc/default/apport e70166d19661ba07a2df36e906fa6e7d /etc/cron.daily/apport e20b72233d9014a199c665e7dc35cd04 /etc/bash_completion.d/apport_completion ef1bbec61170e332f96aed0aa537bf12 /etc/apport/blacklist.d/apport 44503501302b80099552bac0204a45c1 Description: automatically generate crash reports for debugging apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package also provides a command line frontend for browsing and handling the crash reports. For desktops, you should consider installing the GTK+ or Qt user interface (apport-gtk or apport-kde). Homepage: https://wiki.ubuntu.com/Apport Python-Version: all Package: libtelepathy-farsight0 Status: install ok installed Priority: optional Section: libs Installed-Size: 264 Maintainer: Ubuntu Developers Architecture: i386 Source: telepathy-farsight Version: 0.0.14-2 Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.16.0), libgstfarsight0.10-0 (>= 0.0.3), libgstreamer0.10-0 (>= 0.10.15), libtelepathy-glib0 (>= 0.7.34), libxml2 (>= 2.6.27) Description: Glue library between telepathy and farsight2 Telepathy-Farsight is a helper library to glue together Telepathy's media signalling and the media streaming capabilities of Farsight2. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. . Farsight2 is a framework for media streaming in audio/video conferences. . This package contains the core telepathy-farsight library. Original-Maintainer: Debian Telepathy maintainers Homepage: http://telepathy.freedesktop.org/ Package: libmono-system2.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 4508 Maintainer: Ubuntu Developers Architecture: all Source: mono Version: 2.6.7-3ubuntu1 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6) Depends: libc6 (>= 2.12) | libc6.1 (>= 2.12) | libc0.1 (>= 2.12), libmono-corlib2.0-cil (>= 2.6.3), libmono-posix2.0-cil (>= 2.4), libmono-security2.0-cil (>= 2.6.7), mono-runtime (>= 2.6.7), mono-runtime (<< 2.6.8) Suggests: libasound2 (>> 1.0.18), libcups2 (>= 1.3.8), libgamin0, libgdiplus (>= 2.4), libmono-winforms2.0-cil (>= 2.4), libx11-6 Description: Mono System libraries (for CLI 2.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the BCL (Base Class Libraries) of Mono for CLI 2.0. Homepage: http://www.mono-project.com/ Original-Maintainer: Debian Mono Group Package: iputils-arping Status: install ok installed Priority: extra Section: net Installed-Size: 76 Maintainer: Ubuntu Developers Architecture: i386 Source: iputils Version: 3:20100418-2ubuntu1 Replaces: netbase (<< 4.00) Depends: libc6 (>= 2.4), libsysfs2 Conflicts: arping, iputils-ping (<< 20001110-6), suidmanager (<< 0.50) Description: Tool to send ICMP echo requests to an ARP address The arping command acts like the standard ping command except it pings a machine by its ARP address instead of its IP address. It is typically used to locate a machine if its hardware address is known but its IP address is unknown Original-Maintainer: Noah Meyerhans Package: libmpfr4 Status: install ok installed Priority: optional Section: libs Installed-Size: 692 Maintainer: Ubuntu Developers Architecture: i386 Source: mpfr4 Version: 3.0.0-2 Depends: libgmp3c2 (>= 4.2.dfsg-1), libc6 (>= 2.4) Conflicts: libgmp3 (<< 4.1.4-3) Description: multiple precision floating-point computation MPFR provides a library for multiple-precision floating-point computation with correct rounding. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa). . The home page is http://www.mpfr.org/. Original-Maintainer: Laurent Fousse Homepage: http://www.mpfr.org/ Package: libhtml-tagset-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 76 Maintainer: Ubuntu Core Developers Architecture: all Version: 3.20-2 Depends: perl (>= 5.6.0-16) Description: Data tables pertaining to HTML HTML-Tagset contains data tables useful in dealing with HTML. For instance, it provides %HTML::Tagset::emptyElement, which lists all of the HTML elements which cannot have content. It provides no functions or methods. Original-Maintainer: Debian Perl Group Homepage: http://search.cpan.org/dist/HTML-Tagset/ Package: pulseaudio Status: install ok installed Priority: optional Section: sound Installed-Size: 2372 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1 Replaces: pulseaudio-module-hal, pulseaudio-module-rygel-media-server (<< 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1), pulseaudio-module-udev (<< 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1) Provides: pulseaudio-module-hal, pulseaudio-module-rygel-media-server, pulseaudio-module-udev Depends: libasound2 (>> 1.0.22), libc6 (>= 2.9), libdbus-1-3 (>= 1.0.2), libice6 (>= 1:1.0.0), libltdl7 (>= 2.2.6b), libpulse0 (= 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1), libsamplerate0, libsm6, libsndfile1 (>= 1.0.20), libspeexdsp1 (>= 1.2~beta3.2-1), libtdb1 (>= 1.1.2~git20080520), libudev0 (>= 147), libx11-6, libx11-xcb1, libxcb-atom1 (>= 0.3.6), libxcb1, libxtst6, adduser, lsb-base (>= 3), consolekit, libasound2-plugins, pulseaudio-utils Recommends: pulseaudio-module-x11, gstreamer0.10-pulseaudio, pulseaudio-esound-compat, rtkit Suggests: pavumeter, paman, paprefs Conflicts: libltdl3 (<< 1.5.24-1), pulseaudio-module-rygel-media-server (<< 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1), pulseaudio-module-udev (<< 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1) Conffiles: /etc/default/pulseaudio 5ac1e3004508adbb816e9b1af352617e /etc/init.d/pulseaudio bd6ccc065d494d8baac1d823521833b4 /etc/pulse/default.pa d2d623c97aef9f81f5b55f2d7e736c87 /etc/pulse/system.pa 182fbc3ba3449027c4d1e39a150c8396 /etc/pulse/daemon.conf ed3746b9cd3ba486184128fd611b73c9 /etc/dbus-1/system.d/pulseaudio-system.conf 69d56dc5342bf589a2e199541709a452 /etc/xdg/autostart/pulseaudio.desktop 1310d377ad0d534f699e864037f66bd2 /etc/xdg/autostart/pulseaudio-kde.desktop 2794d78ed7a53e4aced7d3194c8ccc84 Description: PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . These are some of PulseAudio's features: . * High quality software mixing of multiple audio streams with support for more than one sink/source. May be used to combine multiple sound cards into one (with sample rate adjustment). . * Wide range of supported client libraries. ESD, ALSA, oss, libao and GStreamer client applications are supported as-is. Native PulseAudio plug-ins are also available for xmms and mplayer. . * Good low latency behaviour and very accurate latency measurement for playback and recording. Ability to fully synchronize multiple playback streams. . * Network transparency, allowing an application to play back or record audio on a different machine than the one it is running on. . * Extensible plug-in architecture with plug-ins for jackd, multicast-rtp lirc and avahi, just to name a few. . This package contains the daemon and basic module set. Homepage: http://www.pulseaudio.org Original-Maintainer: Pulseaudio maintenance team Package: evolution-indicator Status: install ok installed Priority: extra Section: gnome Installed-Size: 128 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 0.2.10-0ubuntu1 Depends: libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libcamel1.2-14 (>= 2.30.1), libcamel1.2-14 (<< 2.31), libcanberra0 (>= 0.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libdbusmenu-glib1 (>= 0.2.8), libedataserver1.2-13 (>= 2.30.2), libenchant1c2a (>= 1.6), libevolution (>= 2.30.2), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.27.0), libglib2.0-0 (>= 2.18.0), libgnomecanvas2-0 (>= 2.11.1), libgtk2.0-0 (>= 2.10.0), libgtkhtml-editor0 (>= 1:3.30.1), libgtkhtml-editor0 (<< 1:3.31), libgtkhtml3.14-19 (>= 1:3.30.1), libgtkhtml3.14-19 (<< 1:3.31), libindicate4 (>= 0.3.3), libnotify1 (>= 0.4.5), libnotify1-gtk2.10, libnspr4-0d (>= 4.7.0~1.9b1), libnss3-1d (>= 3.12.2~rc1), libpango1.0-0 (>= 1.18.0), libsoup2.4-1 (>= 2.4.0), libsqlite3-0 (>= 3.6.23.1), libunique-1.0-0 (>= 1.0.0), libxml2 (>= 2.6.27), gconf2 (>= 2.28.1-2) Description: GNOME panel indicator applet for Evolution indicator-applet is an applet to display information from various applications consistently in the GNOME panel. . This package provides a plugin for Evolution that uses libindicate and libnotify to provide additional information about Evolution's state. Homepage: https://launchpad.net/evolution-indicator Package: ca-certificates Status: install ok installed Priority: optional Section: misc Installed-Size: 736 Maintainer: Ubuntu Developers Architecture: all Version: 20090814 Depends: openssl, debconf (>= 0.5) | debconf-2.0 Enhances: libssl0.9.8, openssl Description: Common CA certificates This package includes PEM files of CA certificates to allow SSL-based applications to check for the authenticity of SSL connections. . It includes, among others, certificate authorities used by the Debian infrastructure and those shipped with Mozilla's browsers. . Please note that certificate authorities whose certificates are included in this package are not in any way audited for trustworthiness and RFC 3647 compliance, and that full responsibility to assess them belongs to the local system administrator. Original-Maintainer: Philipp Kern Package: update-notifier-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 192 Maintainer: Michael Vogt Architecture: all Source: update-notifier Version: 0.105ubuntu1 Replaces: update-notifier (<< 0.75.1) Depends: python, python-apt (>= 0.6.12) Recommends: libpam-modules (>= 1.0.1-9ubuntu3), cpu-checker Conffiles: /etc/update-motd.d/20-cpu-checker cb03d779042c148e1f4216bbad35daa3 /etc/update-motd.d/90-updates-available 39212047281b9d2836c6dd0e4678157c /etc/update-motd.d/98-reboot-required 757b8d06bdf8e543c2c2fea30e5752f1 /etc/apt/apt.conf.d/99update-notifier 8e4023de6d0e7bdd45f6b018511abfe7 /etc/apt/apt.conf.d/10periodic 03ddb526e156071de0667748b6ac1d33 /etc/apt/apt.conf.d/20archive 9e28a07261e6ad5ede22d5286291ca23 /etc/apt/apt.conf.d/15update-stamp b9de0ac9e2c9854b1bb213e362dc4e41 Description: Files shared between update-notifier and adept Apt setup files and reboot notification scripts shared between update-notifier and adept-notifier. Package: strace Status: install ok installed Priority: optional Section: utils Installed-Size: 304 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 4.5.20-2ubuntu2 Depends: libc6 (>= 2.4) Description: A system call tracer strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program. The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have source. . System calls and signals are events that happen at the user/kernel interface. A close examination of this boundary is very useful for bug isolation, sanity checking and attempting to capture race conditions. Homepage: http://sourceforge.net/projects/strace/ Original-Maintainer: Frederik Schüler Package: gvfs-fuse Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gvfs Version: 1.6.4-0ubuntu1.1 Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2), libfuse2 (>= 2.8.1), libglib2.0-0 (>= 2.23.4), libgvfscommon0 (>= 1.1.7), gvfs (= 1.6.4-0ubuntu1.1), fuse-utils Description: userspace virtual filesystem - fuse server gvfs is a userspace virtual filesystem where mount runs as a separate processes which you talk to via D-Bus. It also contains a gio module that seamlessly adds gvfs support to all applications using the gio API. It also supports exposing the gvfs mounts to non-gio applications using fuse. . This package contains the gvfs-fuse server that exports gvfs mounts to all applications using FUSE. Original-Maintainer: Sebastien Bacher Package: vim-tiny Status: install ok installed Priority: important Section: editors Installed-Size: 720 Maintainer: Ubuntu Developers Architecture: i386 Source: vim Version: 2:7.2.330-1ubuntu4 Replaces: vim-common (<< 1:7.1.293-2) Provides: editor Depends: vim-common (= 2:7.2.330-1ubuntu4), libc6 (>= 2.11), libncurses5 (>= 5.7+20100313), libselinux1 (>= 1.32) Suggests: indent Conflicts: vim-common (<< 1:7.1.293-2), vim-runtime (<< 1:7.1-056+1) Conffiles: /etc/vim/vimrc.tiny 3b4112567ad92c78ccc16c670df381e9 Description: Vi IMproved - enhanced vi editor - compact version Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a minimal version of vim compiled with no GUI and a small subset of features in order to keep small the package size. This package does not depend on the vim-runtime package, but installing it you will get its additional benefits (online documentation, plugins, ...). Homepage: http://www.vim.org/ Original-Maintainer: Debian Vim Maintainers Package: python-debian Status: install ok installed Priority: optional Section: python Installed-Size: 340 Maintainer: Ubuntu Developers Architecture: all Version: 0.1.16ubuntu1 Replaces: python-deb822 Provides: python-deb822 Depends: python (>= 2.5), python-support (>= 0.90.0), python-apt Suggests: gpgv Conflicts: python-apt (<< 0.7.94~), python-deb822 Description: Python modules to work with Debian-related data formats This package provides Python modules that abstract many formats of Debian related files. Currently handled are: * Debtags information (debian.debtags module) * debian/changelog (debian.changelog module) * Packages files, pdiffs (debian.debian_support module) * Control files of single or multiple RFC822-style paragraphs, e.g. debian/control, .changes, .dsc, Packages, Sources, Release, etc. (debian.deb822 module) * Raw .deb and .ar files, with (read-only) access to contained files and meta-information Original-Maintainer: Debian python-debian Maintainers Package: linux-image-2.6.35-25-generic Status: install ok installed Priority: optional Section: admin Installed-Size: 104732 Maintainer: Ubuntu Kernel Team Architecture: i386 Source: linux Version: 2.6.35-25.44 Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-2.6, ndiswrapper-modules-1.9, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), coreutils | fileutils (>= 4.0), module-init-tools (>= 3.3-pre11-4ubuntu3), wireless-crda Pre-Depends: dpkg (>= 1.10.24) Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-2.6.35 | linux-source-2.6.35, linux-tools Conflicts: hotplug (<< 0.0.20040105-1) Description: Linux kernel image for version 2.6.35 on x86/x86_64 This package contains the Linux kernel image for version 2.6.35 on x86/x86_64. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: xorg-docs-core Status: install ok installed Priority: optional Section: doc Installed-Size: 108 Maintainer: Ubuntu Developers Architecture: all Source: xorg-docs Version: 1:1.5-1 Replaces: xorg-docs (<< 1:1.4-5) Suggests: xorg-docs Description: Core documentation for the X.org X Window System This package contains core documentation for the X.org X Window System. This currently includes only a set of manpages which are standard for the system. Original-Maintainer: Debian X Strike Force Package: libgnome-bluetooth8 Status: install ok installed Priority: optional Section: libs Installed-Size: 156 Maintainer: Ubuntu Developers Architecture: i386 Source: gnome-bluetooth Version: 2.32.0-0ubuntu1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.16), libgtk2.0-0 (>= 2.20.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4) Description: GNOME Bluetooth tools - support library This package contains tools for managing and manipulating Bluetooth devices using the GNOME desktop. . The libraries included provide support to gnome-bluetooth. Homepage: http://live.gnome.org/GnomeBluetooth Original-Maintainer: Debian GNOME Maintainers Package: xserver-xorg-video-ati Status: install ok installed Priority: optional Section: x11 Installed-Size: 96 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:6.13.1-1ubuntu5 Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.1.3), libpciaccess0, xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.905-1ubuntu3), xserver-xorg-video-r128, xserver-xorg-video-mach64, xserver-xorg-video-radeon Description: X.Org X server -- AMD/ATI display driver wrapper This package provides the 'ati' driver for the AMD/ATI Mach64, Rage128, Radeon, FireGL, FireMV, FirePro and FireStream series. This driver is actually a wrapper that loads one of the 'mach64', 'r128' or 'radeon' sub-drivers depending on the hardware. These sub-drivers are brought through package dependencies. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-ati driver module. Original-Maintainer: Debian X Strike Force Package: xserver-xorg-video-siliconmotion Status: install ok installed Priority: optional Section: x11 Installed-Size: 216 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:1.7.4-0ubuntu2 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-siliconmotion Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.7), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-siliconmotion Description: X.Org X server -- SiliconMotion display driver This package provides the driver for the SiliconMotion Lynx and Cougar family of chipsets, commonly found in laptops. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-siliconmotion driver module. Original-Maintainer: Debian X Strike Force Package: binutils Status: install ok installed Priority: optional Section: devel Installed-Size: 5920 Maintainer: Ubuntu Core developers Architecture: i386 Version: 2.20.51.20100908-0ubuntu2 Replaces: binutils-gold (<< 2.20.51.20100415) Provides: elf-binutils Depends: libc6 (>= 2.11), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Suggests: binutils-doc (>= 2.20.51.20100908-0ubuntu2) Conflicts: binutils-gold (<< 2.20.51.20100415), elf-binutils, gas, modutils (<< 2.4.19-1) Description: The GNU assembler, linker and binary utilities The programs in this package are used to assemble, link and manipulate binary and object files. They may be used in conjunction with a compiler and various libraries to build programs. Original-Maintainer: Matthias Klose Package: libmono-corlib2.0-cil Status: install ok installed Priority: optional Section: cli-mono Installed-Size: 2680 Maintainer: Ubuntu Developers Architecture: all Source: mono Version: 2.6.7-3ubuntu1 Replaces: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6) Depends: mono-runtime (>= 2.6.7), mono-runtime (<< 2.6.8) Recommends: libmono-i18n-west2.0-cil Suggests: libmono-i18n2.0-cil Conflicts: mono-classlib-2.0 (<< 1.1.13.6), mono-classlib-2.0-dbg (<< 1.1.13.6) Description: Mono core library (for CLI 2.0) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Core Library (mscorlib.dll) of Mono for CLI 2.0, which is the glue between the BCL (Base Class Libraries) and the JIT. . You should install libmono-i18n-west2.0-cil if you are using ISO 8859-15 (Latin 9) or other common Western European code pages. US-ASCII, ISO 8859-1 (Latin 1) and UTF-8 users don't need any extra I18N packages. Homepage: http://www.mono-project.com/ Original-Maintainer: Debian Mono Group Package: gstreamer0.10-alsa Status: install ok installed Priority: optional Section: libs Installed-Size: 196 Maintainer: Ubuntu Developers Architecture: i386 Source: gst-plugins-base0.10 Version: 0.10.30-2 Provides: gstreamer0.10-audiosink, gstreamer0.10-audiosource Depends: libasound2 (>> 1.0.22), libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0), libgstreamer0.10-0 (>= 0.10.30), libgstreamer-plugins-base0.10-0 (>= 0.10.30) Recommends: alsa-base (>= 0.9.0) Suggests: alsa-utils (>= 0.9.0) Description: GStreamer plugin for ALSA GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugin for the ALSA library. ALSA is the Advanced Linux Sound Architecture. Original-Maintainer: Maintainers of GStreamer packages Homepage: http://gstreamer.freedesktop.org Gstreamer-Elements: alsamixer, alsasink, alsasrc Gstreamer-Version: 0.10 Package: python-gconf Status: install ok installed Priority: optional Section: python Installed-Size: 180 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-python Version: 2.28.1-1ubuntu2 Provides: python2.6-gconf Depends: python (<< 2.7), python (>= 2.6), python-gobject, python-support (>= 0.90.0), python2.6-gobject, libc6 (>= 2.3.6-6~), libgconf2-4 (>= 2.27.0), libglib2.0-0 (>= 2.24.0) Suggests: python-gnome2-doc Conflicts: python-gnome2 (<< 2.22.3-3) Description: Python bindings for the GConf configuration database system This package contains modules that allow to access and manipulate the GNOME configuration database (GConf) from Python programs. Homepage: http://www.pygtk.org/ Original-Maintainer: Sebastien Bacher Python-Version: 2.6 Package: python-lazr.restfulclient Status: install ok installed Priority: optional Section: python Installed-Size: 324 Maintainer: Ubuntu Developers Architecture: all Source: lazr.restfulclient Version: 0.9.20-0ubuntu1 Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), python-zope.interface, python-wadllib (>= 1.1.4), python-pkg-resources, python-simplejson, python-httplib2 Description: client for lazr.restful-based web services A programmable client library that takes advantage of the commonalities among lazr.rest web services to provide added functionality on top of wadllib. Homepage: https://launchpad.net/lazr.restfulclient Original-Maintainer: Luca Falavigna Package: erlang-crypto Status: install ok installed Priority: optional Section: interpreters Installed-Size: 168 Maintainer: Ubuntu Developers Architecture: i386 Source: erlang Version: 1:13.b.3-dfsg-2ubuntu3 Replaces: erlang (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base (<< 1:13.b.3-dfsg-2ubuntu3), erlang-base-hipe (<< 1:13.b.3-dfsg-2ubuntu3), erlang-dev (<< 1:13.b.3-dfsg-2ubuntu3), erlang-doc-html (>> 1:13.b.3-dfsg-999), erlang-doc-html (<< 1:13.b.3-dfsg), erlang-examples (<< 1:13.b.3-dfsg-2ubuntu3), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:13.b.3-dfsg-2ubuntu3), erlang-src (<< 1:13.b.3-dfsg-2ubuntu3), erlang-x11 (<< 1:13.b.3-dfsg-2ubuntu3) Depends: erlang-base (= 1:13.b.3-dfsg-2ubuntu3) | erlang-base-hipe (= 1:13.b.3-dfsg-2ubuntu3), libc6 (>= 2.4), libssl0.9.8 (>= 0.9.8m-1) Suggests: erlang, erlang-manpages, erlang-doc-html Description: Erlang/OTP cryprographic modules The Crypto Application provides functions for computation of message digests, encryption and decryption functions. It uses OpenSSL for actual calculations. Homepage: http://www.erlang.org/ Original-Maintainer: Debian Erlang Packagers Package: gstreamer0.10-tools Status: install ok installed Priority: optional Section: utils Installed-Size: 244 Maintainer: Ubuntu Developers Architecture: i386 Source: gstreamer0.10 Version: 0.10.30-1build2 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0), pkg-config, libgstreamer0.10-0 (>= 0.10.30) Suggests: gstreamer0.10-plugins-base Description: Tools for use with GStreamer GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains versioned command-line tools for GStreamer. Original-Maintainer: Maintainers of GStreamer packages Homepage: http://gstreamer.freedesktop.org Package: libraptor1 Status: install ok installed Priority: optional Section: libs Installed-Size: 432 Maintainer: Ubuntu Developers Architecture: i386 Source: raptor Version: 1.4.21-2 Depends: libc6 (>= 2.11), libcurl3-gnutls (>= 7.16.2-1), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.18) Suggests: raptor-utils Description: Raptor RDF parser and serializer library Raptor is a C library providing a set of parsers and serializers for Resource Description Framework (RDF) triples by parsing syntaxes or serializing the triples into a syntax. . The parsing syntaxes are RDF/XML, N-Triples, Turtle, GRDDL and RSS tag soup including Atom 0.3 and Atom 1.0. The serializing syntaxes are RDF/XML, N-Triples RSS 1.0 and Atom 1.0. Raptor can handle RDF/XML as used by RDF applications such as RSS 1.0, FOAF, DOAP, Dublin Core and OWL. . Raptor is designed for performance, flexibility and embedding (no memory leaks) and to closely match the revised RDF/XML specification. Original-Maintainer: Dave Beckett Homepage: http://librdf.org/raptor/ Package: less Status: install ok installed Priority: standard Section: text Installed-Size: 292 Maintainer: Ubuntu Developers Architecture: i386 Version: 436-1 Depends: libc6 (>= 2.4), libncurses5 (>= 5.6+20071006-3), debianutils (>= 1.8) Description: pager program similar to more This package provides "less", a file pager (that is, a memory-efficient utility for displaying text one screenful at a time). Unlike the basic pager "more", it is capable of both backward and forward navigation through a file. As part of the GNU project, it is widely regarded as the standard pager on UNIX-derived systems. . Also provided are "lessecho", a simple utility for ensuring arguments with spaces are correctly quoted; "lesskey", a tool for modifying the standard (vi-like) keybindings; and "lesspipe", a filter for specific types of input, such as .doc or .txt.gz files. Original-Maintainer: Anibal Monsalve Salazar Homepage: http://www.greenwoodsoftware.com/less/ Package: libapparmor1 Status: install ok installed Priority: extra Section: libs Installed-Size: 120 Maintainer: Ubuntu Core Developers Architecture: i386 Source: apparmor Version: 2.5.1-0ubuntu0.10.10.3 Depends: libc6 (>= 2.8) Description: changehat AppArmor library Library for AppArmor changehat function and log parsing. Homepage: http://apparmor.wiki.kernel.org/ Package: libgphoto2-port0 Status: install ok installed Priority: optional Section: libs Installed-Size: 604 Maintainer: Ubuntu Core Developers Architecture: i386 Source: libgphoto2 Version: 2.4.8-0ubuntu2 Replaces: libgphoto2port Provides: libgphoto2port Depends: libc6 (>= 2.7), libltdl7 (>= 2.2.6b), libusb-0.1-4 (>= 2:0.1.12) Suggests: gphoto2 (>> 2.1.0), gtkam Conflicts: gphoto2 (<= 2.1.1), libgphoto2port Description: gphoto2 digital camera port library The gphoto2 library can be used by applications to access various digital camera models, via standard protocols such as USB Mass Storage and PTP, or vendor-specific protocols. . This package contains the runtime code for port access. Homepage: http://www.gphoto.org/proj/libgphoto2/ Original-Maintainer: Debian PhotoTools Maintainers Package: libglib2.0-0 Status: install ok installed Priority: required Section: libs Installed-Size: 2836 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: glib2.0 Version: 2.26.0-0ubuntu1 Replaces: libglib2.0-dev (<< 2.23.2-2) Depends: libc6 (>= 2.9), libpcre3 (>= 7.7), libselinux1 (>= 1.32), zlib1g (>= 1:1.2.2) Recommends: libglib2.0-data, shared-mime-info, libdconf0 Breaks: bamfdaemon (<< 0.2.42-0ubuntu2), wncksyncdaemon (<< 0.2.8-0ubuntu2) Conflicts: libpango1.0-0 (<< 1.11) Description: The GLib library of C routines GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the shared libraries. Homepage: http://www.gtk.org/ Original-Maintainer: Loic Minier Package: libgdata7 Status: install ok installed Priority: optional Section: libs Installed-Size: 520 Maintainer: Ubuntu Developers Architecture: i386 Source: libgdata Version: 0.6.4-2 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.19.0), libsoup-gnome2.4-1 (>= 2.27.4), libsoup2.4-1 (>= 2.26.1), libxml2 (>= 2.7.4), libgdata-common Description: Library for accessing GData webservices - shared libraries libgdata is a GLib-based library for accessing online service APIs using the GData protocol — most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support. . This package contains the shared libraries. Original-Maintainer: Debian GNOME Maintainers , Sebastian Dröge Homepage: http://live.gnome.org/libgdata Package: python-configglue Status: install ok installed Priority: optional Section: python Installed-Size: 172 Maintainer: Ubuntu MOTU Team Architecture: all Version: 0.9pre1-0ubuntu1 Depends: python (>= 2.5), python-central (>= 0.6.11) Description: Glues together optparse.OptionParser and ConfigParser.ConfigParser Configglue is a library that glues together python's optparse.OptionParser and ConfigParser.ConfigParser, so that the same options can be exported to a configuration file and a commandline interface. Original-Maintainer: Rick McBride Python-Version: >=2.5 Package: gnome-session-bin Status: install ok installed Priority: optional Section: gnome Installed-Size: 424 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-session Version: 2.32.0-0ubuntu1 Replaces: gnome-session (<< 2.26.1-5) Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.21.6), libice6 (>= 1:1.0.0), libsm6, libupower-glib1 (>= 0.9.0), libx11-6, libxau6, libxext6, libxrender1, libxtst6, gconf2 (>= 2.28.1-2), dbus-x11, upower Breaks: consolekit (<< 0.3.0-2ubuntu5), gnome-session (<< 2.26.1-5) Description: The GNOME Session Manager - Minimal runtime 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: Josselin Mouette Package: libnet-dbus-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 824 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.33.6-2 Depends: perl (>= 5.10.1-12ubuntu1), perlapi-5.10.1, libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libxml-twig-perl Description: Extension for the DBus bindings Net::DBus provides a Perl API for the DBus message system. The DBus Perl interface is currently operating against the 0.32 development version of DBus, but should work with later versions too, providing the API changes have not been too drastic. . Users of this package are either typically, service providers in which case the Net::DBus::Service and Net::DBus::Object modules are of most relevance, or are client consumers, in which case Net::DBus::RemoteService and Net::DBus::RemoteObject are of most relevance. Original-Maintainer: Jack Bates Homepage: http://search.cpan.org/dist/Net-DBus/ Package: libgomp1 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Core developers Architecture: i386 Source: gcc-4.5 Version: 4.5.1-7ubuntu2 Depends: gcc-4.5-base (= 4.5.1-7ubuntu2), libc6 (>= 2.6) Description: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran 95 compilers in the GNU Compiler Collection. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: wodim Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 864 Maintainer: Ubuntu Developers Architecture: i386 Source: cdrkit Version: 9:1.1.10-1ubuntu3 Replaces: cdrecord, cdrtools-doc Provides: cdrecord Depends: libc6 (>= 2.7), libcap2 (>= 2.10) Recommends: genisoimage Suggests: cdrkit-doc Conflicts: xcdroast (<< 0.98+0alpha15-11) Conffiles: /etc/wodim.conf 9369bbf580daf4c52288f951dd547b37 /etc/netscsid.conf 00118d4a9c94c41d3ae415638cc055dd Description: command line CD/DVD writing tool wodim allows you to create CDs or DVDs on a CD/DVD recorder. It supports writing data, audio, mixed, multi-session, and CD+ disc and DVD data and video disks on DVD capable devices, on just about every type of CD/DVD recorder out there. . Please install cdrkit-doc if you want most of the documentation and README files. Original-Maintainer: Joerg Jaspert Package: xserver-xorg-video-tseng Status: install ok installed Priority: optional Section: x11 Installed-Size: 132 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:1.2.4-0ubuntu1 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-tseng Provides: xorg-driver-video, xserver-xorg-video-8 Depends: libc6 (>= 2.1.3), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) Conflicts: xserver-xorg-driver-tseng Description: X.Org X server -- Tseng display driver This package provides the driver for Tseng Labs cards. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-tseng driver module. Original-Maintainer: Debian X Strike Force Package: libtext-charwidth-perl Status: install ok installed Priority: required Section: perl Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.04-6 Depends: libc6 (>= 2.1.3), perl-base (>= 5.10.0-24ubuntu4), perlapi-5.10.0 Description: get display widths of characters on the terminal This module permits perl software to get the display widths of characters and strings on the terminal, using wcwidth() and wcswidth() from libc. . It provides mbwidth(), mbswidth(), and mblen(). Original-Maintainer: Anibal Monsalve Salazar Homepage: http://search.cpan.org/search?module=Text::CharWidth Package: libxt6 Status: install ok installed Priority: optional Section: libs Installed-Size: 396 Maintainer: Ubuntu Developers Architecture: i386 Source: libxt Version: 1:1.0.7-1 Depends: libc6 (>= 2.7), libice6 (>= 1:1.0.0), libsm6, libx11-6 Description: X11 toolkit intrinsics library libXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXt Original-Maintainer: Debian X Strike Force Package: aisleriot Status: install ok installed Priority: optional Section: games Installed-Size: 5192 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-games Version: 1:2.32.0-0ubuntu1 Replaces: gnome-games (<< 1:2.27.5-0ubuntu2), gnome-games-data (<< 1:2.27.5-0ubuntu2) Depends: gconf2 (>= 2.28.1-2), guile-1.8-libs (>= 1.8.5+1-2ubuntu1), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.4), libcairo2 (>= 1.6.0), libcanberra-gtk0 (>= 0.17), libcanberra0 (>= 0.2), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.25.14), libgtk2.0-0 (>= 2.21.6), libice6 (>= 1:1.0.0), liblaunchpad-integration1 (>= 0.1.17), librsvg2-2 (>= 2.26.0), libsm6, gnome-games-common (>= 1:2.32.0-0ubuntu1) Conflicts: gnome-games (<< 1:2.27.5-0ubuntu2), gnome-games-data (<< 1:2.27.5-0ubuntu2) Description: Solitaire card games A compilation of over eighty different solitaire card games. Everything from favorites like Freecell and Klondike through to the hopelessly pointless Clock Patience. Homepage: http://www.gnome.org/projects/gnome-games/ Original-Maintainer: Josselin Mouette Package: usb-creator-gtk Status: install ok installed Priority: optional Section: admin Installed-Size: 240 Maintainer: Ubuntu Developers Architecture: all Source: usb-creator Version: 0.2.25 Depends: python, python-support (>= 0.90.0), usb-creator-common (= 0.2.25), python-gtk2 (>= 2.12), python-dbus, python-gnome2 Description: create a startup disk using a CD or disc image (for GNOME) Startup Disk Creator converts a USB key or SD card into a volume from which you can start up and run Ubuntu. You can also store files and settings in any space left over. . The program also works for Debian, or any other Debian-based OS for which you have a CD or .iso image. . This package contains the GTK+ client frontend. Original-Maintainer: usb-creator Hackers Team Package: readline-common Status: install ok installed Priority: important Section: utils Installed-Size: 132 Maintainer: Ubuntu Developers Architecture: all Source: readline6 Version: 6.1-3 Replaces: libreadline-common, libreadline4 (<< 4.3-16), libreadline5 (<< 5.0-11) Depends: dpkg (>= 1.15.4) | install-info Conflicts: libreadline-common, libreadline5 (<< 5.0-11) Description: GNU readline and history libraries, common files The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. . The GNU history library provides a consistent user interface for recalling lines of previously typed input. Original-Maintainer: Matthias Klose Package: linux-sound-base Status: install ok installed Priority: optional Section: sound Installed-Size: 132 Maintainer: Ubuntu Core Developers Architecture: all Source: alsa-driver Version: 1.0.23+dfsg-1ubuntu4 Replaces: alsa-base (<= 1.0.8-7) Depends: debconf (>= 0.5) | debconf-2.0, module-init-tools (>= 3.2.1) Suggests: alsa-base (>= 1.0.18-1) Conflicts: alsa-base (<= 1.0.8-7) Description: base package for ALSA and OSS sound systems This package allows the administrator to choose between the OSS and ALSA sound systems. . ALSA is the Advanced Linux Sound Architecture. OSS is the free version of the Open Sound System. Homepage: http://www.alsa-project.org/ Original-Maintainer: Debian ALSA Maintainers Package: ttf-opensymbol Status: install ok installed Priority: optional Section: fonts Installed-Size: 1780 Maintainer: Ubuntu Core Developers Architecture: all Source: openoffice.org Version: 1:3.2.1-7ubuntu1 Replaces: openoffice.org (<= 1.1.1+1.1.2rc3) Recommends: fontconfig Description: OpenSymbol TrueType font This package contains the OpenSymbol TrueType font included in OpenOffice.org. This font contains symbols (like fonts as Wingdings(tm)), bullets (needed for bullets in OpenOffice.org) and non-latin character Homepage: http://www.go-oo.org Original-Maintainer: Debian OpenOffice Team Package: python-launchpadlib Status: install ok installed Priority: optional Section: python Installed-Size: 324 Maintainer: Ubuntu Developers Architecture: all Version: 1.6.1-1 Depends: python (>= 2.4), python-support (>= 0.90.0), python-simplejson, python-httplib2 (>= 0.4.0), python-wadllib, python-lazr.restfulclient (>= 0.9.18), python-lazr.uri, python-oauth Breaks: bzr-pqm (<< 1.4.0~bzr67) Description: Launchpad web services client library A free Python library for scripting Launchpad through its web services interface. . It currently provides access to the following parts of Launchpad: * People and Teams * Team memberships * Bugs and bugtasks . The Launchpad API is currently in beta, and may well change in ways incompatible with this library. . You can find current API documentation at https://help.launchpad.net/API/launchpadlib Original-Maintainer: Luca Falavigna Homepage: https://launchpad.net/launchpadlib Package: libcap2 Status: install ok installed Priority: standard Section: libs Installed-Size: 64 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:2.19-2 Depends: libattr1 (>= 2.4.41-1), libc6 (>= 2.8) Description: support for getting/setting POSIX.1e capabilities This library implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. Original-Maintainer: Torsten Werner Homepage: http://sites.google.com/site/fullycapable/ Package: libwpd8c2a Status: install ok installed Priority: optional Section: libs Installed-Size: 616 Maintainer: Ubuntu Developers Architecture: i386 Source: libwpd Version: 0.8.14-1build1 Replaces: libwpd0, libwpd2, libwpd3, libwpd4, libwpd5, libwpd6, libwpd8, libwpd8c2 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Conflicts: libwpd0, libwpd2, libwpd3, libwpd4, libwpd5, libwpd6, libwpd8, libwpd8c2 Description: Library for handling WordPerfect documents (shared library) libwpd is a library for reading and writing WordPerfect(TM) documents. Importing from WordPerfect 4/5/6/7/8/9/10/11 and WordPerfect for Macintosh 1.x/2.x/3.5e files are supported. libwpd has complete support for the entire set of WordPerfect extended characters, too. . This package contains the shared library. Original-Maintainer: Rene Engelhard Package: policykit-1 Status: install ok installed Priority: optional Section: admin Installed-Size: 320 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.96-2ubuntu1 Depends: libc6 (>= 2.7), libeggdbus-1-0 (>= 0.5), libexpat1 (>= 1.95.8), libglib2.0-0 (>= 2.21.4), libpam0g (>= 0.99.7.1), libpolkit-backend-1-0 (>= 0.94), libpolkit-gobject-1-0 (>= 0.94), consolekit, dbus Conffiles: /etc/pam.d/polkit-1 01dc501e2d43ffc9f76b338e24a55e80 /etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf 09f96e58327bd8fe5cfdd28e56cef236 /etc/polkit-1/localauthority.conf.d/50-localauthority.conf 2adb9d174807b0a3521fabf03792fbc8 /etc/polkit-1/localauthority.conf.d/51-ubuntu-admin.conf de4f9a44e233443a252592fd4eae4231 /etc/polkit-1/nullbackend.conf.d/50-nullbackend.conf 1619df1aeee5c92bf19446a820274e5a Description: framework for managing administrative policies and privileges PolicyKit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . It is a framework for centralizing the decision making process with respect to granting access to privileged operations (like calling the HAL Mount() method) for unprivileged (desktop) applications. Original-Maintainer: Utopia Maintenance Team Homepage: http://hal.freedesktop.org/docs/PolicyKit/ Package: software-properties-gtk Status: install ok installed Priority: optional Section: admin Installed-Size: 448 Maintainer: Michael Vogt Architecture: all Source: software-properties Version: 0.76.7 Replaces: update-manager (<< 0.55) Depends: python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), synaptic (>= 0.57.8), gksu, python-software-properties, python-gtk2 Conflicts: update-manager (<< 0.55) 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. . This package contains a GTK+ based graphical interface. Python-Version: 2.6 Package: upower Status: install ok installed Priority: optional Section: admin Installed-Size: 428 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.9.5-4 Replaces: devicekit-power Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.25.16), libgudev-1.0-0 (>= 147), libimobiledevice1 (>= 0.9.7), libplist1 (>= 0.16), libpolkit-gobject-1-0 (>= 0.94), libupower-glib1 (>= 0.9.2), libusb-1.0-0 (>= 2:1.0.8), udev, dbus Recommends: pm-utils, policykit-1 Conflicts: devicekit-power Conffiles: /etc/dbus-1/system.d/org.freedesktop.UPower.conf f49abe3e47fa66713c47578518b057a6 /etc/UPower/UPower.conf b294162800f8a17c53ed30502d9d91b8 Description: abstraction for power management upower provides an interface to enumerate power sources on the system and control system-wide power management. Any application can access the org.freedesktop.UPower service on the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. Original-Maintainer: Utopia Maintenance Team Homepage: http://upower.freedesktop.org/ Package: pptp-linux Status: install ok installed Priority: optional Section: net Installed-Size: 176 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.7.2-5 Depends: libc6 (>= 2.4), ppp (>= 2.4.2) Conffiles: /etc/ppp/options.pptp 4ec8c474813c3d1e52969493c35c652f Description: Point-to-Point Tunneling Protocol (PPTP) Client Client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP. Allows connection to a PPTP based VPN as used by employers and some cable and ADSL service providers. Original-Maintainer: Ola Lundqvist Package: python-twisted-names Status: install ok installed Priority: optional Section: python Installed-Size: 520 Maintainer: Ubuntu Developers Architecture: all Source: twisted-names Version: 10.1.0-1 Replaces: python2.3-twisted-names, python2.4-twisted-names Depends: python2.6, python (>= 2.6.5-10~), python (<< 2.7), python-twisted-core (>= 10.1) Conflicts: python2.3-twisted-names, python2.4-twisted-names Description: A DNS protocol implementation with client and server Twisted Names is both a domain name server as well as a client resolver library. Twisted Names comes with an "out of the box" nameserver which can read most BIND-syntax zone files as well as a simple Python-based configuration format. Twisted Names can act as an authoritative server, perform zone transfers from a master to act as a secondary, act as a caching nameserver, or any combination of these. Twisted Names' client resolver library provides functions to query for all commonly used record types as well as a replacement for the blocking gethostbyname() function provided by the Python stdlib socket module. Original-Maintainer: Matthias Klose Python-Version: 2.6 Package: libcupsimage2 Status: install ok installed Priority: optional Section: libs Installed-Size: 236 Maintainer: Ubuntu Developers Architecture: i386 Source: cups Version: 1.4.4-6ubuntu2.3 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) 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: libsyncdaemon-1.0-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 172 Maintainer: Ubuntu Developers Architecture: i386 Source: ubuntuone-client Version: 1.4.5-0ubuntu1 Replaces: ubuntuone-client (<< 1.3.0) Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.24.0), ubuntuone-client (>= 1.4.5-0ubuntu1) Suggests: ubuntuone-client-dbg Breaks: ubuntuone-client (<< 1.3.0) Description: Ubuntu One synchronization daemon library Ubuntu One is a suite of on-line services. This package provides the C library for the Ubuntu One file storage and sharing synchronization daemon. Homepage: https://one.ubuntu.com Original-Maintainer: Rick McBride Package: protobuf-compiler Status: install ok installed Priority: extra Section: devel Installed-Size: 132 Maintainer: Ubuntu Core Developers Architecture: i386 Source: protobuf Version: 2.3.0-2ubuntu1 Depends: libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libprotobuf6, libprotoc6 (= 2.3.0-2ubuntu1), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Description: compiler for protocol buffer definition files Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the protocol buffer compiler that is used for translating from .proto files (containing the definitions) to the language binding for the supported languages. Homepage: http://code.google.com/p/protobuf/ Original-Maintainer: Iustin Pop Package: usbmuxd Status: install ok installed Priority: optional Section: utils Installed-Size: 148 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.0.4-1 Depends: libc6 (>= 2.4), libusb-1.0-0 (>= 2:1.0.8), libusbmuxd1 (>= 1.0.0), adduser Description: USB multiplexor daemon for iPhone and iPod Touch devices usbmuxd, the USB multiplexor daemon, is in charge of coordinating access to iPhone and iPod Touch services over USB. Synchronization and management applications for the iPhone and iPod Touch need this daemon to communicate with such devices concurrently. . This package includes udev rules to start the daemon when a supported device is plugged in, and stop it when all devices are removed. Original-Maintainer: Julien Lavergne Homepage: http://marcansoft.com/blog/iphonelinux/usbmuxd/ Package: gcc-4.4-base Status: install ok installed Priority: required Section: libs Installed-Size: 180 Maintainer: Ubuntu Core developers Architecture: i386 Source: gcc-4.4 Version: 4.4.4-14ubuntu5 Description: The GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: libwrap0 Status: install ok installed Priority: important Section: libs Installed-Size: 120 Maintainer: Ubuntu Developers Architecture: i386 Source: tcp-wrappers Version: 7.6.q-19 Depends: libc6 (>= 2.11) Recommends: tcpd Description: Wietse Venema's TCP wrappers library Wietse Venema's network logger, also known as TCPD or LOG_TCP. . These programs log the client host name of incoming telnet, ftp, rsh, rlogin, finger etc. requests. . Security options are: - access control per host, domain and/or service; - detection of host name spoofing or host address spoofing; - booby traps to implement an early-warning system. Original-Maintainer: Marco d'Itri Package: cups Status: install ok installed Priority: optional Section: net Installed-Size: 8180 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.4.4-6ubuntu2.3 Replaces: cupsddk-drivers (<< 1.4.0) Provides: cupsddk-drivers Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.7), libcups2 (>= 1.4.4-3~), 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, libpoppler7, 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, upstart-job, poppler-utils (>= 0.12), procps, ghostscript, lsb-base (>= 3), cups-common (>= 1.4.4), cups-client (>= 1.4.4-6ubuntu2.3), ssl-cert (>= 1.0.11), adduser, bc, ttf-freefont, cups-ppdc Recommends: foomatic-filters (>= 4.0), cups-driver-gutenprint, ghostscript-cups Suggests: cups-bsd, foomatic-db-compressed-ppds | foomatic-db, hplip, xpdf-korean | xpdf-japanese | xpdf-chinese-traditional | xpdf-chinese-simplified, cups-pdf, smbclient (>= 3.0.9), udev Breaks: foomatic-filters (<< 4.0) Conflicts: cupsddk-drivers (<< 1.4.0) Conffiles: /etc/cups/cupsd.conf e2c7ec15835ea0939e5e86f7c6efcc03 /etc/cups/cupsd.conf.default a68d54d76021e857dd1d64edf57d36c5 /etc/cups/snmp.conf 2326a8af1e112676d55245bc5eb459ca /etc/init/cups.conf 1a3cd022e8474e3d2b44640f33ce68e3 /etc/default/cups 2b436fbb1a32b82b6aba45a76a1d7e40 /etc/pam.d/cups ff2488324854f7b1e892bb0df062d5f0 /etc/logrotate.d/cups 5bb41fa9900f0d1c565954405a2bd7c4 /etc/fonts/conf.d/99pdftoopvp.conf a5221cfad70a981c80864229ef56586d /etc/apparmor.d/usr.sbin.cupsd 60c4b26bfd5c033baa3dd48a3b2e9911 /etc/ufw/applications.d/cups 29e98a6d850da251e180c3d68dec2bd3 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: libkrb5-3 Status: install ok installed Priority: standard Section: libs Installed-Size: 876 Maintainer: Ubuntu Core Developers Architecture: i386 Source: krb5 Version: 1.8.1+dfsg-5ubuntu0.2 Replaces: libkrb53 (<< 1.6.dfsg.4~beta1-7) Depends: libc6 (>= 2.9), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.8+dfsg), libkeyutils1, libkrb5support0 (= 1.8.1+dfsg-5ubuntu0.2) Suggests: krb5-doc, krb5-user Conflicts: libapache-mod-auth-kerb (<= 4.996-5.0-rc6-2), libapache2-mod-auth-kerb (<= 4.996-5.0-rc6-2), ssh-krb5 (<< 3.8.1p1-10) Description: MIT Kerberos runtime libraries Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library for the main Kerberos v5 API used by applications and Kerberos clients. Homepage: http://web.mit.edu/kerberos/ Original-Maintainer: Sam Hartman Package: libgnome-media0 Status: install ok installed Priority: optional Section: libs Installed-Size: 152 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gnome-media Version: 2.31.6-0ubuntu2 Replaces: gnome-media (<< 2.12.0-4) Depends: gnome-media-common (>= 2.31), gnome-media-common (<< 2.32), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libgladeui-1-9 (>= 3.6.1), libglib2.0-0 (>= 2.18.2), libgstreamer0.10-0 (>= 0.10.23), libgtk2.0-0 (>= 2.18), libpango1.0-0 (>= 1.14.0), libxml2 (>= 2.6.27) Description: runtime libraries for the GNOME media utilities This package contains media-related libraries used by the GNOME suite: * libgnome-media-profiles, which manages a store of media profiles for software using GStreamer to encode audio data. Homepage: http://live.gnome.org/GnomeMedia Original-Maintainer: Debian GNOME Maintainers Package: lsof Status: install ok installed Priority: standard Section: utils Installed-Size: 448 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.81.dfsg.1-1build1 Replaces: lsof-2.0.35, lsof-2.0.36, lsof-2.0.38, lsof-2.2 (<< 4.73) Depends: libc6 (>= 2.11) Conflicts: suidmanager (<< 0.50) Description: List open files Lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open Files, and it does just that. It lists information about any files that are open, by processes currently running on the system. Original-Maintainer: Norbert Tretkowski Package: pulseaudio-module-bluetooth Status: install ok installed Priority: extra Section: sound Installed-Size: 312 Maintainer: Ubuntu Core Developers Architecture: i386 Source: pulseaudio Version: 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1 Depends: libbluetooth3 (>= 4.40), libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libpulse0 (= 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1), pulseaudio Conflicts: pulseaudio (<< 0.9.14-2) Description: Bluetooth module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to work with bluetooth devices, like headset or audio gateway. . The module is called module-bluetooth Homepage: http://www.pulseaudio.org Original-Maintainer: Pulseaudio maintenance team Package: liblockfile1 Status: install ok installed Priority: standard Section: libs Installed-Size: 100 Maintainer: Ubuntu Developers Architecture: i386 Source: liblockfile Version: 1.08-4 Depends: libc6 (>= 2.4) Description: NFS-safe locking library, includes dotlockfile program Liblockfile is a shared library with NFS-safe locking functions. It includes the command-line utility ``dotlockfile''. Original-Maintainer: Miquel van Smoorenburg Package: liblaunchpad-integration1 Status: install ok installed Priority: optional Section: libs Installed-Size: 120 Maintainer: Ubuntu Developers Architecture: i386 Source: launchpad-integration Version: 0.1.38 Replaces: liblaunchpad-integration0 Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.2) Recommends: launchpad-integration Description: library for launchpad integration The launchpad-integration tools provide an easy way to set menu items, for an application using GtkUIManager, pointing to the launchpad pages about a package. Users can get information about the used application here, translate it, ... . This package contains the shared library. Original-Maintainer: Sebastien Bacher Package: libxau6 Status: install ok installed Priority: optional Section: libs Installed-Size: 68 Maintainer: Ubuntu Developers Architecture: i386 Source: libxau Version: 1:1.0.6-1 Depends: libc6 (>= 2.4) Description: X11 authorisation library This package provides the main interface to the X11 authorisation handling, which controls authorisation for X connections, both client-side and server-side. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXau Original-Maintainer: Debian X Strike Force Package: gconf-defaults-service Status: install ok installed Priority: optional Section: libs Installed-Size: 144 Maintainer: Ubuntu Desktop Team Architecture: i386 Source: gconf Version: 2.31.91-0ubuntu3.1 Replaces: gconf2-common (<< 2.24.0-3) Depends: libc6 (>= 2.3.6-6~), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libgconf2-4 (>= 2.31.1), libglib2.0-0 (>= 2.25.12), libpolkit-gobject-1-0 (>= 0.94), gconf2-common (>= 2.31), gconf2-common (<< 2.32) Breaks: gconf-editor (<< 2.28) Conflicts: gconf2-common (<< 2.24.0-3), libgconf2-4 (<< 2.24.0-3) Conffiles: /etc/dbus-1/system.d/org.gnome.GConf.Defaults.conf 3ea24e15b6c242b23a21df10105b05d6 Description: GNOME configuration database system (system defaults service) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains the PolicyKit service that allows to edit the system-wide defaults from a user session. Homepage: http://projects.gnome.org/gconf/ Original-Maintainer: Josselin Mouette Package: gnome-power-manager Status: install ok installed Priority: optional Section: gnome Installed-Size: 4464 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.32.0-0ubuntu1 Depends: libappindicator1 (>= 0.0.19), libbonobo2-0 (>= 2.15.0), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libcanberra-gtk0 (>= 0.17), libcanberra0 (>= 0.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libgconf2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgnome-keyring0 (>= 2.20.3), libgtk2.0-0 (>= 2.18.0), libnotify1 (>= 0.5.0), libnotify1-gtk2.10, libpanel-applet2-0 (>= 2.26.0), libpango1.0-0 (>= 1.18.0), libunique-1.0-0 (>= 1.0.0), libupower-glib1 (>= 0.9.1), libx11-6, libxext6, libxrandr2 (>= 2:1.2.99.2), gconf2 (>= 2.28.1-2), notification-daemon, dbus-x11, consolekit, upower Recommends: udisks Breaks: gnome-session (<< 2.28) Conffiles: /etc/xdg/autostart/gnome-power-manager.desktop 5bf57fb96776a358d1f3f64084b741b0 Description: power management tool for the GNOME desktop GNOME Power Manager is a session daemon for the GNOME desktop that takes care of system or desktop events related to power, and triggers actions accordingly. Its philosophy is to completely hide these complex tasks and only show some settings important to the user. . The GNOME power manager displays and manages battery status, power plug events, display brightness, CPU, graphics card and hard disk drive power saving, and can trigger suspend-to-RAM, hibernate or shutdown events, all integrated to other components of the GNOME desktop. Homepage: http://www.gnome.org/projects/gnome-power-manager/ Original-Maintainer: Debian GNOME Maintainers Original-Uploaders: Debian GNOME Maintainers apt-clone-0.3.1~ubuntu11/tests/data/regression/0000755000000000000000000000000012303452237016322 5ustar apt-clone-0.3.1~ubuntu11/tests/data/regression/apt-clone-state-ubuntu.tar.gz0000644000000000000000000005303211544103335023772 0ustar Mapt-clone-state-ubuntu.tar}rEA)Y\l_ E)Bv&$ۤA,A&`AAT| 3I6vQy?}wL&3Όu>#֌PZQYaay!v\g7pz. M]Npm-_ }dW>qSrLImkWBJvǢJ,9ѴӸE(%p)E59)aNJq؜D 3FR8~LnÙE‡eA s09$!jE/h^QT6XFaDJD*IP$TFkqj2i|6Z'Q!%/Y.WRJI^RD)1>WQD944y&z aps] Al{fzf*1)LR* Df,raxăOG(.jQn)<& vh,,-6qW>SLLxw8hL36ӻ d1Jq85r>ms8Hag~(Ü£mh4}Iy)\K R"˄yx7`oOEUiMt w+0msl^Գ0l}w GpK#;67*v{ݧ?q<9IL4@ qpjRHV$DBr2j%FYFʱ4X> Ai%`5 @BB+!!aE)BB)UHI0 @&*WȦ.Ƙ\ `xẽĭT H )1vSuQ*I x؁v%h~Z1!E,2#r@jUZ †RIKB(ETJ9Zz.GS<Fp55i{/?X. S`DBtk/'b{**(TPEA:l.mݩ MƉ|1P@ ^hHRb8BK{[MhG ̵dh!%ǡ/ .#{6c8f 6Aψ0GɜAL}H #vx4PjRMj@rY?D9`ȃ4Uƅ2*aTL"JpFQx9dx~L7.i6oXӸ*&j9WZb`.'k=5|4>!4JQQQEH9§D 6axyT4bg9?<tH-xMEDVxdx6rA!aڤXNS,CC0`c(oln@tj#fn{T2T>#aP,#1D:@jȎ>:GSvh\BT0 SM+3H !&~Aȣ #a4#ܔAY<vh-"܊%(Fgы)h<ȕǼhMPj"1a#sF\Bgef}4mwrQrBYS,D&;f!k|A?V"HۗD9gJ1Py\QP # PIhY)*LuVXLU"҅{42"iY PJF88)!p 1j[^,t 5=2D*sh:-2i h8 fPiqrH$liZY ?Iy& ~ p Q{ [~wΡ $H0 >d:R0фDLd%&)KH"A.H쨀!X->Bi>yW*#ENFF  7#Z!~Q!xL\gX)lWQNRdcQ9ۨx.C#b{^#G8$;hHAGYkҺh $ER8ƁtNesv`\M9BG@)!V\He4J!j(٭ -dD10r3AjD$OD,ǪAdGGiğ7>p"HLJI j & @$Äe0H怫8X];)[bpf5>4|/*g񪆗z.\aZ/!k !B-9FEKD bC*=a^)"vlM & v-L24_ܴMa+*+* ȿ|A+u#(ETyXl"GS ;[sM8ğG@m >MqKR@(A~?/!MD=;\BZAs!$w0AJpRUgh>2l5W RIG" (N7pFjPlE2EJ*49.*3EgOf+(iyL)K?9%HʴM!t7) `~Np@̝t6-VqN/1Vȋe5HV&>Z'"Uy3 ,~#*lnЅZj'yE.m 8=J1476YxgxzuU{'ubi'VK=n115)b(?Uĉ `P[e%rӎcx%Ǘ?ˇ\>a~H d`ނNJ8ΎI"PH#KBQjk7x;ajI -e*":UFb^)!0Չ[Ɉ(Xr(IU Ue+Znb~HSaYi(J-FXu`C5@_jIEI PrD4h $dT<깐թ$]oP$ABH{cAe+y)ˆ^ ^ i8a] M@>k )$~ &uO(F#Qc,,Xs ؀EQXv>z!D+! 9ؐp(rӓ@jz,'E"=.z8þs8r +GP5&@""78wd.Ϝp59\j'4Ҭ1.!ۜ 0yȱ*ңt`Ld@>B"&zHKuB`23# G:1f$2A@+r1"ۖZGdh8?ؘ@Kr.cD'šسtd"-\Xca=όbŞVpL>M>=4c` pNLuK]]5bvJ!T=aѮ(@2M<$$U} 9jzuk,; S prTZ $3/Gfz,dӥV[i[2c NJ v?s]9#U+Y]6>*b2Ei"EP#co@XuӐG'beBÁa ú֘nغγŘxfảpٝy~Cx;55I8 e8^B3>!'5Hgic_^*F*T ЗJ.'6*{<%L4H;O"ؿ  jQ!1a9! HKwf(p9e!EĈW/8JiéT{:A%t7-i82î2_U:1H|lᡍٝTсU/KBL,e4X^Mw!ފ2Q8e'*4p I!} g@,T+8E=jPz2b@>A!4<ڰhI|&IM"8N˼e"xNr)0, W3NAޭ&gH0\vHj!Dd|8 3]Za^!=`H{Γ Zdfy JKC##UЙ!F't\l5CQ8HJHBa"1 ,MqbKnCO{ SWXT6F,Cj)N*8HYueK? ; CGq4R'LjVi'@iXa` sFkᱜ*# EfE-Aίx6exsv#v`o+IC^pkXz\%|7!,iF'm$PtTIHK! hD@%mOAH8qlؓ!YN9;MBovUH B~#e]Q({<9"sHA9Ĩ> zj2ERCөgd=RdG***C0Oh5R9G'L( A\—&xʁ0<MqkG5l P :#yT0cѩG9WYYRh@ h<"TePqs2>JԩJdi+yJ$nOAg$kǜ ("W՜BL ppjCۓu}"N4`XTx@j!}bzi$--bnC{&&F ;zu|clz8!ڑHD&S%CjҖ :gґg#1֞: BdP /uE49uIY D !A#:'I+ LdjBMn@Ԋ#i""P.&;€@1,5xh*a~nD:*ɻM 9߂IWNVJD-nQ"r%dX@W2z"eJ@M]+,2-Jl؁7hAɅ7t+' KkGP&p"&("1.-!  4L2fX~L8ٍ7[MOTLAfD(}=. 0sB5u1*]M!k ;NH4h%tCۥȊ/\u=wDMCcA< 6? >ڮ>1~LЃ0D_PP`aI#TG ! N^DN/R2 y탶 J|vzR_!m"B;A0^'%Q?,kGE. =vJi(D*b"ROljG*bA* af $Y q3sr8&plUL2TL_ۃ>D 뗎W3{4Lh]}!a>Sg"~dZt,!7KdЋ}N(7'Xb}Nobxɐ)f䀶 l# {b #X\r18/)1%*ݠs] њ#xB kr< RGhfF)%$6VpŮc"u눇ɖhdQu_oɇ,ENHh|@ZZa&Ɲ(zE',Ah6/ Ɍ&D̉=G=dh:)l+C1t'eTr@U6-E,$NBz3aÝ̡!Ae A]p9fm958tslvbGݑ2|? s n<;r99cL#a/2&$A ]P[e6HHT^#$@j0_==]Q6I(G#"Z9M:ڝȡAX:tH|Ht8XRӖuuJ@.W@|D=&>l:mtS%r.[ZL PP`BzLb MayR.J(2nҠ kQ C<,!PFRe"^7`$<7I66Vadg|8L1u -IP Q ~/)}xdQ]h8(|#N"L Cjȉ\hӗC xVT]`:xK a)#GH%#Ie Y5v Q|a.yAķOjV!Jn^+#*M¥ꇪR̫Jl7T3Li!QZ635ATq10u/C1rƓ!'I}n]d?^r nYm,T;!+diJ \:m!=bLxVg X]a}mH*U) Œio=aN>/ǘ[ m+k4|e;XEua*uL vu1W%P. o'8B䤣0 cO~m%"-X ]4QpCZ4ʈT)DHYOhdԀ(ϬK^Ñ*>bI!JBL ĄhvVE tk-BΧi脐m@#K b!Bdј+O"cuxGB$.n22=$FhBgrd-`#I?#Cy >Ҙ!n\bB~Dc`~F"1N5YŜ[DVw#T;fCKy)RH%@yCȱyn:=:1$SHvC%t:XB%}: 5,'}Ig [vzrm+Vm7W،… b8 Pj9 89TvU(r8q!-CpAE|p$=dJMn_ےL- j]Ek6IRw\__a>aKgH;'ƐMk@ħm9!6!1o24t[뒂8+ '2"O zzټ2cx).v>J; cjNdUD`v-ІQ{Bmsg:Y\v9A@*>IoIRC?4$m-5U28M`-sJ:/;"k(Rk+ Q$JS3.lF8ڛFCiȟA8Q&*%E$ iԇg1H+T[\Ѓ$&>h:ƴNųiqA$U:ݦR4(Xj&*U#Ɇ7uAj" 1"s`|D|9+1 1IW:pRu*d'h|=`3Ў5M x^}YpdȦo*F_o'h`2L`Y)B >ۓi&u f6G4m{Xʴ)W D=ȭ#)G? 6IILQN㩈>~s^B xFVxH_R6k&Bj읊γt 7sɡJr->'LyK2?-O(UFŒ gDoF,T舞e؀)шC2(Q"NJ62tÜlGh!y1De<6j2~7dRBŒDܭ(k| E͹wRQěd;\B(pfܶq~}bƩcw` `O=@2Dm󘜄-[z˙9y G(FOq#ax7T0~ >r.|?Iipj83$wJM2J,\NϺM>6"wCBȱ ٘~RK]ITזJ@K!9j)+Z9U@L:VӖ\7mꡁ[#h9?,T#?ԨZ.2%ȈEM )jBLcցFD&\0`%UxKa"|z3u m :A?A$XC` 9bnLTYmUeNiR2agvP@F ,B!x׀!I9593-^c˔^F+IrK TYJKdΟ%'%"tg=173 (#k qdܴls㱨:yI)aӥTrDfCp/s@^zIRmDCs 92yذSXW6nJqA'%HdDa% e $Z|c\ɐe vza!B͠EӴ= R.je/muGXb txT^Y̕/"A1މ5*6H>#ci+2/#MgS2@HܐAn zkNZD]lq2-T$'G %̱Y'^WTԂX>~S8Lph$;P$_ paI%b4RJ?5_F%#!ؕ+_ P]MUY- şn22< NΥ9&O "LU7Had+X5C8|S7fpwhWI F|:$dppL^fAn<^CNvSR Md@é IVa$ X$J@dw,"KM6W|߭Vqb0TAL1&UA,D E$]H޺G$6 bd|D;٫B\Ε99^r8(5BޑiwrD(ƻK5].1Q9[&gĄ1uvۍD{%p&?FID%0Q`iug(u'cBi94bnywܴ3Cϩ.4"f`71B8 1yJ7(L#PbHPrA^ڝpݴHa9F dm!O2NQ]ZĢƎei[ThUIxc8S;M y:\b#.m7ʨH8v34n1:^C n2؍ua'@zgCLlDtD"Nx+a>r !$e!;'lfDJ05DYHHhf;jӗ [ Oh"^d".gwAt])<5oTb!G R3Qu]L 3;|Aٽ{ )`, 7jpr +֦cbB.:&Z\%Gw)l83֌:fwNkIe^pC)#)d3 !~@HԯNk3(M@vG0Æ0T> kVxvc:XS=MמUk/fNSqb*e EHyE3!\gx0L9W3 :lUA.- rV6Õ<$/# > xaVBu"#m[z?1BJQ< N\An@OvBvjV)ZRRWv\L\H ($XvB?-@VZW{- M@`CT 6DdLTuq7\aڽqňB{)aͥ%8]}d B>P$l5r*6PTiڲ/Z(W߶R/J&g78n/=:6Ԑ A ˆ&qiuK)orfu$"Bt4M0igoIP(H\qXóy8wxB 曓Xqj t~D9.`P`/\GO81nrT_?ۑFڰ4N ,O/I1rƻ4ddƣW44!U,lڦ g.{TEfySKS#L BVte*dQw8ҴQNsc\zff߄dwgs<ΔMQ2LΌ#z˕HD ']pԓ( >Dԯgaw"OWJ^B+TrghF<ɕ`)3|r#lm/Y5EHdK% U,?ǒ,S/APҾʽp 9{fW7X8mnjT <CXh*0nr imˎ ~dLGE66G3db. ;ӒajwH mȲl5zCkaόRL&˿,9%keR(A{&Du+,X4<[d1:^oqR R~!0j^IW*5qVH1mӺ5$UۈbC5@y/֠ Ys"Xh:OTSx3zDd*e~aT >H}]oc@nsƗdT%KXKƍ2ѧc!k/lE 8!!GU;|T`i' Zvͪ%X7 o'~{յu9ڿ}]".c"6k,KZDL(w6 ntګuYh$h+j˴Y Khmlc|o?kAr5j ^ZCisuXa=S.l>deF`HA+#4ʠ*\>x' +dցJ1[wŎ;a+RU?  X PKJ4Ga$N fd"k|gNX-ŽC2Ԡυ0s@ mx :JJ Zy᪒Ւ q5P) 6cakcg]ݒkyHeΉ7#Ae[D(s h3Df|w?0Y|8daQ' {HB0IHc!v5sQΣBXPu`NN'ZՆK;=>MK3Y8gu XE*" /Y sX#0,ceu>e|6C2<_TqO[ v%kꕿ[ͿNiq=n;(q ;p+R c[H ߑ9G{4ӋFBo{Ԓ2,2Ͷ.LŸ#r.kSu7f×[vf>q.9ʗ<ƔoxYeÿ<:QǞ3rxwֵ軲ϭeFe#\.\ꛛ0?8Iūzg5Q1@8pvj3'_ze3ݶYVoS6~OdV^[-/-$QpۛSo*\SշMq_?M\G/+Wܐ 볗8<RWwqs˄ ZtơMj8@~0VGu:yҌ^d]-#s-]*i#Vg DSj~K/Y4_ }okj- Eu6mn]ԝ}vlh:nCQozpEvAE0hKVU~Sa,zUX|5JU*a[Z*UqNΣnle};o4\wן̤-xڞ.:w3ȕ#nYe)=%~ꥲ,K}^rQ;Yf̻C[?zvӐ7=ϴx/w:z*N}t[ne_9TOQi-*J'4vܽ:\޶h{N>6|Ju\n;rU`qhO~o{UmZU;|}Ķ"LVMC:o[58䇉/4.YRzeݗL=8m4ZE~kzr}IE.8u}wf˾_,B*.{Wrs+>ٲ1Oux0Z|v)s]]o~zL[!5jkxe='OXre}M6Q~ɳ }ӖE>`F'f':<}=̹e!}N/foxW5eݦ/3F >||{iJ u-.4O&ݖ,ƴL kݵ{S}^/* 絛 umhvguX [>=k9"-,t^BMt8РO&򃋗+PvCo\+]s١Żb=}xU_άɲj3ptGm༹nk.-.qfU#ZYgAOWyr|9ռ}w4.\^ZWuRם uw=ݥ+#UBȖa34Go1_[tJYk[]YP/ݱՇiY<д Y3ԚS=gK#Ly˫uuX<^}8ˢ{Zzfw<Ԩ3zo嵖fw_y2_EX]Cu-wkl'YkfYn 't9wі[3o5Ҿ?W|wA.-ֹמWW=k7iǼξ9q+y_JOzw{iQ~r0?95JߧTocoX4m8Q/ջLR璭ڰ%ݔx~5y~nуZ^VeK'n')q#9;|qjY5~h9i[68;9k4֬g-xmďgE&乵ܳqJ_[xU.t؟Szp|S{eO.UVw#rqy ~6qvIּx'+T<;MjPxިoZwN3  Joٚ 'IUڞw.^6::o=y]CaޛuR_}RgU5n8_rgYt7=*2|O sNWIkK޳S޻wr`7nsj,6ڨO=4wShC-No|77˥x߸yyᾢ3oyu-c8[t{~h?!nSWcçO=4xk|CG)|LL*j;4iɻ5>|q;X?ܵ+*}d~7,51vݗyd/VS* +Lu"bǺl^{V~OVwݺI~mwsW&yHyl˻F܋ڻՀVK?W[?o;7qt Vꡱ-:!Nm\\m'd\Y{^^}ȰS#:5svx-er_|C=եʿ֬7 ׯm74`VܦM WsS^ev_~G mhc#U,l՞;t~?5}ٕ}97~sg7V =CN>x46)TTzz<+w2q?g4𶗛o9%>46WcOxnEc{7.''/Vmr١M$pEV*F;ye^9ȸ~s.Q,̱w*K޹\ɂ(`gco@B=`*Fx{_cڏ}]YoO֪t &:^䛏]Ͻz \z}~E /|\7^mݥG])zKeW7ŋ>Xጾ4uoMyzoђ{^>L&tͪO=3bcsSV6ֱ+}[|=b>;n3݇`׷wWnХw}R|/MѰ̾˥v?r߳ݥZyY3io6<;ئnmcTaٚRf>{TgYtH&[Z/RެE/ܖ:;G9ۇ~xsE>Ȏx5ݷkּ7ͿGfmڲA:6Q]@tZ獤q0grֺծ},*SpMꮝ+srB{ -̯a}g:X4IfCza_/~|IL0T{d k6qF%.ڮm- pcO_?r^S_hkHCQBNj pͻ{_6lW~1ӲоfDe}ƍ}_v^eȟrqu_iWgmu}E2|7lx64oE/Oj)ۙw&Ml:O:5M2`9b Sn-zscq_xʇ;7nZz΂?l^QPv */w6㾲|G|ΈA;xf=P;_ݮcyk];41}ۚʚekd]zW~եS: 緼4yMMW(`^v\zrI|,t/^8ȭ?oX罿{ǚV]wvxQ2˛P玁"7h9zs;,wsʧN3WxvԬkLV8`pYOkV&uѫY~i?޵굟5`ƨȻʯ:+KOݹS|Emɦ~m_:qh_N1/nؤ~'gxe`P˫}oXAO̞Gvg+~Ϟ{oI7/UܙUs)>|ϕ_1M_]߶xNiܢ'^`[.۵3NykMy;lķw(zzղxGZ7[7rc}Z8\u]뢗o5vvtWm\KٞS~1-KҕqM^2J*[$*}sOn_Ծ .T}rO_iꝟXcw*ݶ܍#O2ˣW_}hՏɃ?^ǎzܝK 9yFO7}t>}W;N/;m#[\ؒW ܷTwIl.߰i(Qf3XLyۥkng]+U~86TLSMOX|w@>p7|E6hkֿO{Mwh˯R_o/SխRtEݵTbr[ΝYSs~m_֮)}ޕs{܊am7}᏷ٞSϷ}^+seF[v m1in-oʧeJ%/4A8#j|]&~v٧*$}~б {*}}yԥگ,x\8#Oqm[qKKfփ7o~m;&{ U~2yC6-N;|#\k#{'^HxciDGS~ۍl+rwj|r=gMg'5:\O<3OڟO:fww;b#=zmSc6{m]쒗ѵk:-2mmFO>|9f Vn9iˊwWXvֿ܇^;{]zjC@q>7+|3Z>@l:Os_'~* gդIy.=Rs[;6iZ޾R޷ >p¾Gw:踳{G^Bcz%oHCom*-.gUni1gQ^Kx3GEW=R{Y=l]ݘh}<ΟzW0cS[|+LU]<7n{|Դ 5;ʊyڶsϊs"Fȧ&ΖݎnZ&zcط){znsn+b;ܙ.-K{Y>G獝=`͍c >{Ҳ-ݽ}z}__{}é? #?k6e皵v;hoZo)ą*}[ݒ˥ܐl?XeEg,;~%cW]˕Θ\K];UW+N{Gð`-wI̪PL͑6E=(ӶO^8u/6{.,Qy΋ۿCjhe~LC??߿olapt-clone-0.3.1~ubuntu11/tests/data/natty-sources.list0000644000000000000000000000577411553005234017671 0ustar deb cdrom:[Ubuntu 11.04 _Natty Narwhal_ - Alpha i386 (20110324)]/ natty main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://gb.archive.ubuntu.com/ubuntu/ natty main restricted deb-src http://gb.archive.ubuntu.com/ubuntu/ natty main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://gb.archive.ubuntu.com/ubuntu/ natty-updates main restricted deb-src http://gb.archive.ubuntu.com/ubuntu/ natty-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb http://gb.archive.ubuntu.com/ubuntu/ natty universe deb-src http://gb.archive.ubuntu.com/ubuntu/ natty universe deb http://gb.archive.ubuntu.com/ubuntu/ natty-updates universe deb-src http://gb.archive.ubuntu.com/ubuntu/ natty-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://gb.archive.ubuntu.com/ubuntu/ natty multiverse deb-src http://gb.archive.ubuntu.com/ubuntu/ natty multiverse deb http://gb.archive.ubuntu.com/ubuntu/ natty-updates multiverse deb-src http://gb.archive.ubuntu.com/ubuntu/ natty-updates multiverse ## Uncomment the following two lines to add software from the 'backports' ## repository. ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. # deb http://gb.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse # deb-src http://gb.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu natty-security main restricted deb-src http://security.ubuntu.com/ubuntu natty-security main restricted deb http://security.ubuntu.com/ubuntu natty-security universe deb-src http://security.ubuntu.com/ubuntu natty-security universe deb http://security.ubuntu.com/ubuntu natty-security multiverse deb-src http://security.ubuntu.com/ubuntu natty-security multiverse ## This software is not part of Ubuntu, but is offered by Canonical and the ## respective vendors as a service to Ubuntu users. deb http://archive.canonical.com/ubuntu natty partner deb-src http://archive.canonical.com/ubuntu natty partner ## This software is not part of Ubuntu, but is offered by third-party ## developers who want to ship their latest software. deb http://extras.ubuntu.com/ubuntu natty main deb-src http://extras.ubuntu.com/ubuntu natty main apt-clone-0.3.1~ubuntu11/tests/data/mock-system/0000755000000000000000000000000012303452237016415 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/etc/0000755000000000000000000000000012303452237017170 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/etc/apt/0000755000000000000000000000000012303452237017754 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/etc/apt/trusted.gpg.d/0000755000000000000000000000000012303452237022444 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/etc/apt/sources.list0000644000000000000000000000600111537661106022336 0ustar #deb http://archive.ubuntu.com/ubuntu/ natty main restricted #deb-src http://archive.ubuntu.com/ubuntu/ natty main restricted # deb-src http://archive.ubuntu.com/ubuntu/ natty main restricted ## Major bug fix updates produced after the final release of the ## distribution. #deb http://archive.ubuntu.com/ubuntu/ natty-updates main restricted #deb-src http://archive.ubuntu.com/ubuntu/ natty-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. #deb http://archive.ubuntu.com/ubuntu/ natty universe #deb-src http://archive.ubuntu.com/ubuntu/ natty universe #deb http://archive.ubuntu.com/ubuntu/ natty-updates universe #deb-src http://archive.ubuntu.com/ubuntu/ natty-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. #deb http://archive.ubuntu.com/ubuntu/ natty multiverse #deb-src http://archive.ubuntu.com/ubuntu/ natty multiverse #deb http://archive.ubuntu.com/ubuntu/ natty-updates multiverse #deb-src http://archive.ubuntu.com/ubuntu/ natty-updates multiverse ## Uncomment the following two lines to add software from the 'backports' ## repository. ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. # deb http://archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse # deb-src http://archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. ## This software is not part of Ubuntu, but is offered by Canonical and the ## respective vendors as a service to Ubuntu users. # deb http://archive.canonical.com/ubuntu natty partner #deb http://archive.canonical.com/ubuntu natty partner #deb-src http://archive.canonical.com/ubuntu/ natty partner ## This software is not part of Ubuntu, but is offered by third-party ## developers who want to ship their latest software. #deb http://extras.ubuntu.com/ubuntu/ natty main #deb-src http://extras.ubuntu.com/ubuntu/ natty main #deb http://security.ubuntu.com/ubuntu/ natty-security main restricted #deb-src http://security.ubuntu.com/ubuntu/ natty-security main restricted #deb http://security.ubuntu.com/ubuntu/ natty-security universe #deb-src http://security.ubuntu.com/ubuntu/ natty-security universe #deb http://security.ubuntu.com/ubuntu/ natty-security multiverse #deb-src http://security.ubuntu.com/ubuntu/ natty-security multiverse apt-clone-0.3.1~ubuntu11/tests/data/mock-system/etc/apt/sources.list.d/0000755000000000000000000000000012303452237022633 5ustar ././@LongLink0000000000000000000000000000015600000000000011567 Lustar rootrootapt-clone-0.3.1~ubuntu11/tests/data/mock-system/etc/apt/sources.list.d/ubuntu-mozilla-daily-ppa-maverick.listapt-clone-0.3.1~ubuntu11/tests/data/mock-system/etc/apt/sources.list.d/ubuntu-mozilla-daily-ppa-mave0000644000000000000000000000011312044435676030356 0ustar deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu/ lucid main apt-clone-0.3.1~ubuntu11/tests/data/mock-system/etc/apt/apt.conf.d/0000755000000000000000000000000012303452237021706 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/etc/apt/trusted.gpg0000644000000000000000000021644511537661106022166 0ustar AD?.F1ف|޼*Dea^*C:aRʚ_ ۓ6+ tjc1>8-b c ű)QP!}dmeCVEX(Q6W0$Xvð h#WZ7uē;mnTH"'9,-<RАF,Qb@q*pt %ieץ[P Fpi0~8\?Wځ][-Z)m$`+RaK)X_HұG6 #|9F< 'Kuϧ7 m-$7 (Cv,_b>b.(J>$aY1ʟn%8/V ];Ubuntu Archive Automatic Signing Key ^AD?  @nC}$SHW2ǒZ\6;yHNs *FAQg 1*}1!\dǖ)K&A9> eo㿍;ȰFC 膧$eǢIט;Yj܎/87`2vF% XIFCK j8xUV%5GJC@@zk>[k-a⒰FD( Tm.A\b\_:Np"ޤL)&*%椇 EƔ*(FE [l3;]XnX ȇ{ o2^Кb:X*t6,)e FE /m4 " `S:~ͦKK,d-nƯ]fFE0 y_?4WP0XpD1Zn阜N"} FEB  9`˧f (@s!K'8<VaKX;-ݡFE` .P焢"$t 伧V8ܦu-(qƟ4FEg| ~K\T|1r?sn'Ԕ#7%?}_ ^5El FE) Y҇K* )lGV2"VNF0 o7Yk|FE }Fj8EqװE=*Dr3>P]iZzFE1 >;_uL^wR_WfۑA}ʾCi@mlHFF 3L|BL4ues>\q7רMsFB 0kUDƑ< Scr{yuTMu (Q8O,ɔ *UOaFB P&<x\؍z{b"ǀmaЪ6#?I Ep % "J/푘5}_M I5xgn '1ZG4ƕ  ?'/[ @|}aϮ~D==W#z#Gg NTofy`CN@Ɓ6)@2k\1X 7Q)Y͊vli}1c~aG TPV>ޜ#u埂)"XjN-.``vR{4zB5W~Y*^ tAe z |e ̑i ^VrNT#m9ܗX!G-joq'm6!yPsL# 5T5M)L>9jbeaQtwlP?mC Zȃ#.8@ Zҫ϶z ZAxb"W4AGϚs>wϤB- ip6[~n@G\HDqkɓAz61oF3 (8!;p扗eVLd<5ل®hAq73֐ f7M˟jt ADG%KLQ똶@n$)fQKڊZ$Ri7oSyZ0EXyJ(bpq3ujr]Z<ײJyr- N;rȶ(j~VUlE! :&|;R LvhHU*!bάFf}g PD+ƓOBu&Jh,H/ b$=RM<m,;|LN1_O,V,V ذO9ikſ'+ ؀5ɟs郂A#z)"d0NV=Qm`qAB`ڤ5SKR-' hڑ rVUeJNН(ymg;t2B'3BDA==b%4+#LZ g{][uXa,/W mLCj8rG2t7=s(p]}:z6lz7N:b#۪Q~JH݈d#_=I ADG @nC}XOm{ tD325O z zwtARx q7iUxUۯj=]|=k껜Z:\m5c@溃ĴxhvhTPC{-6ѧ7/DK'UDy{@rܽ)L#787[x͏Q Mg]OJږn$EF#5Vٵ(dlnCE >[5K5;^0e06~I`R[K>"]G;r֎p//`IBۣz{S.bŮ_|0ങwuF"aw1-`dr+',Ռ |ǟ$x#Vj,Qcs;-7#X&_۠_ye;[dqI(ݑ%* A:Ubuntu CD Image Automatic Signing Key ^ARx  F3TQyPwoJ(M_u@:FuFAԠ 3Lrhve (4PۂsbqYdv}rFDٍ Պ`+$Lw^Oh'+U.Kam6U-qܦB=FD/ :aSQ(/$j.ltQ4az_nCczl/FE [l3\=SLߞ3ea9xԚNqgpܬpf[܍vFEy Y҇KȦEw͛hJ/@>`pcd9lifFEk v>$P'\O *`c8#p?I Df UX ( eUT'S_4Ʒľ͵=^I|'ıݰI Ep % 2e(Dloّ0q/PN=CD|hCod R ._k(m9:?rc6Fyc%Eu\o|q\ZJ`!/pµ5:to3 % @w軦Kow b3'E8Wyzg4SМ>G0e3 o|tP"v^4ePP80 M-ݯaooD ig"s,Ñ 6?^Q3_Y,΍)QʼFH—cQY''bɔ19qYAe6W̭~<,P歷2;sER؍w2;taGO ,JEtӄa&z}xfs뮫D- ig"s,Ñ |CMmAFߍĬƓV}Qk4vcRܯ1pj:tt%^i&}3%>vK'Aj~Ac"$~c؏*cY={+1)H7 ՚|2}a(zt^%)OJxx#)#SGo^{/'_Rz#[ۦ0D! ig"s,Ñ kO8x; Pt9_䠀1 ]_a϶VN yo𐿦ΈuM;B2;|=|'}2&_YsZvH/1}]Tw5C/B?\ +v2i8tCR2U|)kgZQIrp(sz V}5o$' P{a.셂1HcI&Hܰ0D㴻 ig"s,Ñ ;TL˛5* tG& 4F DFKʻ`n5وvVo(;pIvU7rKO f[ƱZetoz:(^Ѿ.8=MIg9HNLηM׼4gp8a<.k|֢;`[sKnx`8g>Dڐy / rYᦞO5}|y Ͻ@+0td V W;@G4ƞ  ?'/[ަ?ldґ(=VppQl ;M|Kp{lLn~P 2?5]<,t ?{ApG~l޻4]@6,0 Rr+8oauSHB)|[r{KX)FX\bu}'@IpDkްr4ǥA"m\&b;n&7$$g'h *~[Ip؋^z٫< sn ö:иteis_aXѺ*wp%;Blok\(kqN$2QݹDUZᇍA, OjXΞgC;3(Cv|#3VL)k\K_J1 )Aev\kJaSy*sL{ZDzyUFG2lQїD4ͬ)R&U"6 ,Z or%(C1tNǏY`;=BǦI:(& HnKCX_XMXdI|vL'@?| +Pkl7ݨgCL9ޣݽRDzA): %4@A9Λ\$YfMA~n(h1Launchpad PPA for Ubuntu Mozilla Daily Build Team I:  A$uءq}NN;},9zwpLbLzOhx1{EVH^u}5 EM)&03AdF^ *S$>b'qY=3r"us _X;1H=qPNLiRs3F޶u]`-0nF"cJ>XUS,D*lNrB06<^nV_+OΣ'~IN!&ǜXSj-=Ypc2vF~j'/3.Q<([km zrb +E}>*$ E _]V0u$G=cˆQUA` 2 H_rnWzo[! r,CS í(.@EY#D:9 2_fcVoj`BdǾ8 9pOvV=cwER =` Li  m:>\˂K--A8'! C=ƤЫJ%_D8g\wI(Ż(J}ˋJ0L_xHA̰XSHqt(]mcː Jp)H`}**#czhz߽liIٶɼsǜ92" פk(bILaunchpad Zeitgeist J%_  ˇv|Xå4K^pnB*wWbn9-c)xNbߝzζV +9?Ŝ@]Rۇ[: rRB!lp>Hg@uG|nn!UOFPIsݦ)luB/KeKA]!_F"6ϙ MrLD^-r ؍rQW>K"*Z8+ҔX6."W'^h*l,{/*h}X5=9Launchpad PPA for Michael Vogt Is  G/h|c%7c)n)iJE9lE^4[eN P5ˆ6g+%!` aD/OB{4.`-SItnJ3E5P8* ZƤ0}Pm#8CE 1i7`A]֦6?}1FR0-ĸ;EnEKFȹ {~gC Launchpad PPA for Ubuntu Desktop Itn  ,Ʉ# 61bOjT0`j.ԫD]L%S{7"+aT&Kz{ ?C~GP.sy|$%+`;QyQ0 ŐmUjGӀ|S6ItoA%Z?!8;huOd椅"8"kޣGDrm2&a /1!@>/U{)}~lJ*/2y"1Q OxdHXLaunchpad PPA for Matt Trudel Ito  /G:(2x(Ԑ8@'y+ZVNc')Xҵ&9Cɖ&mrGsjŕ2W$( HMAuXO$0<РjaDގ4w o3ZJ8-C pޡqR#n8%i̜ }?:+ E n/8QQ޴$&<&Pf7zJ#u!vlY5CfHN{B~`5&ݯ j.%ga_sMLaunchpad Compiled Extensions J8-  \wL=(/-G&Jڰ)b(3tVmOdpU11m{rbJġ8 _V򬛖l\>g adszk ^}QHE?_t@Xھg!Launchpad gedit-developer-plugins Jڰ)  #h_êepe|^\͎yJOS3T2Ɔegԓٽ %(I~F2(6|?ʏR0PZ64 5=ޕ{Kvb@BS(/٩xݚ!ff:j :~)/Lҷ^SS$$~y.)4D<$cۓ,dڪJҖ Q%ijbRp Rhy&Db`gL(z鵧;˝MmP['Launchpad PPA for Linaro Infrastructure"Lҷ   7;p%?Hs4MzLLmV&^O6[n t?0ͬ:ym\bX UfqkP'ཀTP.-x°Jޯ0: -jcij]yPfM/f{p -XZ4<£ T&"={EM`6HZ &2CIw ȱg˫wQ2w#y Launchpad ppa Jޯ  {Dd{VYjHEgY~mJT՝|ilf`x!?x10L@6bjurP Sq;agozYrF|?"l13R(OϺ-,~w1*L)iL`lwn%{d=;}쯲7m`UùZB]K<*cn~ad#a炑p}uHQvMAnH%@~Uh,ZKڰ4^q&9OLaunchpad test L`l  1ru%M,V=WˁqbՃӚqKLaێt/T[ .a2I=;L)rQ/s- (ʼ'&Q ;8 r؀z pHЅi2а +c֢r(IJI"]e%NBZ "DV_ ,!b:bp66[ZP-Co*ћ-7Ղ"ƃƯ^іћk>fs}B"-.Nzn2~Launchpad Kubuntu UpdatesFJNw "΃:Ӳ.O˙20x_6ĵjDȢO:jusFJ -M|MT0 T$<=ҙ.>"w(Hk;VdX*k J  (6 ?zِF'e4.*Uo,>AEjZtM=E?g){7G߯o{#)YzI4M3 HqoFOH/y{a2(@P/LZϐ=6.rTvez9q({|~ 7YcB8 . 6JԦ2sA 6]Q0w;^`gUQ>-ֽNט%[?ЯHztHJr̬;Mk~^ TA^IR6%J/Qgr I> y${`:d}j!ބ tç`szQjmBx9(5xIim0RLB8pPZsWBzݧ~pE? J憡ѱ=7ݼÃmM3~%){Bb򷭈/$F8 yFTq2rbid.eɗn2Y##_GVxCF9] o\5cJ\On85zJ+5GW F9a Ncb;"7DHR ֥2rvVqN\:A۰F9s3 TO; n>4Ic0+6G3va~IFF9 Quϒ+ɶe%>x) ?!FxRI0ѸB}F9/  ek!H%v<<]ۇHe Xe(KKG-OzF9 znA%f,is,P]Y'o\}YξM1+'F9L ^F%|1N<+Nئ92zq &iF:# ā |Yjb&fcXKsIp2K̘fï!,>F:.> Nf%ҫݯ*\p1l+g` ڵs[sl!F;1 Ȣ%uE1zUl,{]pRWR3ǘ8mZȰF;@J |)Ia:^ﶂ;7 +]I_V&⎥cF+F;@P y/6ٚW,& %.BFfQF;@` )]"hTG5LfO?TWO/Xq>F;AUe Y]7Kr%܌2`ֽ\'A`]a(TB*W.Y+^ϰF;E CUS4^.c=$+fr9;1)GH F;Fc  {Wӛ*˩`[HC1%f]g3"h~̵枰F;Kz ˹i2 J+MP9/u][۰F;Mc d9366"L{I>XױҬF;O& ]I[Xr:rui8f;] %F;R&3 $=D:nl_ɶ?9[ PCV`H=nF;R IzmP$wfPa!8o WSP0(1b%5sanϐH\4G*QI8DF?V4 ݕ/?@rЊfyS&X)2 ~Q7;F?8. k&9sr3}b`[rcWbi77ˑF? <4@5y}MJ5_W]Y灲^S7o9F?$ 'T~>6b}(mW E:hiAJoFAlHhvIk[۰F?a ,7sh0<,=%7 II!_ ᆼe ۖF? *%{w7(c?_2uؔ}bq84Z4CSfd7nXF? F\cjJ8D`gىjQy=m?H$F?t (GC l>ez] ZVcjY¾!pkS@F、F? (ݰɶJd)W5VR %F,k6ţBcF?'" o#OZ !\z)HU"̭w}%%h3F?5| iҦc4m{v$2oa2RQ(zNCD%=ҰF?4& ;n}݇&h At8y}UdȬ 1֒tF? dlr \[:us(by pg;aejzFAMT K ,r҅K0v֙&VPMfnō4먱ٟFBr" wjmb9騀=Bο L J\FC5 ۫sXRyk7[튦}ۚJlzg\ɘulqeef́FC~ rIxFQT'HF`}axsk/ k8q}~]FD ARqe襽5~ >>|Dm)fkSkeưFD  ЋGB *K%)>tԴ8LIK[FJh -i`R_du<ƩizwuV̮2NnP\F=i ;s+̝)^t࣋s%L-xW_x}u|LtL]k=?F?- 5a|Q:)Yɣɋ!87Hvd砜Sto";G>F? NKɘpC _F?: lQ31 Og$R7 z5{/t1BqBN>F?3 4PQ?*fI~ )=]w~姟dt K&?b8D( 8F?Q vc&^$Dd!lX4'  %2c2lF? OV!aDu9nM쯊 !iLO%\_TF?/ yx?L"f#zë&fMk~T4ŧ'}zt<F? ' k&z&4Nr5eAAۢd&jCMrESMEru:Ƚ+H`[5F?.x  cJ\ ,sf 휭ئynɔ E*- Ng)F?XQ KA0]5F y7X i(y~k (ck(FA+ 崶n~7N*j%A7s*V qܯ 4FBr T JЁ*_iLay9U2_`q꿩:L9@ՊF=7$ h(NK]MHYS>/J+wA0GܰF> _)jrukvm<4VC$67YɼY%pڰF?j [} 5|xh_=5ʉm2l9ƌ^FwF?"S !,OK1!)S@ؽmw CJO|yE^E#xF?+ 4/vͭ7ē!}hŋH xw}VTF?f8 x3DH(RjE2Rǁp>wٽi(;JpAg zC-SyF? "|q+452FʘNF-`b;3WY̑P; ˅RF?? !A$wQJ U#O7fmluӑ oVKmThqsF?\ <⾣AG?~}~@&6ll)~`+ߑF? !u ,pSO r+}6`F? (k|5hPYiw|)M+3sXHF2P>$F? `N"!y@_hbXBJ?g SHj&,4.LF? ӗâO~N=#.ʪ(J3ˮeT휫͐IQJSxF? Vm6, wzolkFωkZUFA2qΆ~ F?m qN1hPǴFFo/zIxŸ'R"KvF?: 1O֏BFU5vO.Hʹ0(gF?u u'eAT&r9N-F$'] 4 #MF?*? lv-lRRTxYT wЯQS|b¾F?e ֠P.hW([&F6l˖wU=|B/"KiGưF?e u)t#?LIBp_S" o0K[+nD3ڊ b\cYjF?mE U>x^\Ԧk[0@bG7\01ڰF? K&$"@w IǺlʀ}Ǭ'93U#>]nȼ-S( GF? dk%>X.=ZC8<[A&=P߰F?Y ۯVAǵ;O隃BmmhQ3gQ;'uv2F?Z y~hl|rN{qcvRk`"@(gF?J t~E0^9U_ek^ }4JvS/G%c0F? !O܄gl!^ y|Gzy`6rozjPCHjx^B'R FF?e? ΊyטmR,8hce)9uz`LKdXu᷷v}éF? Z': ov0`sD3P۠Bί:{lڄ=F? Z': ov0`sD3P۠F? Z': ov0`sD3F? ;w 44\\㽘 plZs )>%]F?f +@ hxy%vB{Χ3V5av7)(]R-F?Ӵ (Z>!]\lpoMs 6;ӰF?!s> %DrRN4=̬c\Oes/N_Ueǎ1HJ<狰F?( 26sw6S4A{p&:F=-P:#V^miðF?(s 8Ʌԝc 1ؠF,ܾ7wმ(ʴ?"OJRF?(~ ]I486ʮ%)mrSK6uiCP|_ zK0F?-V ,>ZҊU֪ԅc KR_O肋 .D7o.}F?-8 Nʹw?pbר7~%NWkZ{qZаF?3V (8sXX@G3;1MrK9 ڭLp5cXF?9&q E!GiTZFK'K,sA%z@*DІi7MvV0uc9F?dk ffqzۃVy7ПJ*Q'XpIk-1OӵWy‡F?dl  KfWmb*2RR硁eʹ,s=;rE4AcF?dm@ NֳmpӚ@H-%3x4yH3L/S=Y=y$F@w* >m'4XQKizW턗 $D~;ԮΓxCF@w l.V[8C71O4\WKn/PSSW F@w {N4$ȸ=7{]zT)Jq{+Gu) xF@x  '*/s]\Cdx0D[9Ru7fb/֚5׉a:fF@y |;yp}קVܓwPMQK>|I\GѫA NuΨ9VT2s\|0zjF@ q^֠~{CP78 % 1-r*˗Դ4F! f FAm LK*0)Y6CW\]{^nDZXk L]<zjFA 1qO?XÎ Mt]nb)D;vڄ| >GQFB8k s@PT(MFedx/§QGmFB= .\K++I-F=} -cDioOBM37hņCFBr9 MPT'@NtEF$+Ar5q IqaஜFBrƷ yaCMC(C.2Jj;xB&>wK ,sH6FBr w j˻HZ `_K>~O 2sU94up>8FBs X>hdin+{ˀb!j:ꈟIr"WW],<FBu, !/g%ew7[XgHs2&ҜI&uGK;FBu  Ͷq4^ޘFB* m{i+yv?];>%$@n uN'b/rFBZQ N.DC_o˛5;=U΃3E)NkkcIyfFB0 3Lʁ^dŵ`?~BGV;cG68 A/I D UX Z 5 P#8c#sO"gGLsE z62xЀI D’ UX pgT5hO†7/Uaщ<(3*2<~ͥzI Brx m{i:uzwn̗;udS#AHlX@ _c$U86M  $Vb4 tiQRI]I 5R~WJr`]86M  $Vb4eGPG tiQRI]I 5R~WJr`j*>#http://www.rath.org/gpgpolicy.html NB\ƛ^co_)_amHIJyi\CkUΊM?(OFhttp://www.trash.net/~thomasb/crypto/keysigning/keysigning.ver1.0.txt yZ`jGݶ;M#S@r0FyǫDsGVJM?(dFhttp://www.trash.net/~thomasb/crypto/keysigning/keysigning.ver1.0.txt yvuYL;j*m`Ѫ`7&xucg$ N?qGhttp://www.mathematik.uni-bielefeld.de/~mmutz/sign-policy-2003-07.html ޅ8xH;Q<)4n|;Mz/#؊14V"5<Vɀ.|~׈ݏ@ 6%Ñ!-6w0v<=~m~eQHCC"^н~fqެ9oPw>J "S:{^K-&s6{tH^e ĐОeZekPyM0j?M mA]UI4ŝ6%&8% Ԫ|PuvZsu; \;?H'ϼ'CZ@el3X#p71y~B/YH~t}}$?2/ k;mqu~(q6e#$fE=1)`ߕ_tfq :U봋}Yrao%ĕWc Co{l'Aw2FFR8 Ĺ1m&"q?( *2%~o]e%^&DF&q:uqWJ>zgK uw1zىj 1%=@{xwɓJR.A{پgZߔ붽LC%Ǡxp93BXv?mW@xp F!-T/KE)آz@NyI#Kػ?y?D@I\q,s+ "hY5vl<{3}X KJ#ǴۗPu.^gǫܢ` ~?Y5D? csignature-notes@penguin.de"http://www.penguin.de/~bb/contact/pgp/signings/notes.EA71B29645974D8B343E821E962483E15662C734.asc"3http://www.penguin.de/~bb/contact/pgp/policy/v1.1/ K`FukyYL _ eeViۘJ+seP;R =*Ɯ?-?JN  rNER4uI51ez$=Ӆ0XV*v kqi;.bv`bCف͡{3zW;'QV7Xe1 l:af"㘃Tޫc \-PdkJãC"`끫`"d\hC\!{:^FϮPn)g К;δݢo#khqh_lhu'td?z @@ Jp)ҁϨ 顽%r.q3H+yԨď6}'k"s,&VHrVI%=,ۊxc1/ǢaRa+%)<'_'xdp_<kc]3Җ._եWb>=&NG!@$# lF`_vsMOӯ3'ȳ@4#4Ӱ¶0߽8sfz-3y{F#edɔ3=czv;פ1Z$`H8! B5u W|Ni㟷zL'fX)x#"8+:FϮDMB1+)_H>1ۡr#cܟٱ {6R;jC2o/Y:{{nU2 2gH.l2k+SmAGGPR$:H8P,8H=Ia#pjx"ZԖhQ:rh2ң 5?ĬZCrMb@.+d|~]֡[Du⹅t+" Avu W|av:2CM")1˸~_#[H=ъ~#:.iI;du(M޿"$xaO趤B3IG>bG^}7~fVk?S<+a_O <5WE$B> .A+yZl<IB/`rUtU$a-h..2qV$ƒM%8'jYۚ" Aݚu W|hM2k>8U}Z^5ߦo~ ~Y 5p}GpM떹tP_P~13f9jfo`\dukHJp604$yG ["yp߃XdOo, WID4e>sJ?|:e%yixNjpcyp `( ,&0*; S*rF'fwaO7$ N>IbY7rAR21\K⒰" Au W|}BiퟯK=s&b,@gDN#/kߧ} 0ȩu[mFݍ&T|]Ÿ(YͩPز bK,uo8">;ѧL.wꎥ03n"Ј-l*hh11*3k醗_72v+W%s2DiAAkMXLu:WI?be-"J-5 ob>زI" Bu W|2hMK}5E{_`7RgW&՘qA!EG(8%ȼ{C4 {012)! #)6wp51s_Q .!;g^ C2sΧ")00[bX)V9 FQ$2ؐc;>fv3./ rx;|hԋ:|Q\y{72+[CE32&Ht9K jt%uuD" Bu W|I:z {O=$~w7l9!T" >CtqE|i1VxǼ mVK['ec룓%ϴ"gFB칸qhӹjd_\[reBr}nׂjAO܂,SxU_^ǝ"@vVn#n,C?<- dw>tR|dQeсQgm tãӏ<3x"p((b}$j" B)u W|-%RRj@\?ȓ̠Ido{}C8ʡp AWob+C71k;T bOAP+T9)I|\uBIQDHoކ wGFwYBbWQurPe$,}($ Qa6׫CMKNXM:~I7~ Qr@6+J!#]~AI(F|+b#!cW" B=Iu W|Qo0%S G%MMsf}xz(;=K!P!F\RQ # C.˘lw~Ud>;tPpv>U1C;n_#oeƋ %kQ罃c!//!iRi#vy\qUOynaL[.azCyHq"~(ҔiDȷģ8oMl6D" BOu W|Ax+1 ђug:f%1+*N0ʁ2~!e1s<؋4\+k\@i}S*x7~LdX3'7X<[J *; i-HpdMp *=0v%'O~r+L` O+\2ܯ1bFOB */A2R8r#X"Yyʽ}k_} x,ɛ@l#]>Ӱ" Bb&Zu W|Y˧69sܕw [ې-ӄt\x1yށ?ۧ\{qRI~mU0pq4g,^H#2wgfb1ԣڪs!Y =x7=ގ;{GK݁Y /UmY]BU ={ 28̿""RFcǭgx)wl^"Ň50 (bW~[-BnЅ|x~{ꄋ\FInRȷE9n" Bbu W|FbKI`l/; W +6i<~HAGY.0PďmZ\> ͫMVC-{4ˑȀI9b7 4")s&}1х_ yV;*4{1 Й76bJ"^>{2;(yr@JLOi={rt24N`O^P=2 Zr=H_:]Ű" Bu?su W|5M'Z w+fGEvcñxځ=:\$AO5v~R)ݳ}A5)fj {bk:AiS=/jzvMYtM:zbg(6Ǿzmt/C }~/X|U\;"eXJsb*i5[(/eFxD/?ə.S;,Ȇ}#+qV撄$ eU" Bu W|w)oL[ZfV˘n\KJ5 Rz,0 >+^rBm4%m7]MD<ѥ&(G}^%>%wv?ThTqcrZVW+tQ)Z$  d"C2 l d}\h&C%kSfبC_ge^QF|a00=Oݣ/ײUusTwi[ذ" BRu W||(ވREŪ vE-sP oOKƼEE^'p b@R2“5z19Il N}12 x(`~'h q 6zD"7msMV_3` B\OxyCJjſ߱:!@s)ģy^I^0ָ¬ PE'p&.}}a1""N*jwNzf Ϝb" Bu W|Tc7:`ls5v3%@7ti:0A4@2Lpv*m𙤘}E(OwJ5r N])oW-8~=s2Vɳhp%b@Q7U-Bp;|Y^0_};^1@KޔQOE`d3YgjGL8;ʭ(nR,ik+7p¢.U(h}jbFbr\KliՊjJ}psʱ:" B u W|E3-#Jh|^$ Jﳩ1cʨ\1P |i;,bZl:=z#(aqEˡtg^k(d'6eI4G8:'!2Pۚ8aEx_Ӵ򠅑ᗩd|MiCdO4;jA;ǵR[k} ƽ́J %tv JLoȾZ;/a:gfsӼo͔VD;P(9Y" Bu W|AU<aW喂3!-Z?A->EfƗ8H`= U=qגǿ7:ў#br?=5dH9;䍉q& tۂ ?rTQN ӷCNZZ<MLݒ `OZc*J9?K>=뽩T'H滄ڱ˩rHu7 eٳL@AkD Ȉ?M#_ʽ[ۢsZaN 1?MRC{K$`GIb7f.2@⹆S]v?TILSYtY83J~v U d|5Ņf] ,B~lMX#٩䈨]`-G=+wxIr047u Mw" Bu W|}UsIZSCV_qO)cgHkx{ymq; ɱz-wZ]~ FyG{|4tdhvEܨ\J֥ǿ7tk/ߙ7Vm~ec a*Ək%\~?)T[x wfӡphP5`?$~nEN?[uc,`ŘW1Uя9( z\\%F ƶ14Ls5d6篳^Tn6-bѨb5i8=TPw[ B:wn*IGWrk:ȑ Ij9ڑt~WB[}ͯFAwpSN-sg-7xw!R֓FVLٰ" BKu W|M3S HO+[$e0 3&R1r|h%ɕC'"\p"y;jOvPnE[l{ qE`K%nScH lm)-Yd1ߓ;LBz1;Ut[R:{c4"<#621&BT1 '?Fm[챸 #fگ;)Zm> ^V;Nҙ@p-FD]j" C/u W|!wy^|qo q-Sر(F!čCT;KˈG>kȡɑ9!*p;#vVtsk9<-tHfM$#Vkkd3gbѺ5Z .a̺],sQ4?]ά}^ي^괄(MdA(~d-HlDWFeB]eF~,8G[ЖĬq_9StUvG/DV_֛&3՜m]bI]1$'*R`X7>NlXMv PtGHuoRMsa]0P&X6Lr\>|:wꘙwl ۽uᦱ2ݬP5gSe35^ӈ/ jGH/,9r4:oUq~jw̰ҧ`,-?z )P7W0zvOӡYROAOc\F韓oKa" CCu W|&!7 q`)R[4λ'gU ɺ\p扅+!D@W=B|>k ߦ΃%T>cW u<>-cq|MiB@ B.}&dػ3e0ҖWDqjށSGU[Rtu:rLkpW.R`+fwr\bE+M HAs ňeWHS.ܱ-" CB-u W|U2$?׼ gޠk͆M𩖄=:ԩiyG7&Ǖ;9@K طhD.1?`9',f ]x]GHuVȖ,$ /!zRGt$)$iufm~wC@rF}!Ӟݸd9\3ƀŽkZ/y"/ wp 8D7ؾ |qt SfDJ( ]Xu7IUs" Cy4u W|;Vp/B(M`W5kyۺRDRa?4Iq\z@AE`2r 3NCGnҾL]LYA\X=n1eJx=spy80LCp˄fֲtO٬Z۸Yz4R" Cy4u W|s?I E/C @+&8nSd+渥 9b4EP4oSzFVCRcQ G}SM`*)0]u3^,546nK|#o]hJ0jKJH+Uɡ41QL'u}fbN~ ּD,lu)sJ+8$D줙\*0ܤȷV3YΫ6QEŠп ,ҖUKwQo@*>m#http://www.rath.org/gpgpolicy.html ܰ,R]TٷE?tt}H.xO?OH;}E8Ӿ!v mj{Iy7!j" #_|Y OܬGR|G7Qu;vmp,˝dwƟ7fSJǒ%Wڙ0?ʐcaKnOpŚ~o:n%% W"GX,Ҹm큳 uSK 52w`'W(zHfqk~t1JXzai9cM?(YFhttp://www.trash.net/~thomasb/crypto/keysigning/keysigning.ver1.0.txt |:K]_|J<@ Npp9jr .pTvqG)}p}"A݄p+f;NS%aᲅ<];d[Q.=A3:)I_=Ap$'@Gt2<`t__]VQ@# 7~;-N!7ĕqdMUg)EAvmUqՎSt(ݳ]W}hJ&a. ?csignature-notes@penguin.de"http://www.penguin.de/~bb/contact/pgp/signings/notes.EA71B29645974D8B343E821E962483E15662C734.asc"3http://www.penguin.de/~bb/contact/pgp/policy/v1.1/ h 8Rw8s }}oNdдlܲd6t5'k|gyGZQ8 \b'wl"]/ y(wrG~R^̱K2_N mfp)_ Iq$:kO:,K0b)Գx>pȽ@:9?Ʋ侨/RWj_-_>U^E)f=Jִ߲5&Z-FBU͘B34y%0W6kw@ ggG?~XLb8B=w wa 髲kzچ.fEBu1t^|ٟ4Z5G޹7(n,g) &] <86ȓ% n ceLT1@>eXw5g ,`O!+*b,(8nc'a&V8\£d:d=/xY5d~^\FVS*[/NܮjW).[F^%nx &w4&3| WZ<jcݣ7vNPnY[3{Σ[XV u=gu8;-`qbf} b#q4U/*+xzoK .rU7jvY%yRv pf=-jDs>@"j>]F߾h@jsܲ 4~9smBw?  CzR 9R!#d2W%x{@V%QFk&$'׹I#P>ܘ"Q47 NݭMG~' %ФE_I;=%1uNf_Xz >Mq/(6!_h4~mPV;-G qxߡ(P%'|Br^gOɷ:iRhGwjZH{[.SHv:OVG,PpXXȼBw? P:cTR JZ.\mXkj,S|j񟅝{Ca$յa]ud⾒_I MCw6Sw 7fȰR\67pܲ/'$l᭼.&'dwW isV&AÓL!a8NaRd.H ?C>yHl+d'|1j+wT:lc9T&t0D\U.P=Za%LC&~~Qr|>kϘn7242J{>hߥwӣ|b?֨éQf.P_34أ: /:5ǘ\m56U#I;E"#DK=R!{xɣ5!q7"Q9هE?f> x3DHCb.nZ~Xd>AbAq=C|q"AF9/  ek!H1aV'=﹉̱1%_*]GhF9 zn_НbX%[~Zq[:,G]9\O++#kF9R )\lT|$i ݿ@"QP>n.Lp}⎰F9L ^F%rTY{S ڈe~W%;eXSu_8ٰF:% ā |Ѩpfy)iԤD Hf)[ڧ$AW]kF:.> Nf_쐀wON>XJЉ/AKu?C?][F;1 Ȣ%ڿܡ 5l1Zg9)<g|q"F;@J |)Ia{{^occR}T-pz..;懰F;@P y/67V ʙtהŝ H/]'# vW}ڰizF;@j u$Ab1kyZOhKLѼxtR_f"vi~iF;@ `0[1ZiDOhߣ0> Hu(,Q43h,)|-F;@b )]"hTZb.(Cg+uc 9q3w~اMd`w-F;@ ]+;AJ OK858%T\cUB MX4̗ JF;@ Ȑu+o ﷅ뤍m'ݯx P貽 reaF;AUl Y]7Kr%*-飱rjLdk`n 敭UE@F;E= WSy!i6QUhr`ݽ+}j*}CC F;E 5IK$Sջ:]:>=Jjum-`ku _ t F;E CUS4?*ϹܴptW4@ȉ́rMU4QFHհF;Fh  {W"\ `}YS[Os}p-HoF;H q ܑ=]1g?B8j7Vw:[FKQ5kF 9+x)hNԇ==f~}paK2; ߳F?V4 ݕ/?#΍YA*mÊyt-F?8, k&9sp>E<sh֘lTP>ϓ$kΠDŌ6rF? <4Ye?n4R?,ño >V8AqBF?( '?+VE(4Y@ef4l8ҖXF?` ,78ܮ-"z Vw!%'F? *%{w7(cq1#㔰BJfpwF#5+qî)F? F\cjBT3D<LLO\bBS鯄,'/yF?t (GC l8: ,44"+/щ+w!ɰF? (ݰɶW7sBC}R׷"f/ouF?' o#OZ ?MJ^;K="G+WA {,hŰF?5| iҦcԾu>}1Fu{U~v[fCfIm$7lhF?4# ;n}?֬+&b?xÜ>vѼF? dXnⳀ<|oCn :S7{Og9lҸbFBr" wjyZ/IZNdsg-4+חrbFC3 ۫sXHkE[hcPPb[!dt?296ǰFC} rIxd q[H3dF[e![Th>~FD ARq%fizI":m׿vSV.] IY#0Xhe1FD  ЋG+CGv!x+(z9P [.]?m< SAFJh -i`RT g 1U9^%6TshB%(imXs%F=p ;s+̝Ikt2D- ;qVb w;}0,hMF?- 5a|Q:tylefO8Eb-KO'$fojpذF? NKɘpR:  6 :b!HnNMׄǺeF?d AY[srnkZV8,ޓAk\N(ɰF?, K!`uYoK.ٛb`&cCY'm^+`&`ޒF?u/ |"ßz:3 οLKw~QPr2pq$Q9kh9k(O *F?V w3tebj2|A)y_)ڀF?{Z 3 lctm}!) !|+ye0XKO'{RW_{%`SSF?~% ݂܁K |W, 'x'lcBe$ ҰF?+ e4+_cHJ %gwK2xh}gJF? q6w%?G@ ۜnb [J6UvG@~nƻeF?)q t׀׿;ݲwsQ;V|F/h(s1C1Yi|&F?{  Sϊ8"j%O<3:Ilu\k9$&QF? tYž9e V(2>!=m w]-r^t~UarF?:  asƾV]Jo}pi1FM_seQl~ۻF?3 4PQ?* JG`꽫wun.VaQ:[^0Ūwu+^')IF?! SQG OUʦrf<Ȍ S#;EY'8+O-u 5F?'| ,?>d&Q#T~ j dsPFFBr T @b*g"Ώ̌M N _)jGg.0t4` ҫ R6hR<,9M%3^IiF?g [} J=L"Iqm=SH^iGVdSKF?"R !,OKO\tKᬍ&Kx6-dj1UvdxDNF?+ 4/ޅdqoYD W!*&|kH Y͑F? "|q+ˠ;7/|u6Ь?=U*ZuqR7^.?BcKF? ӗҷ|儭TdEd @.’(oF? Vm6, w2dD=[mh#! O[G ]vF?m qN1 >,FFVkt16#יSz9jF?: F;%>ܸA.]"y,}Vc=񽀭|tl9 F? ќg͖|u I,`/đC$H"2 F?n u'eAHWh8$m<&p:|ʔ'AM9tltsI%аF?$z Quօnk%K*+F*> nrm*~F?*> lv-׺VA"^C;x1GqhF?e ֠P. y7*X| 8-8P t=#_F?e u)-B!.A i$Alw3ξ47$Mpu:F?mE U> 0ãgiGMaȜ{2wF^ܢRůF? K&$"@2Y%[ ٽFrjw#H{xKpT[F? dk%>X]hUCc^ ~ɰ28 x$-åF?Y ۯVV?eY{Y(H۩~O;y>o>>k&>g̰F?Z y~my@ XZ걝Z`k9^=c?i<vF?n ,zDw9l e.F\ιTV 5m3o"F?o S<@9BXDKۥTC!>y& 5ѭp<+@ .F?a VA&)3B4FvN Oë>)(gWF6 NL"#sF?!s; %DrRv Yո^bݪ\.=P^5K}GiHƳQ[AF?'k (O'bJJ 15Ͳ Iu]6{RCơˤF?( 26swS FxUH?|FHT5scy่xVp='WF?(p 8ɅX X?pqB}jmYngҬ@PzḭF?(z ]I4DZ(' {V~4A^zl8Hlj[;):VmF?-V ,>ZҊUցF{ ?ѳGVE r/ծ<Ȥ [iEZF?-5 NʹpP_WyFG >'Xף_k[-B:{SJv2XF?3V (82W(@wtD6 Ka+vxa TUe԰F?9&n E!GiTF&H<uQ_KvU;RZPiM޵@'F?dl  KfWmꈅ|$M$$fp$/eIM7I yd]>FF?dm= Nֳp1%nm'KTWzi$?)T'NZ%y"SnopijϲDF@w l.V[8_%f8D}SADT*U'W>F@w {! VC ПOa oۘ_xXїMF@x  'y8D91I&3 <+["sHizLF@y |;yp)y={]  t[JGH}N(خ+-ưF@ C<ҒMߊ\>ava:rUzBFdi.g`r4\k~GF@ u>MQK>|v/]AyJP_'$厤lY1F@ q^֠~{n@TyxO:!g*YE97YR&rFAk LK*0)#K줘;Gk(]{'Z)|>ՙ*I,FAO .\K++icEs0+beuU-I{vIgFA 1qOP-=M9uAL"ekK,MFB8h s@PjGE^>&=DP+|ɶ0C&rFBr9 MP 3;Vp;M qLn{ 癩?8ϯFBrƷ yaCMI*hI);ag%jt>Gk/a5.e^FBr w j<u{20gEB5~5!`zqVBCkFBs X>hdiqpfV'22vaP-;SE7CFBu( !/Mw)w&1r׍/b 6(:̓l:(ٰFBu Y}rtu?e.ϲ :X7$WFB0 3LmֈP1~z7ZGi%@BI D UX Z 5 P#8c#sO"gGLsE z62xЀI BrN m{il#%yb?Գ{^YJ+ym;w?ԁV9<"  $Vb4a4ދ֌Y3nCDh*J^oLj% ,WưY B8 $Vb4NP\H~MdQ=GL*^9<"  $Vb4eGPGa4ދ֌Y3nCDh*J^oLj% ,Wưj*>#http://www.rath.org/gpgpolicy.html NB\/>Q> c[`I+aj5|FpRu;HetP|bB}vNZf:2 z+-62f… &xGN 9"o7¹;05Q"M?(LFhttp://www.trash.net/~thomasb/crypto/keysigning/keysigning.ver1.0.txt yZ`jMLH ȗ#FkUqv8FM?(`Fhttp://www.trash.net/~thomasb/crypto/keysigning/keysigning.ver1.0.txt yvu{0 }6PRǓ⋢%*' K)gg}X0N?qGhttp://www.mathematik.uni-bielefeld.de/~mmutz/sign-policy-2003-07.html ޅ8_S.[}*I].{I%T⫦ `<Vˀ.|~F3$BڷiNmC{lV;ż$rR\֎nZu U!Ս^m, lXz6fCnڎ g@˭a [޷>uQߔ]/ۡZ?3 mA]wtk!(]q׹wͳ^<6xD A{|qJzZlR[NZtp=_f)؇Tsd^\s+O{RsȻTuzDtx7;u+MvN#45T 8Dpo%YqY@ x>Aڛ{n]~jUs" Avu W|;l"a!'`:;F9=f "( HR\Bκgg'?%Pt%`8Q *w*7f3},\CTGy3QM<$.;Ԋ9WjFq~sSۡ>V&CX X])<4zEg4.7d dG=5 glӯ$ Ts z@m5j<|J\R-`%疸Odz 5-eZ" Aݚu W|3D.KWD>HRIUq(ʪ]!//l=]h 6FMu/Kԇ?˻8q՜,ޱvpKPfh^5 {"v p9 gD$ i{0++Fo`⩡o ?XI>|QcA!q~ڬY}rҡhۧ 7OBQlvѾ0)ΑB|JO" Au W|qB~vټ5M.Hv9 dQnA AZ\NX C}L| [ C4Sڨewp h|tg[W ޙ㴁v7i\Ot$945>Ws(4Z±)B{z5W 4ΐƲL(5qG/Q: PF$7:Q" Bu W|Y`dzO*(yxZIܭ*&ksI)kôh1olŃoqU,Ð#36s3Y>9zI%&4`n;#vǶs-e~\gPߡ:Mf7?`,ADm'9Zq@g>~x ZU֘dq~7CaړEÛ`m'I9+e;]Xpoޚް}al.L" BY/u W|)ٝ'3.JJޖ?I]v5@"5(6vڌQ`|C$P7>M_f ~d痰gXĄrYJ#$Zv"c7 XaAF6_~ZEZ~Fڸ@Gbff_) >U)ЁkV2mbA@6GRZPA)3'iwkVծ" Bu W|cb@&Ydj09 0>\[gv)Jc7Aqgɑ f*j]M2Nd"qI#֨ h(S?3@]G˴\z^¶J6v2O5]N7hWnlE\#Yx.]8cӋ!Z;zN<)^&)feՌr!,M^@;>m[B 󳳴Xו52ط" B)u W|yx Ų"f_=u. qqEv*˰AtBS֝_31"HQw͔Y< M"@]ԐZw[|/%F&w~wSJ8Ak3X"ajP [L5pWo07F-vڰ#8GYpVԀ }6lkYk1Fq#nlE+ne*Mˮ8<Ss LKnO"HA'9"Q?/x8M3\u /" Bb&Zu W|ҐosNjMhf<<~Yq6x`e _E:?nR~e\e$F.4= 3 \n>QIhjצ^I1篘A$܁)֖~B};)cs(ΚoA~s?2:^6 ur'4ĺ1.2f]k.]GC-6JǧYS#l(9`%6nWL{l" Bbu W|M4h磊&aU bML˪O ,jLF L"fKܭLVFF$ix`Ƽ\2@k+W L8طEow"5rd6F{VśG;U >2M=7׬o,xNR 9%AT 1֪}+)Dh`O "j2C(0P\3a?+n('UE?$~٬]6N514" Bu?su W|m"J_Kĝhĉߏvmm!G<@$}Sz+X߀^D^ /Gan0IO9$ҌTRgr =ׁ s-uZQ!BJJٽf>^6GMGR'PMfw]WjYkkrk _ R~%5p-xjͲw9t`.Q7<^1*yc' R5>" Bu W|kFuRz+z>E2Ӳ, H_JicBp#g2dž2 T^Rߍf#^b~ʞ 1"r&VYH6v2J}ohMQ ?J0[R﯋+2̔]`0mUE+ou",5b8e"!"y[gC)`}荤Df0G?-JZ^HƆKTPE%M5|i" BRu W|t-^""-cshK]l_>Vw/6qK ѕAZ1]=]]$`aVur]~b^ q^ْC{s w{ߥ6GZZE?DoL݂G21a*ga}ӿFm7lv8/|ǡ00ksAOH+InK4mAR>)PYvn_$]Be /9l" Bu W|z.WM'9ưjpkO.<${bb\hB怦Nh-PwK!B$0GîS}&L4ebf#?Zpv,)o~0\˪bU_Kǫ490ڎr][MҒpD{q^:㮖J8zze‹E`|/;ߗe@'>&Y}()) q9@d"GZЕ0'z;" B u W|lyR W1QmK:]l(=XY#LmL̲8pڛ @:" Bu W|,V@ӊ1$=vɢPyFėr~qqxr)V0>AlЩ%Wy)W`I'YuI4lJ=Y~_mX[bc|d⯽h9%.9gVOƹ+w 3yK_u I ^}7Yauz|ƀsleMƁ7,;vTy`ט*IZ"#H" Bku W|VEu~9;DM (U4EO #20\>$3*`Uzԡ(p" $TG2^ˉOEh4aƢ%yOs ?nҰZ2:"J¨䐖_9e352܅о[yeg sTt'K;^]xNHU"aתΟWrkh#;e%gA.N FL^_nX<֞" B5u W|{@<Ǖ_+Z: Xay _sZv-/N֔N3jK% zB%ladIU3/"A43/tհJ+] D|Paa(`"*9~LR_ijDvCɂBBOPϐwj! Ig>Iz0i}Ӥ$E1cT%cvBM*hmdR-(iS' sub[͢~4* }C")f"t8P<'HQ*L1r9?WfP+1A" Bѝvu W| K!׺GQCȁ[Ȏh@z+c>FTe#,ZX~"};O G-m\C:/}T!o4!4z\QCm%mT0kIq Ʀ/Ӧ ?Pow bwF I֪`Afj;4ed Z"-!cHgۣa]JJ%])m{%scew@K7 G" Beu W|ß@?uz8p=wњ] Mwf~~wPnTQS-DTu)i, retjOn R|Mf3υ\X MMpzC[WF6"zy% #c-q9.::ֳ{n uIǦް9+a?PU`JwtKTg)*~G*Hi'IH{,. :n" BLu W|D5 ;Jdż̊v#ɛ n hhoh?Y_b0q0t*=*g/3ŠZ_^" BKu W|h^wYV«\ӜPDMgqTo0#cl,sħ­]s9B'boWSNf&{uHz4d¬uߴ*7fI1fx%7X͘Jm%]Pu)]5o!3\[NoFT:5[;X;}1Abv8WgӘ"f>uj+-u q՞}O Cy8¢[b(r" C/u W|UoLV3U=4V{0,s+G).|I\o=媌[wNF1ѩL #g|pVpUf>?M *ǻr e2lw`K0n-HTr]+X)l iϯIM{vu]/Mw\Cw}ʋN/hS?/唏p_.rラDy oS{Zi0zH Ӄs&&vuӦvfa׏3 f(*ٺM>hY_0;c? " CM:u W|~yFYD4pFh|pǘЇiK4 )Ox>na5c/WhCq{H;jSVjj6u@' vL"Dpn8ZM(3L1r';gp6aeӚ ˓< 2+8 O蒆uc.B`͂FI7x w=n֟R%z=$d9c ,Og[\!#Dlc%RDgf" Cu W|ZYvi. x8c`".5G"gWRN[bgلGeka)5H;YιE[m #kG*4AWsϱh#1[cuvw;)QX9A^lm0l!* ]7فbxIިA'3L-\Ő@$gtؔm /M8"宙Q[([x_(`(4w8͸*p̈,[" CCu W|^)ɨ!.)o=5Ev 4n34\J&R=ַNǼ+P亊+A gKSvSugY[3XM-mVp:=a?ELCp˄fֲtO٬Z۸Yz4R@*>o#http://www.rath.org/gpgpolicy.html ܰ,Ra,{k P1,EeY":$ɬ4*- H GSuc D7l?!yaNh3vŭelc ++K]=T3q''l,wF ,w8:qD/M ҔcM?(VFhttp://www.trash.net/~thomasb/crypto/keysigning/keysigning.ver1.0.txt |:K] z!8ȣ巵AyaƜY>OTv\nޕt妸a.?]T$p_fsqv Giމ}7">ظ \S{ rgqRrE G˲YvWsJ=)<[c^^7}c[ض"L?gNZLN= u2/aRq1[A -<[/qh@|,ᄏYqse3E`>ޘLF5`'kyٹH`uB[Iq8sq3@a5(EG9bGX>X޶0:-Yqf*v忹1 +7xe:e@dƊ'4 ܰ@ ggG?~N=!\,^lNӿd -s>)*'b;2,B1Y]1lKhfsOǼ?]G.M=M's2Tc =j-W?lfуz R~)۸# "|ۈJZS" N7;2"0$,‡$96+ч8Ԋ8*G ,㈢NPFZ&-iLO¹׏Vu6 dqt&r\qS2` Z-ɳ`l`SoN,bHm8;}*OLo:+* 'R8R.lu4f</ »הva.{7_ Hik`Q7ʮ򖉢gc}3ܷWR=a,tuk>&=ߞ8ЀakF"it(5/'rXe?xhcLb:)&bgBw?  Cz@Nر7))+WgMHo :1a6c/sHuX5\1 'EXɬJ|o[ːL⇛$".g/_13$@0bftI,(NM!&=(o 5aJ%m9 @hf 7[j9CC+%0S*}['_; yn`p~Hcv4)QVPyo4~G1s{M)Zd?][&>o]э,2lu̜&!?_a5P?Cea]EDm2:s?nߝQ3NdDuˎwӵeRyd_6T#,pQ^ MY1D7]n]T/^+b7L r!Y" :m /WӉ5 NT6Z 6X:R ({6&S7% 4f.i+:‹ rNC7z&Michael Vogt EBz" Q&t* BD%Rw 2<^nD]FBr" wjw~N:)S6b|MX .ǣ H$vtzFC5 ۫sXk'?;<?沒:STuv鼰FC~ rIxc7/~k`qPLFū7 UDQcFD ARqD3\*5ddq)]'Dd8lsްFD  ЋGpAQ?}OWG(YF$a - FEj cKcsq={C唉6ZO(izyR' fi;zCöXnFBr T B{pkٹ2o!y6czպzXKi-ɅFB̲k  '>F"fP #Q;L }-G[%9QxBߞezϰFB8k s@PS}:4/Z%pJ:ɄuٳFB= .\K++Wƻ؎?!gLrUo,-yvYs}iztưFBr9 MP Û+;&ZZi ielՒ)1Ә̨npنAkw励FBs X>hdiuJyo"ԁ|FHGyFBua BC],69Q!֖N(@mz\}Q,FBu0 !/&bg k Au}GlSx |FBu QD%?3 g7N_ o_zzFB* m{ixb.,n,]Io mԅ9ZFBZQ N.DʪMq<̯.cP wB,ۀFB0 3L F9ո>Y|Ro{xޣj~ר DYI D’ UX ^ GtaySUCPoi s$r-$I Brx m{iZr!TǤOdcb&2 ky 2dΙ&^A  $Vb4)H"n%bv{QTHJ|YГ&jF' z"2onk Dg}vѿih'E h1_J󑫏>2q`Jq'#r-5iy XZvAwfQ61(x':>Y^c&1X41w1Y<*|+Q{X4l p\+3z?_ƨ^xO_4|􌤫Fк(OBZ4d鈻ecK&+H_52u۱ўWɢBw?  Cz\zϨxd@5ֆ=`!!4tV;yF͌E|x1$ Hr6 "X?%_&X:bpKK .?G5`)4eZ)"7jVK{O3wslVgyj9#|nkFh?4rFb.ҩ`s m)B@7L'=3+vGG]ǮZ?rb㮢;|c"~9gh(傰>$|t )Ԭ1l퇍Igc M5}_!ef?RY$M*v<~q)W"%F. ̈́'C@> *+$}VghҥW0wA_5]Zd,HXb (jBy/CSoId, (|UFB9P᳚Hb¨%JM^\@kg*|M,n~Z>(l`F?a4,g=LgeJ7Ga392rHXC (|pMl 4ީ wb l6PUzuDuJm01ό' W> JlVa%T\d][R{Bmga8]cYw4O 86Z ߷0s9ȋ G@>\{@ )׋6ǓUɥuVa Qc4=^S[qkl@T4 _B R2t~fu:n͕{FV/]`I:>C%\/ bV0k !'ҮB⤡Hh[nX`/Bw'bg;|f߿AZ>!%8X"^A73T R&]&N86Z $Vb4eGPGpb=Q_@M;< e]22t #apt-clone-0.3.1~ubuntu11/tests/data/mock-system/etc/apt/preferences.d/0000755000000000000000000000000012303452237022477 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/etc/apt/preferences0000644000000000000000000000000011537661106022173 0ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/etc/conffile.modified0000644000000000000000000000000011553264343022452 0ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/etc/conffile.not-modified0000644000000000000000000000000011553264343023250 0ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/etc/unowned-file0000644000000000000000000000000011647537367021517 0ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/var/0000755000000000000000000000000012303452237017205 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/var/cache/0000755000000000000000000000000012303452237020250 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/var/cache/apt/0000755000000000000000000000000012303452701021030 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/var/cache/apt/archives/0000755000000000000000000000000012303452237022640 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/var/cache/apt/archives/partial/0000755000000000000000000000000012303452237024274 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/var/lib/0000755000000000000000000000000012303452237017753 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/var/lib/dpkg/0000755000000000000000000000000012303452237020700 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/var/lib/dpkg/info/0000755000000000000000000000000012303452237021633 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/var/lib/dpkg/info/2vcard.list0000644000000000000000000000012311647537367023727 0ustar /. /usr /usr/bin /usr/bin/2vcard /etc/conffile.modified /etc/conffile.not-modified apt-clone-0.3.1~ubuntu11/tests/data/mock-system/var/lib/dpkg/status0000644000000000000000000000142411553264343022154 0ustar Package: 2vcard Status: install ok installed Priority: optional Section: utils Installed-Size: 108 Maintainer: Ubuntu MOTU Developers Architecture: all Version: 0.5-3 Conffiles: /etc/conffile.modified deadbeefcd98f00b204e9800998ecf8427e /etc/conffile.not-modified d41d8cd98f00b204e9800998ecf8427e Description: perl script to convert an addressbook to VCARD file format 2vcard is a little perl script that you can use to convert the popular vcard file format. Currently 2vcard can only convert addressbooks and alias files from the following formats: abook,eudora,juno,ldif,mutt, mh and pine. . The VCARD format is used by gnomecard, for example, which is used by the balsa email client. Original-Maintainer: Martin Albisetti apt-clone-0.3.1~ubuntu11/tests/data/mock-system/var/lib/apt/0000755000000000000000000000000012303452237020537 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/var/lib/apt/extended_states0000644000000000000000000000000011537661106023640 0ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/var/lib/apt/lists/0000755000000000000000000000000012303452237021675 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/var/lib/apt/lists/partial/0000755000000000000000000000000012303452237023331 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/usr/0000755000000000000000000000000012303452237017226 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/usr/bin/0000755000000000000000000000000012303452237017776 5ustar apt-clone-0.3.1~ubuntu11/tests/data/mock-system/usr/bin/2vcard0000644000000000000000000000003411537661106021104 0ustar #!/bin/sh echo "I'm a mock" apt-clone-0.3.1~ubuntu11/tests/data/apt-state_chroot_with_vim.tar.gz0000644000000000000000000002115711537661106022472 0ustar GUM{ G`b_c om$;@h"oo$ wCa(\c? 8$Px,Jdq@UPT6HQ-0= 0_EPG"pH A1&tIkԹ$vi+BӚJggR:^lH\?ۦB55DW?Vo>pv Rhl(~/z?Ax4F({%9idP.AqH{6iKW@)g*NWKek#WISn/Ǜ35#W0zfi%Ƿ.{g{=2DycduG(ugq'B,r=vS4Ėkk>_n-=D4x$HgmZ%eW \/TGF.w/oNV4>gJ=_X^*cUiNRLRWȽb-oFHUcJL$nU|sQ}!|'ì9$o/fD[N2iL*̞c3`s~ca^Ri80}8dgqu 2*SħO dmRW(.q,=n=׺"kqorLq~Fq I%1q@ ęVw5;7RM|yiCEkϓ38i_3ߺT24Z2%S9gK:;CQ|Ya9SEy犰nJep\y6|xgҳ}!3nk~@Wb3+ĸSm6^1 &DZ5K, N@3TUtt.y[dX@jm3r`7^kAvk?d6[~4Rf;f'(kte$kʹ!tSs) -/ka,;i<\g#8 ).^ $:=HY>cyY#3_ٟ42 mGN4ZV 'Q>w"vsvwOѪ6'Dk-H{ݍj7flT )$k$kc^SCg3:)ڋko Bu9\JO< Yvg8K 5T^LPu!<ɜ _?T֬x&ýTL(YԆ@HVB-kW)ȷi2.s:Z{ M䳈A-)#rd@Val9 uAH$]) \Σ:fPzvđwZdzJU {8y!R7Գ3oݛ4"l[Q ݛpLeԺp[$Q>!!YϺIwijj7XV*qSdASnЬMRez~eӗ kD+~vSMv&Q>8%om*/b_V%\AYJBY󒷗A>+mM#R~ˊ% ;8k&,=nt}xKeѩn֜fM?_93T_ nD;'<>yj@"eA}%/K8h3SU3C&g'`}ٽ'$v@ZX¢LleDI?j(%s$eGɪwoo?ŸE0硪e_UAϳ,xY{#nبݜ8ۃrm_w%UuxlsޗcQt~i-uAfi<%lw޲xamHvM8w 0Mf +GO\qKC^SP~P-g{ m;:҉]* ~?Jީ<LkipvhE+||bC-u'.KTksUG!fk/f3b0Spb J.4yzx1ZGKͽ]ޔR9wkbkvӚV' >wJOikn:O&1y{7I`uMNzd>uek9Xx ȥQ>Mz~fbҔr%-`w&N1_AiA|m٥Cy'|/anɾdow<KъWI|e+9 z_d78I 'p  얺ܨR?qCQsI=^<`w9 JW|1_CxS΢IO?פ;[sufc [ R94a 4 kvӔ+sjTMoLQZѝ8$cylo]_GO׾hZצYT{,Jݟ/]R02Nq=ol\t6{(O:R-4l[Yp8H%>OH=]X ߘ$s޷d5Ƀdi'-/Nߜi9or[cuzG)<1`gU6M~ēGvIg,^k-wx>@!==;olf|IOݠn0sqmzo'y9w _k4brT:jCD~)5Jǭ>9s_Fց-ظ5]6ߚ|mR!߭_3uÊ췦~nlnVǼ49HۙwpnBχ|[K.K -(DIo yڏ^`jlC*h,X9 9ʴ+N-wT_.5.X(&?0I-!L=| :6'_%lύ#e s$3^"t0Jfo)QeY'-~X'qV́Oa~au^9Y? |R6K3FWݽ]BUKlP!geo_ՊHe?9UYp،Xڮ6K8&H1Z]dzEmn">3ڵGc&P |Ts]IrB>8x=ucrzTW6`~W@C;3%tdynpXuib?Dmm [ےQu??%&eAR˒mb>GBa&zy2j?q搊C*:9c|]Cxg.T2Wn*]侵5-Y}Wu[J5E.ť rro:$w]YQAaU懊=zJsb s_N*,wn1;}4A<nŦfKyG=;um$V/Sgٶ,tsGJ}jvո9-\;:z0;/I|ĹWdYvun߆M[FZtq`Vx‚'?d.KXqkn;o&`eCg?y[/{,IYl[;7JaϓnI)Sa`. ^E XI|;y}Bo淗_fTn:DOenisRG{|fƜmﺍx㥮(fUml]` ]d&qQ q> eT*UlxEuoZ$(~P^ՎΖض>%]MՌI7g2,3W`vΊ$Rwxe͢q(ge}1Ƅi\fͷa/s6&ue`:V"䔸맰eW6{g&n LYub϶{u4>D6k{v\Sۛ#.[:uCkXuJeuSJ 2W.UZ{Dy~RG$YSv43=6};?>R;zp6uqڶn݂hݹP\+sD[R=o0'Bog epYì213q7`FƼfK $GW郊 x5v=@べżo!0/@~i\?ǟ GBbh翿O7631! ?\4GM?| ciL9mp!Uk0v/0`.;ė/|'zt? pŤF"E[`,Sx&BvUãp{ED!GPHD$3\dhG#(}l_DSf0Hv&JIs&_1R<_4"|i 880X̱~y(cܟs $ !޿ Gsiy*s&Asl6sNH}pž\O8B:F:GAǴh>OX6dc@ x$Bd>[ CȁCQXcb)'x|2$a@Y_8rP\ N°cNbMdXcJ􆁂BC8S;Ic!,$!PHlpe<4:NrM#a0diL^hc hl  ǀ`1h^4#P)HD7<$߇PGă[A7%i,Od0fP &$`O ]/2œbzJ1x8 I`EkhcP5a GBFHp2w ŅHŒ aQ$z}(@V9h~H1$Xc+J"O""!'!` /ElXh l{[`ü,.IdP@!hMfmb348" 9?b 9ۄp0846 PR/a Bj#S H% $It$S8jq/ I!@0F^%PT5ď"'dܯbP8X~ QAG@A ?FڂGpM$D%{b QQ `~)<nȡ@0ǣ :ah5zd})Dppd k^%Ȱ?EgL A}T' \f:s <Me$X^`3${q&4 25tX 60T8har3(B9d4hKsHxB@@ 3Ff ~@,>A4A+@B4v SHcd"8qQ~PtHAQxp6EX8n B45556PE"A<Aɞtp*`77_zd0r@L7  = vѣ0l"`P c5A _Ա)$ =!4ݟA.(G/bR55ᾏpRq+s(D2Ƥ`q\:J`MP"5r(~`1R@|?(#G7J\ E"1!GA!K'2(5(*Kʳ\.Z` A* 7fxJc\&i }7o0 3: |"?i `}%>XP 7#:)1+؅E~O|pP\<(aH_͡g-8 4,|H lA[ ^HC*; "YTB9K7A}OՄAIAaA I݁-r)<,' #)L6JhHv#|m3 Ȍ!8]Zb01/#8D4Ʉ:Uj<ÀU H4;Ŧ}}ƴ'#yC1OK䈄 zbc҆ sUY U S`^D k kӸ g$ "}cQÛGߓ6Bz -,:a3rpi thzDR,[^xD 6Mp!#=8m#^/R =m (l=Ⴄ2F`h4bd8w,:RṉC/:0!P:8rDO?D @"D @"D @"D @"D @"A7Bxapt-clone-0.3.1~ubuntu11/tests/test_clone.py0000644000000000000000000001703112213556110015737 0ustar #!/usr/bin/python3 from __future__ import print_function import apt import apt_pkg import mock import os import shutil import sys import tarfile import tempfile import unittest import distro_info sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..")) from apt_clone import AptClone class MockAptCache(apt.Cache): def commit(self, fetchp, installp): pass def update(self, fetchp): pass class TestClone(unittest.TestCase): def setUp(self): # clean custom apt config - once apt_pkg.config.clear() is exposed # use that for d in apt_pkg.config.keys(): apt_pkg.config.clear(d) apt_pkg.init_config() # setup our custom vars apt_pkg.config.set("Dir", "/") apt_pkg.config.set("dir::state::status", "/var/lib/dpkg/status") self.tempdir = tempfile.mkdtemp("apt-clone-tests") os.makedirs(os.path.join(self.tempdir, "var/lib/dpkg/")) # ensure we are the right arch os.makedirs(os.path.join(self.tempdir, "etc/apt")) with open(os.path.join(self.tempdir, "etc/apt/apt.conf"), "w") as fp: fp.write(''' #clear Dpkg::Post-Invoke; #clear Dpkg::Pre-Invoke; #clear APT::Update; ''') def tearDown(self): shutil.rmtree(self.tempdir) @mock.patch("apt_clone.LowLevelCommands") def test_save_state(self, mock_lowlevel): self._save_state(False) @mock.patch("apt_clone.LowLevelCommands") def test_save_state_with_dpkg_repack(self, mock_lowlevel): self._save_state(True) def _save_state(self, with_dpkg_repack): # setup mock targetdir = self.tempdir # test clone = AptClone(cache_cls=MockAptCache) sourcedir = "./data/mock-system" clone.save_state(sourcedir, targetdir, with_dpkg_repack, with_dpkg_status=True) # verify that we got the tarfile tarname = os.path.join(targetdir, clone.CLONE_FILENAME) self.assertTrue(os.path.exists(tarname)) with tarfile.open(tarname) as tar: #print(tar.getmembers()) # verify members in tar members = [m.name for m in tar.getmembers()] self.assertTrue("./etc/apt/sources.list" in members) self.assertTrue("./var/lib/apt-clone/installed.pkgs" in members) self.assertTrue("./var/lib/apt-clone/extended_states" in members) self.assertTrue("./var/lib/apt-clone/dpkg-status" in members) self.assertTrue("./etc/apt/sources.list.d" in members) self.assertTrue("./etc/apt/preferences.d" in members) self.assertTrue("./etc/apt/preferences" in members) if clone.not_downloadable: self.assertEqual(clone.commands.repack_deb.called, with_dpkg_repack) # ensure we have no duplicates in the sources.list.d sources_list_d = [p for p in members if p.startswith("./etc/apt/sources.list.d")] self.assertEqual( sorted(sources_list_d), sorted( ['./etc/apt/sources.list.d', './etc/apt/sources.list.d/ubuntu-mozilla-daily-ppa-maverick.list'])) @mock.patch("apt_clone.LowLevelCommands") def test_restore_state(self, mock_lowlevel): # setup mock mock_lowlevel.install_debs.return_value = True targetdir = self.tempdir # test clone = AptClone(cache_cls=MockAptCache) clone.restore_state( "./data/apt-state_chroot_with_vim.tar.gz", targetdir) self.assertTrue( os.path.exists(os.path.join(targetdir, "etc","apt","sources.list"))) @mock.patch("apt_clone.LowLevelCommands") def test_restore_state_with_not_downloadable_debs(self, mock_lowlevel): # setup mock mock_lowlevel.install_debs.return_value = True targetdir = self.tempdir # test clone = AptClone(cache_cls=MockAptCache) clone.restore_state( "./data/apt-state_with_not_downloadable_debs.tar.gz", targetdir) self.assertTrue( os.path.exists( os.path.join(targetdir, "var", "lib", "apt-clone", "debs", "foo.deb"))) @mock.patch("apt_clone.LowLevelCommands") def test_restore_state_on_new_distro_release_livecd(self, mock_lowlevel): """ test lucid -> maverick apt-clone-ugprade as if it will be used from a live cd based upgrader """ # setup mock for dpkg -i mock_lowlevel.install_debs.return_value = True # create target dir targetdir = self.tempdir # status file from maverick (to simulate running on a maverick live-cd) with open("./data/dpkg-status/dpkg-status-ubuntu-maverick", "rb") as fp: s = fp.read().decode("utf8") s = s.replace( "Architecture: i386", "Architecture: %s" % apt_pkg.config.find("Apt::Architecture")) path = os.path.join(targetdir, "var/lib/dpkg", "status") with open(path, "wb",) as fp: fp.write(s.encode("utf-8")) # test upgrade clone from lucid system to maverick clone = AptClone(cache_cls=MockAptCache) clone.restore_state( "./data/apt-state-ubuntu-lucid.tar.gz", targetdir, "maverick") sources_list = os.path.join(targetdir, "etc","apt","sources.list") self.assertTrue(os.path.exists(sources_list)) with open(sources_list) as fp: self.assertTrue("maverick" in fp.read()) with open(sources_list) as fp: self.assertFalse("lucid" in fp.read()) def test_restore_state_simulate(self): clone = AptClone() supported = distro_info.UbuntuDistroInfo().supported() missing = clone.simulate_restore_state("./data/apt-state.tar.gz", new_distro=supported[-1]) # missing, because clone does not have universe enabled self.assertEqual(list(missing), ['accerciser']) def test_restore_state_simulate_with_new_release(self): #apt_pkg.config.set("Debug::PkgProblemResolver", "1") apt_pkg.config.set( "Dir::state::status", "./data/dpkg-status/dpkg-status-ubuntu-maverick") clone = AptClone() missing = clone.simulate_restore_state( "./data/apt-state-ubuntu-lucid.tar.gz", "maverick") # FIXME: check that the stuff in missing is ok #print(missing) def test_modified_conffiles(self): clone = AptClone() modified = clone._find_modified_conffiles("./data/mock-system") self.assertEqual( modified, set(["./data/mock-system/etc/conffile.modified"])) def test_unowned_in_etc(self): # test in mock environement apt_pkg.config.set( "Dir::state::status", "./data/mock-system/var/lib/dpkg/status") clone = AptClone() unowned = clone._find_unowned_in_etc("./data/mock-system") self.assertFalse("/etc/conffile.modified" in unowned) self.assertFalse("/etc/conffile.not-modified" in unowned) self.assertTrue("/etc/unowned-file" in unowned) # test on the real system and do very light checks apt_pkg.config.set( "Dir::state::status", "/var/lib/dpkg/status") unowned = clone._find_unowned_in_etc() #print(unowned) self.assertNotEqual(unowned, set()) # negative test, is created by the installer self.assertTrue("/etc/apt/sources.list" in unowned) # postivie test, belongs to base-files self.assertFalse("/etc/issue" in unowned) #print("\n".join(sorted(unowned))) if __name__ == "__main__": unittest.main() apt-clone-0.3.1~ubuntu11/tests/test_in_chroot.py0000644000000000000000000000225712036767333016645 0ustar #!/usr/bin/python3 from __future__ import print_function import apt import logging import os import subprocess import sys import unittest # use the right dir testdir = os.path.dirname(__file__) if testdir: os.chdir(testdir) # insert path sys.path.insert(0, "..") from apt_clone import AptClone class MockAptCache(apt.Cache): def commit(self, fetchp, installp): pass def update(self, fetchp): pass class TestClone(unittest.TestCase): def test_real(self): if os.getuid() != 0: print("Skipping because uid != 0") return # do it target = "./test-chroot" if not os.path.exists(target): os.mkdir(target) subprocess.call(["debootstrap", "--arch=i386", "maverick", target]) # force i386 with open(os.path.join(target, "etc/apt/apt.conf"), "w") as fp: fp.write('APT::Architecture "i386";') # restore clone = AptClone() clone.restore_state( "./data/apt-state_chroot_with_vim.tar.gz", target, "maverick") if __name__ == "__main__": logging.basicConfig(level=logging.DEBUG) unittest.main() apt-clone-0.3.1~ubuntu11/apt_clone.pyc0000644000000000000000000005533312303452253014557 0ustar  aRc@sFddlmZddlZddlmZddlZddlZddlZddlZddl Z ddl Z ddl Z ddl Z ddl Z ddlZddlZddlZddlZddlmZmZde jkrejjddejjddnd efd YZd efd YZdS( i(tprint_functionN(tFetchFailedException(tBytesIOtopentAPT_CLONE_DEBUG_RESOLVERsDebug::pkgProblemResolvert1sDebug::pkgDepCache::AutoInstalltLowLevelCommandscBsMeZdZdZdZdZddZdZdZ dZ RS( sN calls to the lowlevel operations to install debs or repack a deb s/usr/bin/dpkg-repackcCsb|s tSddg}|dkrE|jdd|jd|ntj||}|dkS(Ntdpkgs-it/itchrooti(tTruetinsertt subprocesstcall(tselftdebfilest targetdirt install_cmdtret((s../apt_clone.pyt install_debs1s  cCstjj|js+td|jn|jg}tjdksrtjjds_dSddg|}ntj||gd|}|dkS(s$ dpkg-repack pkgname into targetdir s no '%s' foundis/usr/bin/fakerootNtfakeroots-utcwd(tostpathtexistst dpkg_repacktIOErrortgetuidR R (RtpkgnameRt repack_cmdR((s../apt_clone.pyt repack_deb;s cCsM|dkr+ddl}|jd}ntjd||g}|dkS(NitCODENAMEt debootstrapi(tNonet lsb_releasetget_distro_informationR R (RRtdistroR"R((s../apt_clone.pyR Gs   cCs(tjdd|d|g}|dkS(Nsapt-keys --keyringtaddi(R R (Rt fromkeyfilet intokeyfileR((s../apt_clone.pyt merge_keysNscCs%tjdd||g}|dkS(Ntmounts--bindi(R R (RtolddirtnewdirR((s../apt_clone.pyt bind_mountSscCstjd|g}|dkS(Ntumounti(R R (RtbinddirR((s../apt_clone.pyt bind_umountWsN( t__name__t __module__t__doc__RRRR!R R(R,R/(((s../apt_clone.pyR+s   tAptClonecBsceZdZdejdZdZd$d$d$dZe e e dZ dZ dZ dZ d Zd Zd Zd Ze d ZdZdZdZdZdZdZdZdZddZdd$e dZd$dZdZdZe dZ dZ!dZ"dZ#d d!Z$dd"Z%d#Z&RS(%s clone the package selection/installation of a existing system using the information that apt provides If dpkg-repack is installed, it will be used to generate debs for the obsolete ones. sapt-clone-state-%s.tar.gzis./cCst|_t|_t|_|r6||_ntjjj |_|r]||_ ntjj j |_ |r||_ n tj|_ dS(N(tsettnot_downloadabletversion_mismatchRtcommandstfetch_progresstapttprogressttexttAcquireProgresstinstall_progresstbasetInstallProgresst _cache_clstCache(RR8R=t cache_cls((s../apt_clone.pyt__init__gs      cCsFtjj|r-tjj||j}n|jdsI|d7}n|dkrtjtjj d|tjj dtjj|dtj nt j d|dd }|j ||j|||j||j|||j||j||r&|j|n|r<|j|nWd QXd S( s save the current system state (installed pacakges, enabled repositories ...) into the apt-state.tar.gz file in targetdir s.tar.gzs.apt-clone.tar.gzRtDirsDir::State::statussvar/lib/dpkg/statustnametmodesw:gzN(RRtisdirtjointCLONE_FILENAMEtendswithtapt_pkgt init_configtconfigR4t init_systemttarfileRt _write_unamet_write_state_installed_pkgst_write_state_auto_installedt_write_state_sources_listt_write_state_apt_preferencest_write_state_apt_keyringt_write_state_dpkg_statust _dpkg_repack(Rt sourcedirttargettwith_dpkg_repacktwith_dpkg_statust scrub_sourcesttar((s../apt_clone.pyt save_states*         cCsPitjdd6tjdd6tjdd6tjjdd6}|S( Nithostnameitkernelit uname_archsAPT::Architecturetarch(RtunameRKRMtfind(Rt host_info((s../apt_clone.pyt_get_host_info_dicts cCs|j}tjdd}djg|jD]\}}d||f^q1}|j|d|j|j|jdddS(NRFtws s%s: %starcnames./var/lib/apt-clone/uname( RfttempfiletNamedTemporaryFileRHtitemstwritetflushR%RE(RR]Retftkeytvaluetinfo((s../apt_clone.pyRPs  / cCs|jd|}d}x|D]}|jr|d|j|jjt|jf7}|j sn|jj r|j j |jq|jjo|jjs|j j |jqqqWt j d}|jd}t||_tj|_|j|t|dS(Ntrootdirts %s %s %s s"./var/lib/apt-clone/installed.pkgssutf-8(R@t is_installedREt installedtversiontinttis_auto_installedt candidatet downloadableR5R%R6ROtTarInfotencodetlentsizettimetmtimetaddfileR(RRXR]tcachetstpkgttarinfo((s../apt_clone.pyRQs   #  cCs)tjjd}|j|dddS(Nsdir::state::statusRhs./var/lib/apt-clone/dpkg-status(RKRMt find_fileR%(RR]t dpkg_status((s../apt_clone.pyRVscCs;tjjd}tjj|r7|j|dndS(NsDir::State::extended_statess#./var/lib/apt-clone/extended_states(RKRMRRRRR%(RR]textended_states((s../apt_clone.pyRRs  cCs{tjjd}tjj|r:|j|ddntjjdd}tjj|rw|j|ddndS(NsDir::Etc::preferencesRhs./etc/apt/preferencessDir::Etc::preferencespartss/etc/apt/preferences.ds./etc/apt/preferences.d(RKRMRRRRR%tfind_dir(RR]Rntp((s../apt_clone.pyRTs  cCs{tjjd}tjj|r:|j|ddntjjdd}tjj|rw|j|ddndS(NsDir::Etc::trustedRhs./etc/apt/trusted.gpgsDir::Etc::trustedpartss/etc/apt/trusted.gpg.ds./etc/apt/trusted.gpg.d(RKRMRRRRR%R(RR]RnR((s../apt_clone.pyRUs  cCstjjd}|j|||dtjjd}tjj|r|j|dddt xtj |D]r}|j drqun|j dsqund ||f}tjj |rqun|j|||d |quWndS( NsDir::Etc::sourcelists./etc/apt/sources.listsDir::Etc::sourcepartsRhs./etc/apt/sources.list.dt recursivet.s.lists%s/%ss./etc/apt/sources.list.d/(RKRMRt$_add_file_to_tar_with_password_checkRRRRR%tFalsetlistdirt startswithRJRG(RR]tscrubt sources_listt source_partstsourcetsources_file_name((s../apt_clone.pyRSs$ c Cs|rtjdd}t|d}xs|jD]e}tjd|rjtjdd|}n|tk r|jd}n|j ||j q:W|j |j d|WdQXWdQXn|j |d|dS(NRFtwbtrs/[^/@:]*:[^/@:]*@s/USERNAME:PASSWORD@sUTF-8Rh( RiRjRt readlinestretsearchtsubtbytesR|RlRmR%RE(RR]tsourcesRRht source_copyRntline((s../apt_clone.pyRs   %cCsdS(N((RR]((s../apt_clone.pyt_write_modified_files_from_etc scCsWtj}x$|jD]}|jj||qW|j|ddtj|dS(NRhs./var/lib/apt-clone/debs(RitmkdtempR5R7RR%tshutiltrmtree(RR]ttdirR((s../apt_clone.pyRWs  cCs2|jdjdr%d|_n d|_dS(Nis./Rs(tgetnamesRt TARPREFIX(RR]((s../apt_clone.pyt_detect_tarprefixs c Cstj|}|j||j|jd}x|jD]v}|jd}|jdsB|jdkr~qBn|j }t |dkrB|dj d rB|dSqBWWdQXdS(Nsetc/apt/sources.listsutf-8t#RsiR( RORRt extractfileRRtdecodeRtstriptsplitR}RJR!(Rt statefileR]RnRtl((s../apt_clone.pyt_get_info_distro s ! &c Cs|j|pd}tj|}|j|jd}d}}g}x|jD]r}|jd}|jj\} } } |d7}t | r|d7}n| j drZ|j | qZqZW|j |jd} | j } d}d}|jd|jkrf|j|jdj}tj|}|jdd}|jd d}ni|d6|d 6d j|d 6|d 6|d6tj| d6|d 6SWdQXdS(Ntunknowns var/lib/apt-clone/installed.pkgsisutf-8is-desktopsvar/lib/apt-clone/unameR_RbR$s, tmetaRut autoinstalledtdate(RRORRRRRRRRwRJtappendt getmemberRRtreadRKt TagSectiontgetRHRtctime(RRR$R]RnRuRRRRERvtautotmRR_RbRqtsection((s../apt_clone.pyt_get_clone_info_dict.s@      cCsd|j|S(NsHostname: %(hostname)s Arch: %(arch)s Distro: %(distro)s Meta: %(meta)s Installed: %(installed)s pkgs (%(autoinstalled)s automatic) Date: %(date)s (R(RR((s../apt_clone.pyRqVsc Cstj|a}|j||j|j|d}g}x*|jD]}|j|jdqLWWdQX||}tj j |rt|}|j} WdQXng} t j | |dd|d|} g} x| D]}| j|qW| S(Nisutf-8tfromfilescurrent-system%sttofile( RORRRRRRRRRRtdifflibt unified_diff( RRt system_fileRR]t clone_filetclone_file_linesRtfptsystem_file_linestgentdiff((s../apt_clone.pyt_get_file_diff_against_clone_s$     Rc Csh|dkr"tjjd|ntd|j}|j|}xd|D]\}|j|d|j|dkrNtd||j|d|j|dfqNqNWtdd}|j|||}|rtdj |n|j d|}t j |} | j |jd} i} xo| jD]a} | jjd } | jd s<| dkrxq<n| j\} }}||f| | s %s <%s> <%s>(RKRMR4tprintRfRRR!RRHR@RORRRRRRRRRuRvtstrRxREtkeystsortedR%(RRRRet clone_infoRotsources_list_systemRRR]Rntinstalled_in_cloneRRERvRtinstalled_on_systemRtonly_on_systemt only_in_clonetpkgversion_differencesRtclone_file_pkgversiont clone_is_autotsystem_pkgversiont sys_is_autot clone_vert system_ver((s../apt_clone.pyt show_diffvsp    $   &"  "       cCs}|dkrftjjd||jjdtjj|d|jjdtjj|dntj |}|j |WdQXtjj |st d||j |}|jj||n|j|||j|||r |j||n|j||||j|||dkry|jjtjj|d|jjtjj|dndS( s take a statefile produced via (like apt-state.tar.gz) save_state() and restore the packages/repositories into targetdir (that is usually "/") RsDPkg::Chroot-Directorys/proctprocs/systsysNs0Dir '%s' does not exist, need to bootstrap first(RKRMR4R7R,RRRHRORRRRRR t_restore_sources_listt_restore_apt_keyringt_rewrite_sources_listt_restore_package_selectiont_restore_not_downloadable_debsR/(RRRt new_distrotprotect_installedR]R$((s../apt_clone.pyt restore_states& "% cCs tj}tjjd}tjj|tjj|s`tj |tjj|nt j ||||j |||r|j ||n|jd|}y|jtjjjWntk rnX|j|j||}t j||S(Nsdir::state::statusRr(RiRRKRMRRRRtdirnametmakedirsRtcopyRRR@tupdateR9R:R>R<RRt#_restore_package_selection_in_cacheR(RRRRYRRtmissing((s../apt_clone.pytsimulate_restore_states" "    c Cstj|}tjj|ddd}tjj|rVtj|d|n|j|j d|tjj|ddd}tj |t j t j Bt jBt jBy|j|j d|Wntk rnXWdQXdS(NtetcR9s sources.lists %s.apt-clonesetc/apt/sources.listsetc/apt/sources.list.d(RORRRRHRRRtextractRtchmodtstattS_IRUSRtS_IWUSRtS_IRGRPtS_IROTHtKeyError(RRRR]texistingt td_sources((s../apt_clone.pyRs  c Cstjj|ddd}d|}tjj|rJtj||ntj|}y|j|j d|Wnt k rnXy|j|j d|Wnt k rnXtjj|r|j j ||tj |nWdQXdS(NRR9s trusted.gpgs %s.apt-clonesetc/apt/trusted.gpgsetc/apt/trusted.gpg.d(RRRHRRRRORRRRR7R(tremove(RRRRtbackupR]((s../apt_clone.pyR s    cCsht}t}tj|j}|rZx-|D]"}|jr1|j|jq1q1Wntj|}|j |j d} |j XxP| j D]B} | j jd} | jds| dkrqn| j\} } } |j| t| }| }| |kryw|r{|| jd|dt|jdkr|j|| jsxtd| qxqn|| jd|Wn7tk r}tjd | |f|j| nX|| j|qqWWdQXWdQX|jdkr |jnxW|D]O}||kr6|j|qn||jpM||js|j|qqW|S( Ns var/lib/apt-clone/installed.pkgssutf-8RRst from_usertauto_fixispkg %s not marked upgradescan't add %s (%s)(R4RKtProblemResolvert _depcacheRttprotectt_pkgRORRRt actiongroupRRRRRR%Rwt mark_installRt broken_counttresolvetmarked_installt SystemErrortloggingtwarningt mark_auto(RRRRRtpkgstresolverRR]RnRRERvRtauto_installedRte((s../apt_clone.pyRsR          $    cCs|jd|}tjjjddtjjjddy|j|jWntk renX|j|j ||||j |j|j dS(NRrsDir::BinRsDir::Bin::dpkgs /usr/bin/dpkg( R@R9RKRMR4RR8RRRtcommitR=(RRRRR((s../apt_clone.pyRRs  c Cstj|h}yLg|jD]%}|jj|jdr"|^q"}|j||Wntk rrdSXWdQXg}tj j |d}xHt j tj j |dD](}tj j ||} |j | qW|j j||dS(Nsvar/lib/apt-clone/debs/s./var/lib/apt-clone/debss*.deb(RORt getmembersRERRt extractallRRRRHtglobRR7R( RRRR]RtdebsdirtdebsRtdebtdebpath((s../apt_clone.pyRcs8  %c Cs+ddlm}m}tjjdtjjtjj |dddtjjdtjjtjj |ddd|}x|j D]z}|j s|j rqnd }x8dD]0}|j jd |rd||f}PqqW|r||_ q||_ qWtjj |ddd} tjjd} tjj| rt| dX} xN| D]F} || | } | j s| j s| |krh|j j| qhqhWWdQXtj| nxR|j D]G}|jjdr|j j||j jd|t|_ qqW|jdS(Ni(t SourcesListt SourceEntrysDir::Etc::sourcelistRR9s sources.listsDir::Etc::sourcepartsssources.list.dRstupdatestsecurityt backportss-%ss%s-%sssources.list.apt-cloneRscdrom:i(supdatesRR(taptsources.sourceslistRRRKRMR4RRtabspathRHtlisttinvalidtdisabledtdistRJRRRRRturiRR R tsave(RRRRRRtentryt replacementtpocketRt sourcelistRRtsrc((s../apt_clone.pyRqsF ( (      RscCsD|rtjj|d}nd}t}tjjtjjd}xztjtjj|ddD]W}t |dd=}x3|D]+}|j dr|j |j qqWWdQXqmWt}xltj |D][\} } } xI| D]A} tjj| t|| } | |kr|j | qqWqW|S( NRs/etcsDir::State::statusRqs*.listtencodingsutf-8s/etc/(RRRHR4RRKRMRRRRR%RtwalkR}(RRXtetcdirtownedt dpkg_basedirRnRRtunownedtdirpathtdirnamest filenamesREtfullname((s../apt_clone.pyt_find_unowned_in_etcs" ( $   c Cs|tjjd}t}t|s}tj|}xZ|D]R}d|krDx=|djdD]%}d}t|jdkr|j\} } }n|j\} } || } | j } |dkrqjnt j j | st jd| |j| qjntj} t| d}| j|jWdQX| j| krjt jd| | j| f|j| qjqjWqDqDWWdQX|S( NsDir::State::statust conffiless itobsoletesconffile %s removedtrbsconffile %s (%s != %s)(RKRMRdR4RtTagFileRR!R}RRRRRtdebugR%thashlibtmd5RRt hexdigest( RRXRtmodifiedRttagR#RR4REtmd5sumRR9((s../apt_clone.pyt_find_modified_conffiless6         !cCstddS(Nsnot implemented yet(R(RRX((s../apt_clone.pyt_dump_debconf_databasesN('R0R1R2RRcRIRR!RCRR^RfRPRQRVRRRTRURSRRRWRRRRqRRRRRRRRRRR2R>R?(((s../apt_clone.pyR3\sF           (  K#    5   *  #(t __future__RR9t apt.cacheRRKRRR8RRRRRR RORiRtioRRtenvironRMR4tobjectRR3(((s../apt_clone.pyts*              1apt-clone-0.3.1~ubuntu11/apt-clone.80000644000000000000000000000213012036767333014047 0ustar .TH APT-CLONE "8" "September 2011" "apt-clone 0.2" "User Commands" .SH NAME apt-clone \- manual page for apt-clone 0.2 .SH DESCRIPTION usage: apt\-clone [\-h] [\-\-debug] {info,clone,restore,restore\-new\-distro} ... .PP Clone/restore package info of a debian based system or chroot environment. .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show help message for apt-clone. Alternatively --help will output command specific help for any of the {info,clone,restore,restore\-new\-distro} commands. .TP \fB\-\-debug\fR enable debug output .SS "Commands:" .IP {info,clone,restore,restore\-new\-distro} .TP info Show info about a apt\-clone archive. .TP clone Create a clone\-file into . A alternative source dir can be specified with \fB\-\-source\fR. .TP restore Restore a clone file from . A alternative destination can be given with \fB\-\-destination\fR. .TP restore\-new\-distro Restore a clone file from to and try upgrading along the way. this can be used so that the current release is cloned, a new install is done and then the old clone is installed. apt-clone-0.3.1~ubuntu11/setup.py0000644000000000000000000000045712213556110013602 0ustar #!/usr/bin/env python from distutils.core import setup import glob # real setup setup(name="apt-clone", version="0.2.1", scripts=["apt-clone"], data_files = [ ('share/man/man8', glob.glob("*.8")), ], py_modules = ['apt_clone'], ) apt-clone-0.3.1~ubuntu11/apt-clone0000755000000000000000000001305712213556110013700 0ustar #!/usr/bin/python3 # Copyright (C) 2011 Canonical # # Authors: # Michael Vogt # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software # Foundation; version 3. # # This program is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more # details. # # You should have received a copy of the GNU General Public License along with # this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA from __future__ import print_function import argparse from apt_clone import AptClone if __name__ == "__main__": # command line parser parser = argparse.ArgumentParser(description="Clone/restore package info") parser.add_argument("--debug", action="store_true", default=False, help="enable debug output") subparser = parser.add_subparsers(title="Commands") # info command = subparser.add_parser( "info", help="info about a apt-clone archive") command.add_argument("source") command.set_defaults(command="info") # clone command = subparser.add_parser( "clone", help="create a clone-file into . An alternative source dir can be specified with --source.") command.add_argument("--source", default="/", help="The source dir of the system or chroot, usually '/'") command.add_argument("destination") command.add_argument("--with-dpkg-repack", action="store_true", default=False, help="add no longer downloadable package to the state bundle (that can make it rather big)") command.add_argument("--with-dpkg-status", action="store_true", default=False, help="include full copy of dpkg-status file, mostly useful for debugging") command.set_defaults(command="clone") # restore command = subparser.add_parser( "restore", help="restore a clone file from . An alternative destination can be given with --destination.") command.add_argument("source") command.add_argument("--destination", default="/") command.add_argument("--simulate", action="store_true", default=False) command.set_defaults(command="restore") # restore on new distro command = subparser.add_parser( "restore-new-distro", help="restore a clone file from to and try "\ "upgrading along the way. this can be used so that the current "\ "release is cloned, a new install is done and then the old clone "\ "is installed") command.add_argument("source") command.add_argument("new_distro_codename") command.add_argument("--destination", default="/") command.add_argument("--simulate", action="store_true", default=False) command.set_defaults(command="restore-new-distro") # show-diff command = subparser.add_parser( "show-diff", help="show the difference of a clone file from to the system. " "An alternative destination can be given with --destination.") command.add_argument("source") command.add_argument("--destination", default="/") command.set_defaults(command="show-diff") # parse args = parser.parse_args() if not hasattr(args, "command"): parser.error("no command specified") if args.debug: import logging logging.basicConfig(level=logging.DEBUG) # do the actual work clone = AptClone() if args.command == "info": info = clone.info(args.source) print(info) if args.command == "clone": clone.save_state(args.source, args.destination, args.with_dpkg_repack, args.with_dpkg_status) print("not installable: %s" % ", ".join(clone.not_downloadable)) print("version mismatch: %s" % ", ".join(clone.version_mismatch)) if not args.with_dpkg_repack: print("\nNote that you can use --with-dpkg-repack to include " "those packges in the clone file.") elif args.command == "restore": if args.simulate: miss = clone.simulate_restore_state(args.source) print("missing: %s" % ",".join(sorted(list(miss)))) else: clone.restore_state(args.source, args.destination) elif args.command == "show-diff": clone.show_diff(args.source, args.destination) elif args.command == "restore-new-distro": # this is a bit of magic, the idea is that if we clone into a new # release and we are on it already we do not want to remove # packages because they are probably new defaults pkgs. If however # we are not yet on the new release its fine to remove installed # pkgs as part of the upgrade import lsb_release codename = lsb_release.get_lsb_information()["CODENAME"] if (args.new_distro_codename and args.new_distro_codename == codename): protect_installed = True else: protect_installed = False if args.simulate: miss = clone.simulate_restore_state( args.source, args.new_distro_codename) print("missing: %s" % ",".join(sorted(list(miss)))) else: clone.restore_state( args.source, args.destination, args.new_distro_codename, protect_installed) apt-clone-0.3.1~ubuntu11/apt-clone.10000644000000000000000000000302011656531366014041 0ustar .TH "APT\-CLONE" "1" "13 June 2011" "APT\-CLONE" "APT" .SH "NAME" apt-clone \- Helper script to clone a existing setup .SH "SYNOPSIS" .B apt-clone .RB [ \-h ] .RB [ \-\-debug ] .R {info | restore | clone | restore\-new\-distro} .SH "DESCRIPTION" .B apt-clone is a tool to clone/restore packages information of a Debian system. It can be used to clone/restore the packages on a apt based system. It will save/restore the packages, sources.list, keyring and automatic-installed states. It can also save/restore no longer downloadable packages using dpkg\-repack. .PP Unless the \-h, or \-\-help option is given, one of the commands below must be present: .PP info .RS 4 shows information about a apt-clone archive. .RE .PP restore .RS 4 restore a clone\-file from .RI < source > to .RI < destination > (usually /). .RE .PP clone .RS 4 clone is used to create a clone\-file from .RI < source > (usually /) to .RI < destination >. .RE .PP restore\-new\-distro .RS 4 restore a clone file from .RI < source > to .RI < destination > and try upgrading along the way. This can be used so that the current release is cloned, a new install is done and then the old clone is installed. .RE .SH "OPTIONS" .PP .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-debug\fR enable debug output .SH "SEE ALSO" \fBdpkg\-repack\fR(1) .SH "AUTHORS" apt-clone was written by \fBMichael Vogt \fR. .PP This manual page was written by \fBAlessio Treglia \fR, for the Debian project (and may be used by others). apt-clone-0.3.1~ubuntu11/apt_clone.py0000644000000000000000000007422712277122141014417 0ustar # Copyright (C) 2011 Canonical # # Authors: # Michael Vogt # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software # Foundation; version 3. # # This program is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more # details. # # You should have received a copy of the GNU General Public License along with # this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA from __future__ import print_function import apt from apt.cache import FetchFailedException import apt_pkg import difflib import glob import hashlib import logging import os import re import shutil import stat import subprocess import tarfile import tempfile import time from io import BytesIO, open if "APT_CLONE_DEBUG_RESOLVER" in os.environ: apt_pkg.config.set("Debug::pkgProblemResolver", "1") apt_pkg.config.set("Debug::pkgDepCache::AutoInstall", "1") class LowLevelCommands(object): """ calls to the lowlevel operations to install debs or repack a deb """ dpkg_repack = "/usr/bin/dpkg-repack" def install_debs(self, debfiles, targetdir): if not debfiles: return True install_cmd = ["dpkg", "-i"] if targetdir != "/": install_cmd.insert(0, "chroot") install_cmd.insert(1, targetdir) ret = subprocess.call(install_cmd + debfiles) return (ret == 0) def repack_deb(self, pkgname, targetdir): """ dpkg-repack pkgname into targetdir """ if not os.path.exists(self.dpkg_repack): raise IOError("no '%s' found" % self.dpkg_repack) repack_cmd = [self.dpkg_repack] if not os.getuid() == 0: if not os.path.exists("/usr/bin/fakeroot"): return repack_cmd = ["fakeroot", "-u"] + repack_cmd ret = subprocess.call(repack_cmd + [pkgname], cwd=targetdir) return (ret == 0) def debootstrap(self, targetdir, distro=None): if distro is None: import lsb_release distro = lsb_release.get_distro_information()['CODENAME'] ret = subprocess.call(["debootstrap", distro, targetdir]) return (ret == 0) def merge_keys(self, fromkeyfile, intokeyfile): ret = subprocess.call(['apt-key', '--keyring', intokeyfile, 'add', fromkeyfile]) return (ret == 0) def bind_mount(self, olddir, newdir): ret = subprocess.call(["mount", "--bind", olddir, newdir]) return (ret == 0) def bind_umount(self, binddir): ret = subprocess.call(["umount", binddir]) return (ret == 0) class AptClone(object): """ clone the package selection/installation of a existing system using the information that apt provides If dpkg-repack is installed, it will be used to generate debs for the obsolete ones. """ CLONE_FILENAME = "apt-clone-state-%s.tar.gz" % os.uname()[1] TARPREFIX = "./" def __init__(self, fetch_progress=None, install_progress=None, cache_cls=None): self.not_downloadable = set() self.version_mismatch = set() self.commands = LowLevelCommands() # fetch if fetch_progress: self.fetch_progress = fetch_progress else: self.fetch_progress = apt.progress.text.AcquireProgress() # install if install_progress: self.install_progress = install_progress else: self.install_progress = apt.progress.base.InstallProgress() # FIXME: SIIIIILLLLLLLYYYYYYYYY use mock.patch instead to patch # the apt.Cache() to a mock # cache class (e.g. apt.Cache) if cache_cls: self._cache_cls = cache_cls else: self._cache_cls = apt.Cache # save def save_state(self, sourcedir, target, with_dpkg_repack=False, with_dpkg_status=False, scrub_sources=False): """ save the current system state (installed pacakges, enabled repositories ...) into the apt-state.tar.gz file in targetdir """ if os.path.isdir(target): target = os.path.join(target, self.CLONE_FILENAME) else: if not target.endswith(".tar.gz"): target += ".apt-clone.tar.gz" if sourcedir != '/': apt_pkg.init_config() apt_pkg.config.set("Dir", sourcedir) apt_pkg.config.set("Dir::State::status", os.path.join(sourcedir, 'var/lib/dpkg/status')) apt_pkg.init_system() with tarfile.open(name=target, mode="w:gz") as tar: self._write_uname(tar) self._write_state_installed_pkgs(sourcedir, tar) self._write_state_auto_installed(tar) self._write_state_sources_list(tar, scrub_sources) self._write_state_apt_preferences(tar) self._write_state_apt_keyring(tar) if with_dpkg_status: self._write_state_dpkg_status(tar) if with_dpkg_repack: self._dpkg_repack(tar) def _get_host_info_dict(self): # not really uname host_info = { 'hostname' : os.uname()[1], 'kernel' : os.uname()[2], 'uname_arch' : os.uname()[4], 'arch' : apt_pkg.config.find("APT::Architecture") } return host_info def _write_uname(self, tar): host_info = self._get_host_info_dict() # save it f = tempfile.NamedTemporaryFile(mode='w') info = "\n".join(["%s: %s" % (key, value) for (key, value) in host_info.items()]) f.write(info+"\n") f.flush() tar.add(f.name, arcname="./var/lib/apt-clone/uname") def _write_state_installed_pkgs(self, sourcedir, tar): cache = self._cache_cls(rootdir=sourcedir) s = "" for pkg in cache: if pkg.is_installed: # a version identifies the pacakge s += "%s %s %s\n" % ( pkg.name, pkg.installed.version, int(pkg.is_auto_installed)) if not pkg.candidate or not pkg.candidate.downloadable: self.not_downloadable.add(pkg.name) elif not (pkg.installed.downloadable and pkg.candidate.downloadable): self.version_mismatch.add(pkg.name) # store the installed.pkgs tarinfo = tarfile.TarInfo("./var/lib/apt-clone/installed.pkgs") s = s.encode('utf-8') tarinfo.size = len(s) tarinfo.mtime = time.time() tar.addfile(tarinfo, BytesIO(s)) def _write_state_dpkg_status(self, tar): # store dpkg-status, this is not strictly needed as installed.pkgs # should contain all we need, but we still keep it for debugging # reasons dpkg_status = apt_pkg.config.find_file("dir::state::status") tar.add(dpkg_status, arcname="./var/lib/apt-clone/dpkg-status") def _write_state_auto_installed(self, tar): extended_states = apt_pkg.config.find_file( "Dir::State::extended_states") if os.path.exists(extended_states): tar.add(extended_states, "./var/lib/apt-clone/extended_states") def _write_state_apt_preferences(self, tar): f = apt_pkg.config.find_file("Dir::Etc::preferences") if os.path.exists(f): tar.add(f, arcname="./etc/apt/preferences") p = apt_pkg.config.find_dir("Dir::Etc::preferencesparts", "/etc/apt/preferences.d") if os.path.exists(p): tar.add(p, arcname="./etc/apt/preferences.d") def _write_state_apt_keyring(self, tar): f = apt_pkg.config.find_file("Dir::Etc::trusted") if os.path.exists(f): tar.add(f, arcname="./etc/apt/trusted.gpg") p = apt_pkg.config.find_dir("Dir::Etc::trustedparts", "/etc/apt/trusted.gpg.d") if os.path.exists(p): tar.add(p, arcname="./etc/apt/trusted.gpg.d") def _write_state_sources_list(self, tar, scrub=False): sources_list = apt_pkg.config.find_file("Dir::Etc::sourcelist") self._add_file_to_tar_with_password_check(tar, sources_list, scrub, "./etc/apt/sources.list") source_parts = apt_pkg.config.find_dir("Dir::Etc::sourceparts") if os.path.exists(source_parts): tar.add(source_parts, arcname="./etc/apt/sources.list.d", recursive=False) for source in os.listdir(source_parts): if source.startswith('.'): continue if not source.endswith('.list'): continue sources_file_name = '%s/%s' % (source_parts, source) if os.path.isdir(sources_file_name): continue self._add_file_to_tar_with_password_check(tar, sources_file_name, scrub, "./etc/apt/sources.list.d/"+source) def _add_file_to_tar_with_password_check(self, tar, sources, scrub, arcname): if scrub: with tempfile.NamedTemporaryFile(mode='wb') as source_copy, open(sources, 'r') as f: for line in f.readlines(): if re.search('/[^/@:]*:[^/@:]*@', line): line = re.sub('/[^/@:]*:[^/@:]*@', '/USERNAME:PASSWORD@', line) # tempfile.NamedTemporaryFile cannot easily be made to # open in Unicode mode in Python 2. We can remove this # once ubuntu-release-upgrader is run under Python 3 # (i.e. after Ubuntu 14.04). if line is not bytes: line = line.encode("UTF-8") source_copy.write(line) source_copy.flush() tar.add(source_copy.name, arcname=arcname) else: tar.add(sources, arcname=arcname) def _write_modified_files_from_etc(self, tar): #etcdir = os.path.join(apt_pkg.config.get("Dir"), "etc") pass def _dpkg_repack(self, tar): tdir = tempfile.mkdtemp() for pkgname in self.not_downloadable: self.commands.repack_deb(pkgname, tdir) tar.add(tdir, arcname="./var/lib/apt-clone/debs") shutil.rmtree(tdir) #print(tdir) # detect prefix def _detect_tarprefix(self, tar): #print(tar.getnames()) if tar.getnames()[-1].startswith("./"): self.TARPREFIX = "./" else: self.TARPREFIX = "" # info def _get_info_distro(self, statefile): with tarfile.open(statefile) as tar: self._detect_tarprefix(tar) # guess distro infos f = tar.extractfile(self.TARPREFIX+"etc/apt/sources.list") for line in f.readlines(): line = line.decode("utf-8") if line.startswith("#") or line.strip() == "": continue l = line.split() if len(l) > 2 and not l[2].endswith("/"): return l[2] return None def _get_clone_info_dict(self, statefile): distro = self._get_info_distro(statefile) or "unknown" # nr installed with tarfile.open(statefile) as tar: f = tar.extractfile( self.TARPREFIX + "var/lib/apt-clone/installed.pkgs") installed = autoinstalled = 0 meta = [] for line in f.readlines(): line = line.decode("utf-8") (name, version, auto) = line.strip().split() installed += 1 if int(auto): autoinstalled += 1 # FIXME: this is a bad way to figure out about the # meta-packages if name.endswith("-desktop"): meta.append(name) # date m = tar.getmember( self.TARPREFIX + "var/lib/apt-clone/installed.pkgs") date = m.mtime # check hostname (if found) hostname = "unknown" arch = "unknown" if self.TARPREFIX+"var/lib/apt-clone/uname" in tar.getnames(): info = tar.extractfile( self.TARPREFIX + "var/lib/apt-clone/uname").read() section = apt_pkg.TagSection(info) hostname = section.get("hostname", "unknown") arch = section.get("arch", "unknown") return { 'hostname' : hostname, 'distro' : distro, 'meta' : ", ".join(meta), 'installed' : installed, 'autoinstalled' : autoinstalled, 'date' : time.ctime(date), 'arch' : arch, } def info(self, statefile): return "Hostname: %(hostname)s\n"\ "Arch: %(arch)s\n"\ "Distro: %(distro)s\n"\ "Meta: %(meta)s\n"\ "Installed: %(installed)s pkgs (%(autoinstalled)s automatic)\n"\ "Date: %(date)s\n" % self._get_clone_info_dict(statefile) # show-diff def _get_file_diff_against_clone(self, statefile, system_file, targetdir): with tarfile.open(statefile) as tar: self._detect_tarprefix(tar) clone_file = tar.extractfile(self.TARPREFIX+system_file[1:]) clone_file_lines = [] # FIXME: is there a better way for this? something to tell # tarfile that really its all utf8? for line in clone_file.readlines(): clone_file_lines.append(line.decode("utf-8")) system_file = targetdir+system_file if os.path.exists(system_file): with open(system_file) as fp: system_file_lines = fp.readlines() else: system_file_lines = [] gen = difflib.unified_diff( system_file_lines, clone_file_lines, fromfile="current-system%s" % system_file, tofile=system_file) diff = [] for line in gen: diff.append(line) return diff def show_diff(self, statefile, targetdir="/"): if targetdir != "/": apt_pkg.config.set("DPkg::Chroot-Directory", targetdir) # show info/uname diff print("Clone info differences: ") host_info = self._get_host_info_dict() clone_info = self._get_clone_info_dict(statefile) for key in host_info: if host_info.get(key, None) != clone_info.get(key, None): print(" '%s': clone='%s' system='%s'" % ( key, clone_info.get(key, None), host_info.get(key, None))) print("") # show sources.list{,.d} diff sources_list_system = "/etc/apt/sources.list" diff = self._get_file_diff_against_clone( statefile, sources_list_system, targetdir) if diff: print("".join(diff)) # FIXME: do sources.list.d diff too # FIXME: do apt-keyring diff #self._restore_package_selection(statefile, targetdir, protect_installed) # create new cache in the rootdir cache = self._cache_cls(rootdir=targetdir) with tarfile.open(statefile) as tar: f = tar.extractfile( self.TARPREFIX + "var/lib/apt-clone/installed.pkgs") # get the data installed_in_clone = {} for line in f.readlines(): line = line.strip().decode('utf-8') if line.startswith("#") or line == "": continue (name, version, auto) = line.split() installed_in_clone[name] = (version, auto) installed_on_system = {} for pkg in cache: if not pkg.installed: continue installed_on_system[pkg.name] = ( pkg.installed.version, str(pkg.is_auto_installed)) only_on_system = set(installed_on_system.keys()) - set(installed_in_clone.keys()) if only_on_system: print("Installed on the system but not in the clone-file:") print(" ".join(sorted(only_on_system))) print("\n") only_in_clone = set(installed_in_clone.keys()) - set(installed_on_system.keys()) if only_in_clone: print("Installed in the clone-file but not in the system:") print(" ".join(sorted(only_in_clone))) print("\n") # show version differences pkgversion_differences = set() for pkgname in sorted(installed_in_clone): if not pkgname in installed_on_system: continue clone_file_pkgversion, clone_is_auto = installed_in_clone[pkgname] system_pkgversion, sys_is_auto = installed_on_system[pkgname] if clone_file_pkgversion != system_pkgversion: pkgversion_differences.add( (pkgname, clone_file_pkgversion, system_pkgversion)) if pkgversion_differences: print("Version differences: ") print("Pkgname ") for pkgname, clone_ver, system_ver in pkgversion_differences: print(" %s <%s> <%s>" % (pkgname, clone_ver, system_ver)) # restore def restore_state(self, statefile, targetdir="/", new_distro=None, protect_installed=False): """ take a statefile produced via (like apt-state.tar.gz) save_state() and restore the packages/repositories into targetdir (that is usually "/") """ if targetdir != "/": apt_pkg.config.set("DPkg::Chroot-Directory", targetdir) self.commands.bind_mount("/proc", os.path.join(targetdir, "proc")) self.commands.bind_mount("/sys", os.path.join(targetdir, "sys")) # detect prefix with tarfile.open(statefile) as tar: self._detect_tarprefix(tar) if not os.path.exists(targetdir): print("Dir '%s' does not exist, need to bootstrap first" % targetdir) distro = self._get_info_distro(statefile) self.commands.debootstrap(targetdir, distro) self._restore_sources_list(statefile, targetdir) self._restore_apt_keyring(statefile, targetdir) if new_distro: self._rewrite_sources_list(targetdir, new_distro) self._restore_package_selection(statefile, targetdir, protect_installed) # FIXME: this needs to check if there are conflicts, e.g. via # gdebi self._restore_not_downloadable_debs(statefile, targetdir) # and umount again if targetdir != "/": self.commands.bind_umount(os.path.join(targetdir, "proc")) self.commands.bind_umount(os.path.join(targetdir, "sys")) # simulate restore and return list of missing pkgs def simulate_restore_state(self, statefile, new_distro=None): # create tmp target (with host system dpkg-status) to simulate in target = tempfile.mkdtemp() dpkg_status = apt_pkg.config.find_file("dir::state::status") if not os.path.exists(target+os.path.dirname(dpkg_status)): os.makedirs(target+os.path.dirname(dpkg_status)) shutil.copy(dpkg_status, target+dpkg_status) # restore sources.list and update cache in tmp target self._restore_sources_list(statefile, target) # optionally rewrite on new distro if new_distro: self._rewrite_sources_list(target, new_distro) cache = self._cache_cls(rootdir=target) try: cache.update(apt.progress.base.AcquireProgress()) except FetchFailedException: # This cannot be resolved here, but it should not be interpreted as # a fatal error. pass cache.open() # try to replay cache and see thats missing missing = self._restore_package_selection_in_cache(statefile, cache) shutil.rmtree(target) return missing def _restore_sources_list(self, statefile, targetdir): with tarfile.open(statefile) as tar: existing = os.path.join(targetdir, "etc", "apt", "sources.list") if os.path.exists(existing): shutil.copy(existing, '%s.apt-clone' % existing) tar.extract(self.TARPREFIX+"etc/apt/sources.list", targetdir) td_sources = os.path.join(targetdir, "etc", "apt", "sources.list") os.chmod(td_sources, stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH) try: tar.extract(self.TARPREFIX+"etc/apt/sources.list.d", targetdir) except KeyError: pass def _restore_apt_keyring(self, statefile, targetdir): existing = os.path.join(targetdir, "etc", "apt", "trusted.gpg") backup = '%s.apt-clone' % existing if os.path.exists(existing): shutil.copy(existing, backup) with tarfile.open(statefile) as tar: try: tar.extract(self.TARPREFIX+"etc/apt/trusted.gpg", targetdir) except KeyError: pass try: tar.extract(self.TARPREFIX+"etc/apt/trusted.gpg.d", targetdir) except KeyError: pass if os.path.exists(backup): self.commands.merge_keys(backup, existing) os.remove(backup) def _restore_package_selection_in_cache(self, statefile, cache, protect_installed=False): # reinstall packages missing = set() pkgs = set() # procted installed pkgs resolver = apt_pkg.ProblemResolver(cache._depcache) if protect_installed: for pkg in cache: if pkg.is_installed: resolver.protect(pkg._pkg) # get the installed.pkgs data with tarfile.open(statefile) as tar: f = tar.extractfile( self.TARPREFIX + "var/lib/apt-clone/installed.pkgs") # the actiongroup will help libapt to speed up the following loop with cache.actiongroup(): for line in f.readlines(): line = line.strip().decode('utf-8') if line.startswith("#") or line == "": continue (name, version, auto) = line.split() pkgs.add(name) auto_installed = int(auto) from_user = not auto_installed if name in cache: try: # special mode, most useful for release-upgrades if protect_installed: cache[name].mark_install(from_user=from_user, auto_fix=False) if cache.broken_count > 0: resolver.resolve() if not cache[name].marked_install: raise SystemError("pkg %s not marked upgrade" % name) else: # normal mode, this assume the system is consistent cache[name].mark_install(from_user=from_user) except SystemError as e: logging.warning("can't add %s (%s)" % (name, e)) missing.add(name) # ensure the auto install info is cache[name].mark_auto(auto_installed) # check what is broken and try to fix if cache.broken_count > 0: resolver.resolve() # now go over and see what is missing for pkg in pkgs: if not pkg in cache: missing.add(pkg) continue if not (cache[pkg].is_installed or cache[pkg].marked_install): missing.add(pkg) return missing def _restore_package_selection(self, statefile, targetdir, protect_installed): # create new cache cache = self._cache_cls(rootdir=targetdir) # python-apt Cache(rootdir=) will mangle dir::bin, fix that apt.apt_pkg.config.set("Dir::Bin", "/") apt.apt_pkg.config.set("Dir::Bin::dpkg", "/usr/bin/dpkg") try: cache.update(self.fetch_progress) except FetchFailedException: # This cannot be resolved here, but it should not be interpreted as # a fatal error. pass cache.open() self._restore_package_selection_in_cache(statefile, cache, protect_installed) # do it cache.commit(self.fetch_progress, self.install_progress) def _restore_not_downloadable_debs(self, statefile, targetdir): with tarfile.open(statefile) as tar: try: debsdir = [ tarinfo for tarinfo in tar.getmembers() if tarinfo.name.startswith(self.TARPREFIX+"var/lib/apt-clone/debs/")] tar.extractall(targetdir,debsdir) except KeyError: return debs = [] path = os.path.join(targetdir, "./var/lib/apt-clone/debs") for deb in glob.glob(os.path.join(path, "*.deb")): debpath = os.path.join(path, deb) debs.append(debpath) self.commands.install_debs(debs, targetdir) def _rewrite_sources_list(self, targetdir, new_distro): from aptsources.sourceslist import SourcesList, SourceEntry apt_pkg.config.set( "Dir::Etc::sourcelist", os.path.abspath(os.path.join(targetdir, "etc", "apt", "sources.list"))) apt_pkg.config.set( "Dir::Etc::sourceparts", os.path.abspath(os.path.join(targetdir, "etc", "apt", "sources.list.d"))) sources = SourcesList() for entry in sources.list[:]: if entry.invalid or entry.disabled: continue replacement = '' for pocket in ('updates', 'security', 'backports'): if entry.dist.endswith('-%s' % pocket): replacement = '%s-%s' % (new_distro, pocket) break if replacement: entry.dist = replacement else: entry.dist = new_distro existing = os.path.join(targetdir, "etc", "apt", "sources.list.apt-clone") sourcelist = apt_pkg.config.find_file("Dir::Etc::sourcelist") if os.path.exists(existing): with open(existing, 'r') as fp: for line in fp: src = SourceEntry(line, sourcelist) if (src.invalid or src.disabled) or src not in sources: sources.list.append(src) os.remove(existing) for entry in sources.list: if entry.uri.startswith('cdrom:'): # Make sure CD entries come first. sources.list.remove(entry) sources.list.insert(0, entry) entry.disabled = True sources.save() def _find_unowned_in_etc(self, sourcedir=""): if sourcedir: etcdir = os.path.join(sourcedir, "etc") else: etcdir = "/etc" # get all the files that dpkg "owns" owned = set() dpkg_basedir = os.path.dirname(apt_pkg.config.get("Dir::State::status")) for f in glob.glob(os.path.join(dpkg_basedir, "info", "*.list")): with open(f, encoding="utf-8") as fp: for line in fp: if line.startswith("/etc/"): owned.add(line.strip()) # now go over etc unowned = set() for dirpath, dirnames, filenames in os.walk(etcdir): for name in filenames: fullname = os.path.join(dirpath[len(sourcedir):], name) if not fullname in owned: unowned.add(fullname) return unowned def _find_modified_conffiles(self, sourcedir="/"): dpkg_status = sourcedir+apt_pkg.config.find("Dir::State::status") modified = set() # iterate dpkg-status file with open(dpkg_status) as fp: tag = apt_pkg.TagFile(fp) for entry in tag: if "conffiles" in entry: for line in entry["conffiles"].split("\n"): obsolete = None if len(line.split()) == 3: name, md5sum, obsolete = line.split() else: name, md5sum = line.split() # update path = sourcedir+name md5sum = md5sum.strip() # ignore oboslete conffiles if obsolete == "obsolete": continue # user removed conffile if not os.path.exists(path): logging.debug("conffile %s removed" % path) modified.add(path) continue # check content md5 = hashlib.md5() with open(path, 'rb') as fp: md5.update(fp.read()) if md5.hexdigest() != md5sum: logging.debug("conffile %s (%s != %s)" % ( path, md5.hexdigest(), md5sum)) modified.add(path) return modified def _dump_debconf_database(self, sourcedir): print("not implemented yet") # debconf-copydb configdb newdb --config=Name:newdb --config=Driver:File --config=Filename:/tmp/lala.db # # debconf-copydb newdb configdb --config=Name:newdb --config=Driver:File --config=Filename:/tmp/lala.db # # dump to text with: # debconf-copydb configdb pipe --config=Name:pipe # --config=Driver:Pipe --config=InFd:none # # restore from text with: # ssh remotehost debconf-copydb pipe configdb --config=Name:pipe --config=Driver:Pipe apt-clone-0.3.1~ubuntu11/TODO0000644000000000000000000000025211537661106012563 0ustar * write out version_mismatch.pkg and not_downloadable.pkgs * add tests for restore_state * refactor restore_state into multiple functions * add proper commandline parser apt-clone-0.3.1~ubuntu11/__pycache__/0000755000000000000000000000000012303452237014277 5ustar apt-clone-0.3.1~ubuntu11/__pycache__/apt_clone.cpython-33.pyc0000644000000000000000000007172012303452237020675 0ustar aRxc@sFddlmZddlZddlmZddlZddlZddlZddlZddl Z ddl Z ddl Z ddl Z ddl Z ddlZddlZddlZddlZddlmZmZde jkrejjddejjddnGd d d eZGd d d eZdS( i(uprint_functionN(uFetchFailedException(uBytesIOuopenuAPT_CLONE_DEBUG_RESOLVERuDebug::pkgProblemResolveru1uDebug::pkgDepCache::AutoInstallcBsk|EeZdZdZdZddZddZdddZd d Z d d Z d dZ dS(uLowLevelCommandsuN calls to the lowlevel operations to install debs or repack a deb u/usr/bin/dpkg-repackcCsb|s dSddg}|dkrE|jdd|jd|ntj||}|dkS(Nudpkgu-iu/iuchrootiT(uTrueuinsertu subprocessucall(uselfudebfilesu targetdiru install_cmduret((u../apt_clone.pyu install_debs1s  uLowLevelCommands.install_debscCstjj|js+td|jn|jg}tjdksrtjjds_dSddg|}ntj||gd|}|dkS(u$ dpkg-repack pkgname into targetdir u no '%s' foundiu/usr/bin/fakerootNufakerootu-uucwd(uosupathuexistsu dpkg_repackuIOErrorugetuidu subprocessucall(uselfupkgnameu targetdiru repack_cmduret((u../apt_clone.pyu repack_deb;s uLowLevelCommands.repack_debcCsM|dkr+ddl}|jd}ntjd||g}|dkS(NiuCODENAMEu debootstrap(uNoneu lsb_releaseuget_distro_informationu subprocessucall(uselfu targetdirudistrou lsb_releaseuret((u../apt_clone.pyu debootstrapGs   uLowLevelCommands.debootstrapcCs(tjdd|d|g}|dkS(Nuapt-keyu --keyringuaddi(u subprocessucall(uselfu fromkeyfileu intokeyfileuret((u../apt_clone.pyu merge_keysNsuLowLevelCommands.merge_keyscCs%tjdd||g}|dkS(Numountu--bindi(u subprocessucall(uselfuolddirunewdiruret((u../apt_clone.pyu bind_mountSsuLowLevelCommands.bind_mountcCstjd|g}|dkS(Nuumounti(u subprocessucall(uselfubinddiruret((u../apt_clone.pyu bind_umountWsuLowLevelCommands.bind_umountN( u__name__u __module__u __qualname__u__doc__u dpkg_repacku install_debsu repack_debuNoneu debootstrapu merge_keysu bind_mountu bind_umount(u __locals__((u../apt_clone.pyuLowLevelCommands+s   uLowLevelCommandscBs|EeZdZdZdejdZdZdCdCdCddZ dDdDdDddZ d d Z d d Z d dZddZddZddZddZdDddZddZddZddZdd Zd!d"Zd#d$Zd%d&Zd'd(Zd)d*d+Zd)dCdDd,d-ZdCd.d/Zd0d1Zd2d3Z dDd4d5Z!d6d7Z"d8d9Z#d:d;Z$d<d=d>Z%d)d?d@Z&dAdBZ'dCS(EuAptCloneu clone the package selection/installation of a existing system using the information that apt provides If dpkg-repack is installed, it will be used to generate debs for the obsolete ones. uapt-clone-state-%s.tar.gziu./cCst|_t|_t|_|r6||_ntjjj |_|r]||_ ntjj j |_ |r||_ n tj|_ dS(N(usetunot_downloadableuversion_mismatchuLowLevelCommandsucommandsufetch_progressuaptuprogressutextuAcquireProgressuinstall_progressubaseuInstallProgressu _cache_clsuCache(uselfufetch_progressuinstall_progressu cache_cls((u../apt_clone.pyu__init__gs      uAptClone.__init__c CsFtjj|r-tjj||j}n|jdsI|d7}n|dkrtjtjj d|tjj dtjj|dtj nt j d|dd }|j ||j|||j||j|||j||j||r&|j|n|r<|j|nWd QXd S( u save the current system state (installed pacakges, enabled repositories ...) into the apt-state.tar.gz file in targetdir u.tar.gzu.apt-clone.tar.gzu/uDiruDir::State::statusuvar/lib/dpkg/statusunameumodeuw:gzN(uosupathuisdirujoinuCLONE_FILENAMEuendswithuapt_pkgu init_configuconfigusetu init_systemutarfileuopenu _write_unameu_write_state_installed_pkgsu_write_state_auto_installedu_write_state_sources_listu_write_state_apt_preferencesu_write_state_apt_keyringu_write_state_dpkg_statusu _dpkg_repack(uselfu sourcedirutargetuwith_dpkg_repackuwith_dpkg_statusu scrub_sourcesutar((u../apt_clone.pyu save_states*         uAptClone.save_statecCsPitjdd6tjdd6tjdd6tjjdd6}|S( Niuhostnameiukerneliu uname_archuAPT::Architectureuarch(uosuunameuapt_pkguconfigufind(uselfu host_info((u../apt_clone.pyu_get_host_info_dicts uAptClone._get_host_info_dictcCsu|j}tjdd}djdd|jD}|j|d|j|j|jdddS(Numodeuwu cSs&g|]\}}d||fqS(u%s: %s((u.0ukeyuvalue((u../apt_clone.pyu s u)AptClone._write_uname..uarcnameu./var/lib/apt-clone/uname( u_get_host_info_dictutempfileuNamedTemporaryFileujoinuitemsuwriteuflushuadduname(uselfutaru host_infoufuinfo((u../apt_clone.pyu _write_unames  uAptClone._write_unamecCs|jd|}d}x|D]}|jr|d|j|jjt|jf7}|j sn|jj r|j j |jq|jjo|jjs|j j |jqqqWt j d}|jd}t||_tj|_|j|t|dS(Nurootdiruu %s %s %s u"./var/lib/apt-clone/installed.pkgsuutf-8(u _cache_clsu is_installedunameu installeduversionuintuis_auto_installedu candidateu downloadableunot_downloadableuadduversion_mismatchutarfileuTarInfouencodeulenusizeutimeumtimeuaddfileuBytesIO(uselfu sourcedirutarucacheusupkgutarinfo((u../apt_clone.pyu_write_state_installed_pkgss   #  u$AptClone._write_state_installed_pkgscCs)tjjd}|j|dddS(Nudir::state::statusuarcnameu./var/lib/apt-clone/dpkg-status(uapt_pkguconfigu find_fileuadd(uselfutaru dpkg_status((u../apt_clone.pyu_write_state_dpkg_statussu!AptClone._write_state_dpkg_statuscCs;tjjd}tjj|r7|j|dndS(NuDir::State::extended_statesu#./var/lib/apt-clone/extended_states(uapt_pkguconfigu find_fileuosupathuexistsuadd(uselfutaruextended_states((u../apt_clone.pyu_write_state_auto_installeds  u$AptClone._write_state_auto_installedcCs{tjjd}tjj|r:|j|ddntjjdd}tjj|rw|j|ddndS(NuDir::Etc::preferencesuarcnameu./etc/apt/preferencesuDir::Etc::preferencespartsu/etc/apt/preferences.du./etc/apt/preferences.d(uapt_pkguconfigu find_fileuosupathuexistsuaddufind_dir(uselfutarufup((u../apt_clone.pyu_write_state_apt_preferencess  u%AptClone._write_state_apt_preferencescCs{tjjd}tjj|r:|j|ddntjjdd}tjj|rw|j|ddndS(NuDir::Etc::trusteduarcnameu./etc/apt/trusted.gpguDir::Etc::trustedpartsu/etc/apt/trusted.gpg.du./etc/apt/trusted.gpg.d(uapt_pkguconfigu find_fileuosupathuexistsuaddufind_dir(uselfutarufup((u../apt_clone.pyu_write_state_apt_keyrings  u!AptClone._write_state_apt_keyringcCstjjd}|j|||dtjjd}tjj|r|j|dddd xtj |D]r}|j drqun|j dsqund ||f}tjj |rqun|j|||d |quWndS( NuDir::Etc::sourcelistu./etc/apt/sources.listuDir::Etc::sourcepartsuarcnameu./etc/apt/sources.list.du recursiveu.u.listu%s/%su./etc/apt/sources.list.d/F(uapt_pkguconfigu find_fileu$_add_file_to_tar_with_password_checkufind_diruosupathuexistsuadduFalseulistdiru startswithuendswithuisdir(uselfutaruscrubu sources_listu source_partsusourceusources_file_name((u../apt_clone.pyu_write_state_sources_lists$ u"AptClone._write_state_sources_listcCs|rtjdd}t|d}xs|jD]e}tjd|rjtjdd|}n|tk r|jd}n|j ||j q:W|j |j d|WdQXWdQXn|j |d|dS(Numodeuwburu/[^/@:]*:[^/@:]*@u/USERNAME:PASSWORD@uUTF-8uarcname( utempfileuNamedTemporaryFileuopenu readlinesureusearchusububytesuencodeuwriteuflushuadduname(uselfutarusourcesuscrubuarcnameu source_copyufuline((u../apt_clone.pyu$_add_file_to_tar_with_password_checks'   %u-AptClone._add_file_to_tar_with_password_checkcCsdS(N((uselfutar((u../apt_clone.pyu_write_modified_files_from_etc su'AptClone._write_modified_files_from_etccCsWtj}x$|jD]}|jj||qW|j|ddtj|dS(Nuarcnameu./var/lib/apt-clone/debs(utempfileumkdtempunot_downloadableucommandsu repack_debuaddushutilurmtree(uselfutarutdirupkgname((u../apt_clone.pyu _dpkg_repacks  uAptClone._dpkg_repackcCs2|jdjdr%d|_n d|_dS(Niu./ui(ugetnamesu startswithu TARPREFIX(uselfutar((u../apt_clone.pyu_detect_tarprefixs uAptClone._detect_tarprefixc Cstj|}|j||j|jd}x|jD]v}|jd}|jdsB|jdkr~qBn|j }t |dkrB|dj d rB|dSqBWWdQXdS(Nuetc/apt/sources.listuutf-8u#uiu/( utarfileuopenu_detect_tarprefixu extractfileu TARPREFIXu readlinesudecodeu startswithustripusplitulenuendswithuNone(uselfu statefileutarufulineul((u../apt_clone.pyu_get_info_distro s ! &uAptClone._get_info_distroc Cs|j|pd}tj|}|j|jd}d}}g}x|jD]r}|jd}|jj\} } } |d7}t | r|d7}n| j drZ|j | qZqZW|j |jd} | j } d}d}|jd|jkrf|j|jdj}tj|}|jdd}|jd d}ni|d6|d 6d j|d 6|d 6|d6tj| d6|d 6SWdQXdS(Nuunknownu var/lib/apt-clone/installed.pkgsiuutf-8iu-desktopuvar/lib/apt-clone/unameuhostnameuarchudistrou, umetau installedu autoinstalledudate(u_get_info_distroutarfileuopenu extractfileu TARPREFIXu readlinesudecodeustripusplituintuendswithuappendu getmemberumtimeugetnamesureaduapt_pkgu TagSectionugetujoinutimeuctime(uselfu statefileudistroutarufu installedu autoinstalledumetaulineunameuversionuautoumudateuhostnameuarchuinfousection((u../apt_clone.pyu_get_clone_info_dict.s@      uAptClone._get_clone_info_dictcCsd|j|S(NuHostname: %(hostname)s Arch: %(arch)s Distro: %(distro)s Meta: %(meta)s Installed: %(installed)s pkgs (%(autoinstalled)s automatic) Date: %(date)s (u_get_clone_info_dict(uselfu statefile((u../apt_clone.pyuinfoVsu AptClone.infoc Cstj|g}|j||j|j|dd}g}x*|jD]}|j|jdqRWWdQX||}tj j |rt|}|j} WdQXng} t j | |dd|d|} g} x| D]}| j|qW| S(Niuutf-8ufromfileucurrent-system%sutofile( utarfileuopenu_detect_tarprefixu extractfileu TARPREFIXu readlinesuappendudecodeuosupathuexistsudifflibu unified_diff( uselfu statefileu system_fileu targetdirutaru clone_fileuclone_file_linesulineufpusystem_file_linesugenudiff((u../apt_clone.pyu_get_file_diff_against_clone_s$      u%AptClone._get_file_diff_against_cloneu/c Csh|dkr"tjjd|ntd|j}|j|}xd|D]\}|j|d|j|dkrNtd||j|d|j|dfqNqNWtdd}|j|||}|rtdj |n|j d|}t j |} | j |jd} i} xo| jD]a} | jjd } | jd s<| dkrxq<n| j\} }}||f| | u %s <%s> <%s>(uapt_pkguconfigusetuprintu_get_host_info_dictu_get_clone_info_dictugetuNoneu_get_file_diff_against_cloneujoinu _cache_clsutarfileuopenu extractfileu TARPREFIXu readlinesustripudecodeu startswithusplitu installeduversionustruis_auto_installedunameukeysusorteduadd(uselfu statefileu targetdiru host_infou clone_infoukeyusources_list_systemudiffucacheutarufuinstalled_in_cloneulineunameuversionuautouinstalled_on_systemupkguonly_on_systemu only_in_cloneupkgversion_differencesupkgnameuclone_file_pkgversionu clone_is_autousystem_pkgversionu sys_is_autou clone_veru system_ver((u../apt_clone.pyu show_diffvsp    $   &"  "       uAptClone.show_diffc Cs}|dkrftjjd||jjdtjj|d|jjdtjj|dntj |}|j |WdQXtjj |st d||j |}|jj||n|j|||j|||r |j||n|j||||j|||dkry|jjtjj|d|jjtjj|dndS( u take a statefile produced via (like apt-state.tar.gz) save_state() and restore the packages/repositories into targetdir (that is usually "/") u/uDPkg::Chroot-Directoryu/procuprocu/sysusysNu0Dir '%s' does not exist, need to bootstrap first(uapt_pkguconfigusetucommandsu bind_mountuosupathujoinutarfileuopenu_detect_tarprefixuexistsuprintu_get_info_distrou debootstrapu_restore_sources_listu_restore_apt_keyringu_rewrite_sources_listu_restore_package_selectionu_restore_not_downloadable_debsu bind_umount(uselfu statefileu targetdiru new_distrouprotect_installedutarudistro((u../apt_clone.pyu restore_states& "% uAptClone.restore_statec Cstj}tjjd}tjj|tjj|s`tj |tjj|nt j ||||j |||r|j ||n|jd|}y|jtjjjWntk rYnX|j|j||}t j||S(Nudir::state::statusurootdir(utempfileumkdtempuapt_pkguconfigu find_fileuosupathuexistsudirnameumakedirsushutilucopyu_restore_sources_listu_rewrite_sources_listu _cache_clsuupdateuaptuprogressubaseuAcquireProgressuFetchFailedExceptionuopenu#_restore_package_selection_in_cacheurmtree(uselfu statefileu new_distroutargetu dpkg_statusucacheumissing((u../apt_clone.pyusimulate_restore_states" "    uAptClone.simulate_restore_statecCstj|}tjj|ddd}tjj|rVtj|d|n|j|j d|tjj|ddd}tj |t j t j Bt jBt jBy|j|j d|Wntk rYnXWdQXdS(Nuetcuaptu sources.listu %s.apt-cloneuetc/apt/sources.listuetc/apt/sources.list.d(utarfileuopenuosupathujoinuexistsushutilucopyuextractu TARPREFIXuchmodustatuS_IRUSRuS_IWUSRuS_IRGRPuS_IROTHuKeyError(uselfu statefileu targetdirutaruexistingu td_sources((u../apt_clone.pyu_restore_sources_lists  uAptClone._restore_sources_listcCstjj|ddd}d|}tjj|rJtj||ntj|}y|j|j d|Wnt k rYnXy|j|j d|Wnt k rYnXtjj|r|j j ||tj |nWdQXdS(Nuetcuaptu trusted.gpgu %s.apt-cloneuetc/apt/trusted.gpguetc/apt/trusted.gpg.d(uosupathujoinuexistsushutilucopyutarfileuopenuextractu TARPREFIXuKeyErrorucommandsu merge_keysuremove(uselfu statefileu targetdiruexistingubackuputar((u../apt_clone.pyu_restore_apt_keyring s    uAptClone._restore_apt_keyringc Cszt}t}tj|j}|rZx-|D]"}|jr1|j|jq1q1Wntj|}|j |j d} |j jxb| j D]T} | j jd} | jds| dkrqn| j\} } } |j| t| }| }| |kryw|r{|| jd|dd |jdkr|j|| jsxtd| qxqn|| jd|WnItk r}z)tjd | |f|j| WYdd}~XnX|| j|qqWWdQXWdQX|jdkr|jnxW|D]O}||krH|j|q#n||jp_||js#|j|q#q#W|S( Nu var/lib/apt-clone/installed.pkgsuutf-8u#uu from_useruauto_fixiupkg %s not marked upgradeucan't add %s (%s)F(usetuapt_pkguProblemResolveru _depcacheu is_installeduprotectu_pkgutarfileuopenu extractfileu TARPREFIXu actiongroupu readlinesustripudecodeu startswithusplituadduintu mark_installuFalseu broken_counturesolveumarked_installu SystemErrorulogginguwarningu mark_auto(uselfu statefileucacheuprotect_installedumissingupkgsuresolverupkgutarufulineunameuversionuautouauto_installedu from_userue((u../apt_clone.pyu#_restore_package_selection_in_cachesR           $    u,AptClone._restore_package_selection_in_cachec Cs|jd|}tjjjddtjjjddy|j|jWntk rfYnX|j|j ||||j |j|j dS(NurootdiruDir::Binu/uDir::Bin::dpkgu /usr/bin/dpkg( u _cache_clsuaptuapt_pkguconfigusetuupdateufetch_progressuFetchFailedExceptionuopenu#_restore_package_selection_in_cacheucommituinstall_progress(uselfu statefileu targetdiruprotect_installeducache((u../apt_clone.pyu_restore_package_selectionRs  u#AptClone._restore_package_selectionc stj|S}y3fdd|jD}|j||Wntk r]dSYnXWdQXg}tjj|d}xHtjtjj|dD](}tjj||}|j |qWj j ||dS(Ncs/g|]%}|jjjdr|qS(uvar/lib/apt-clone/debs/(unameu startswithu TARPREFIX(u.0utarinfo(uself(u../apt_clone.pyu fs u;AptClone._restore_not_downloadable_debs..u./var/lib/apt-clone/debsu*.deb( utarfileuopenu getmembersu extractalluKeyErroruosupathujoinuglobuappenducommandsu install_debs( uselfu statefileu targetdirutarudebsdirudebsupathudebudebpath((uselfu../apt_clone.pyu_restore_not_downloadable_debscs %u'AptClone._restore_not_downloadable_debsc Cs4ddlm}m}tjjdtjjtjj |dddtjjdtjjtjj |ddd|}x|j ddD]z}|j s|j rqnd }x8dD]0}|j jd |rd||f}PqqW|r ||_ q||_ qWtjj |ddd} tjjd} tjj| rt| dX} xN| D]F} || | } | j s| j s| |krq|j j| qqqqWWdQXtj| nxR|j D]G}|jjdr|j j||j jd|d|_ qqW|jdS(Ni(u SourcesListu SourceEntryuDir::Etc::sourcelistuetcuaptu sources.listuDir::Etc::sourcepartsusources.list.duuupdatesusecurityu backportsu-%su%s-%susources.list.apt-cloneurucdrom:(uupdatesusecurityu backportsT(uaptsources.sourceslistu SourcesListu SourceEntryuapt_pkguconfigusetuosupathuabspathujoinulistuinvalidudisabledudistuendswithu find_fileuexistsuopenuappenduremoveuuriu startswithuinsertuTrueusave(uselfu targetdiru new_distrou SourcesListu SourceEntryusourcesuentryu replacementupocketuexistingu sourcelistufpulineusrc((u../apt_clone.pyu_rewrite_sources_listqsF ( (      uAptClone._rewrite_sources_listuc CsJ|rtjj|d}nd}t}tjjtjjd}xztjtjj|ddD]W}t |dd=}x3|D]+}|j dr|j |j qqWWdQXqmWt}xrtj |D]a\} } } xO| D]G} tjj| t|d| } | |kr|j | qqWqW|S( Nuetcu/etcuDir::State::statusuinfou*.listuencodinguutf-8u/etc/(uosupathujoinusetudirnameuapt_pkguconfigugetuglobuopenu startswithuaddustripuwalkulen(uselfu sourcediruetcdiruownedu dpkg_basedirufufpulineuunownedudirpathudirnamesu filenamesunameufullname((u../apt_clone.pyu_find_unowned_in_etcs" ( $  % uAptClone._find_unowned_in_etcc Cs|tjjd}t}t|s}tj|}xZ|D]R}d|krDx=|djdD]%}d}t|jdkr|j\} } }n|j\} } || } | j } |dkrqjnt j j | st jd| |j| qjntj} t| d}| j|jWdQX| j| krjt jd| | j| f|j| qjqjWqDqDWWdQX|S( NuDir::State::statusu conffilesu iuobsoleteuconffile %s removedurbuconffile %s (%s != %s)(uapt_pkguconfigufindusetuopenuTagFileusplituNoneulenustripuosupathuexistsuloggingudebuguadduhashlibumd5uupdateureadu hexdigest( uselfu sourcediru dpkg_statusumodifiedufputaguentryulineuobsoleteunameumd5sumupathumd5((u../apt_clone.pyu_find_modified_conffiless6         !u!AptClone._find_modified_conffilescCstddS(Nunot implemented yet(uprint(uselfu sourcedir((u../apt_clone.pyu_dump_debconf_databasesuAptClone._dump_debconf_databaseNF((u__name__u __module__u __qualname__u__doc__uosuunameuCLONE_FILENAMEu TARPREFIXuNoneu__init__uFalseu save_stateu_get_host_info_dictu _write_unameu_write_state_installed_pkgsu_write_state_dpkg_statusu_write_state_auto_installedu_write_state_apt_preferencesu_write_state_apt_keyringu_write_state_sources_listu$_add_file_to_tar_with_password_checku_write_modified_files_from_etcu _dpkg_repacku_detect_tarprefixu_get_info_distrou_get_clone_info_dictuinfou_get_file_diff_against_cloneu show_diffu restore_stateusimulate_restore_stateu_restore_sources_listu_restore_apt_keyringu#_restore_package_selection_in_cacheu_restore_package_selectionu_restore_not_downloadable_debsu_rewrite_sources_listu_find_unowned_in_etcu_find_modified_conffilesu_dump_debconf_database(u __locals__((u../apt_clone.pyuAptClone\sF         ( K#  5   *#uAptClone(u __future__uprint_functionuaptu apt.cacheuFetchFailedExceptionuapt_pkgudifflibuglobuhashlibulogginguosureushutilustatu subprocessutarfileutempfileutimeuiouBytesIOuopenuenvironuconfigusetuobjectuLowLevelCommandsuAptClone(((u../apt_clone.pyus*              1