From 2ba99db8bcde716d7dc2bafc4f9c3a0ba1d70ea9 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 3 Sep 2010 17:03:52 +0200 Subject: remove duplicated test, move test for conflicts higher up, better debug output --- apt-pkg/algorithms.cc | 39 +++++++++++++++------------------------ 1 file changed, 15 insertions(+), 24 deletions(-) diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc index bd9a9df62..a298be493 100644 --- a/apt-pkg/algorithms.cc +++ b/apt-pkg/algorithms.cc @@ -987,22 +987,21 @@ bool pkgProblemResolver::Resolve(bool BrokenFix) pkgCache::VerIterator Ver(Cache,*V); pkgCache::PkgIterator Pkg = Ver.ParentPkg(); - /* Ignore a target that is not a candidate - This can happen if: - installed package provides video-6 - candidate provides video-8 - now if a package Start breaks/conflicts video-6 - Start.AllTargets() will return the now-installed - versions even though these are not candidates - we can ignore them - */ - if (Cache[Pkg].CandidateVerIter(Cache) != Ver) + /* This is a conflicts, and the version we are looking + at is not the currently selected version of the + package, which means it is not necessary to + remove/keep */ + if (Cache[Pkg].InstallVer != Ver && + (Start->Type == pkgCache::Dep::Conflicts || + Start->Type == pkgCache::Dep::DpkgBreaks || + Start->Type == pkgCache::Dep::Obsoletes)) { - if (Debug) - clog << " Version " << Ver.VerStr() << " for " - << Pkg.Name() << " is not a candidate, ignoring" + if (Debug) + clog << " Conflicts//Breaks against version " + << Ver.VerStr() << " for " << Pkg.Name() + << " but that is not InstVer, ignoring" << endl; - continue; + continue; } if (Debug == true) @@ -1087,22 +1086,14 @@ bool pkgProblemResolver::Resolve(bool BrokenFix) } else { - /* This is a conflicts, and the version we are looking - at is not the currently selected version of the - package, which means it is not necessary to - remove/keep */ - if (Cache[Pkg].InstallVer != Ver && - (Start->Type == pkgCache::Dep::Conflicts || - Start->Type == pkgCache::Dep::Obsoletes)) - continue; - if (Start->Type == pkgCache::Dep::DpkgBreaks) { // first, try upgrading the package, if that // does not help, the breaks goes onto the // kill list + // // FIXME: use DoUpgrade(Pkg) instead? - if (Cache[End] & pkgDepCache::DepGCVer) + if (Cache[End] & pkgDepCache::DepGCVer) { if (Debug) clog << " Upgrading " << Pkg.FullName(false) << " due to Breaks field in " << I.FullName(false) << endl; -- cgit v1.2.3 From 9976f17c87a6be4b27cb3fcfa59a2a7387aed5e5 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 3 Sep 2010 17:51:03 +0200 Subject: add regression test for ubuntu bug 614993 --- test/integration/Packages-ubuntu-bug-614993 | 1819 +++++++++ test/integration/status-ubuntu-bug-614993 | 5894 +++++++++++++++++++++++++++ test/integration/test-ubuntu-bug-614993 | 59 + 3 files changed, 7772 insertions(+) create mode 100644 test/integration/Packages-ubuntu-bug-614993 create mode 100644 test/integration/status-ubuntu-bug-614993 create mode 100755 test/integration/test-ubuntu-bug-614993 diff --git a/test/integration/Packages-ubuntu-bug-614993 b/test/integration/Packages-ubuntu-bug-614993 new file mode 100644 index 000000000..f1d4593e0 --- /dev/null +++ b/test/integration/Packages-ubuntu-bug-614993 @@ -0,0 +1,1819 @@ +Package: libx11-xcb1 +Priority: optional +Section: libs +Installed-Size: 184 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: libx11 +Version: 2:1.3.3-3ubuntu1 +Depends: libc6 (>= 2.2.5), libx11-6 +Conflicts: libx11-6 (<< 2:1.1) +Filename: pool/main/libx/libx11/libx11-xcb1_1.3.3-3ubuntu1_amd64.deb +Size: 90286 +MD5sum: 56c300a1110d9b08ab7760e375724034 +SHA1: 81fd3a089e0141236ac4dd49e98f58d7b6db3af3 +SHA256: 97a7b225bbccc6a64e2264e7ca53bb585e12982e037d26f1b22fae2c79127dc0 +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 +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: libxcb-aux0 +Priority: extra +Section: libdevel +Installed-Size: 68 +Maintainer: Ubuntu Developers +Original-Maintainer: Julien Danjou +Architecture: amd64 +Source: xcb-util +Version: 0.3.6-1build1 +Depends: libc6 (>= 2.2.5), libxcb1 (>= 0) +Filename: pool/main/x/xcb-util/libxcb-aux0_0.3.6-1build1_amd64.deb +Size: 8962 +MD5sum: a35d570e9231a01ff6de0ec872638787 +SHA1: c551ed6a9b1b6c1d201537b85f4003926aa2833d +SHA256: 047ee120e83adbed4c57ff175e59ca02a772e7d4a5d1d014ff72d6f0da41e9ca +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. +Homepage: http://xcb.freedesktop.org +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, ubuntu-netbook + +Package: libxcb-dri2-0 +Priority: optional +Section: libs +Installed-Size: 68 +Maintainer: Ubuntu Developers +Original-Maintainer: XCB Developers +Architecture: amd64 +Source: libxcb +Version: 1.6-1 +Depends: libc6 (>= 2.2.5), libxcb1 (>= 0) +Filename: pool/main/libx/libxcb/libxcb-dri2-0_1.6-1_amd64.deb +Size: 10130 +MD5sum: 13f3278d872f700c5e2363cab9feb5db +SHA1: cc51153c443558292604acb98043517075332263 +SHA256: 2fe00f4216eb408b0e70ffd7681b81fc750a242661790c636998dfe5738be05d +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 +Homepage: http://xcb.freedesktop.org +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + + +Package: libmtdev1 +Priority: optional +Section: libs +Installed-Size: 72 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: mtdev +Version: 1.0.9-0ubuntu1 +Depends: libc6 (>= 2.4) +Filename: pool/main/m/mtdev/libmtdev1_1.0.9-0ubuntu1_amd64.deb +Size: 10980 +MD5sum: 694e8cee8d0d21591fa308ddd1b1e41f +SHA1: 7ea377dec6755a3e659c116a989145609fc7e9a9 +SHA256: 88075b13ad116e38d33c84e63fa5e6195c84df16f4741c4054520618d7f17797 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: libutouch-grail1 +Priority: optional +Section: libs +Installed-Size: 84 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: utouch-grail +Version: 1.0.11-0ubuntu1 +Depends: libc6 (>= 2.4), libmtdev1 (>= 1.0.8) +Breaks: libutouch-geis1 (<= 1.0.8), xserver-xorg-input-gevdev (<= 1:2.3.2-6ubuntu1) +Filename: pool/main/u/utouch-grail/libutouch-grail1_1.0.11-0ubuntu1_amd64.deb +Size: 15360 +MD5sum: 210ad74aa06bf676d9ab0200fc2a1d19 +SHA1: 734014bca516535b85b3e3eb5f76734d1dca066a +SHA256: 0905710584348b58ee88f520c874d4d5198b6be38daff8a761ad263b0c350a6a +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: libdrm-intel1 +Priority: required +Section: libs +Installed-Size: 116 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: libdrm +Version: 2.4.21-1ubuntu2 +Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.1) +Filename: pool/main/libd/libdrm/libdrm-intel1_2.4.21-1ubuntu2_amd64.deb +Size: 33178 +MD5sum: 2d647434700294708fcaa815bc75ca07 +SHA1: f808f92ca2c86d07e654f92cffe6a806bef53c64 +SHA256: 069eb06161ca6e17d29a8cc67c7eac21c6f935292d4f208e802d595da521566b +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: minimal + +Package: libdrm-nouveau1 +Priority: required +Section: libs +Installed-Size: 96 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: libdrm +Version: 2.4.21-1ubuntu2 +Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.3) +Breaks: xserver-xorg-video-nouveau (<< 1:0.0.16) +Filename: pool/main/libd/libdrm/libdrm-nouveau1_2.4.21-1ubuntu2_amd64.deb +Size: 22290 +MD5sum: dd13107a609c4ef288aef8e0cf7c6bbe +SHA1: 3c17fcf1421f2585f3b6385eb434f8caa2ee56b8 +SHA256: f02f625b172a871e2c93a01234cb608e2c21ba21a6f76d48fff0dc743156d3a5 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: minimal + +Package: libdrm-radeon1 +Priority: required +Section: libs +Installed-Size: 96 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: libdrm +Version: 2.4.21-1ubuntu2 +Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.3) +Filename: pool/main/libd/libdrm/libdrm-radeon1_2.4.21-1ubuntu2_amd64.deb +Size: 23196 +MD5sum: 7d8c85369e9d9deaaff960715fb8cb5d +SHA1: b39304c4f1cce9c00b2c4e01845cc03760d97ca5 +SHA256: c282a95b5ee4361c3e1fd49cfe5f862ada91a9caa9c338b634aab2b792707800 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: minimal + +Package: libdrm2 +Priority: required +Section: libs +Installed-Size: 120 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: libdrm +Version: 2.4.21-1ubuntu2 +Depends: libc6 (>= 2.7) +Filename: pool/main/libd/libdrm/libdrm2_2.4.21-1ubuntu2_amd64.deb +Size: 32386 +MD5sum: a66179dec8fa282a72d323cb85386a0c +SHA1: b06c48d149ad466c4e0c1f316573d8faa2924210 +SHA256: af7beb6b31b54371fdc6ec3c624199b323ac80d5043e4c5931ba1bf740462b10 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: minimal + +Package: libxfont1 +Priority: optional +Section: libs +Installed-Size: 332 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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) +Filename: pool/main/libx/libxfont/libxfont1_1.4.2-1_amd64.deb +Size: 156844 +MD5sum: 4ad60ad1f3096f03eabcf30dedb2c2ce +SHA1: 2a1e83c35583fe2f8351783a160326b48c4559b3 +SHA256: 97c121164fdef2e6f7332c27422fc07d2d7b3f137415b3ec3a6083e471f3290e +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 +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, eucalyptus-cloud, eucalyptus-storage, print-server, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-common +Priority: optional +Section: x11 +Installed-Size: 176 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: all +Source: xorg-server +Version: 2:1.9.0-0ubuntu2 +Replaces: xserver-xorg-core (<< 2:1.5.2) +Depends: x11-common, xkb-data, x11-xkb-utils +Recommends: xfonts-base, xauth +Filename: pool/main/x/xorg-server/xserver-common_1.9.0-0ubuntu2_all.deb +Size: 86390 +MD5sum: 278a92c5c0b5dc2189ab7b7493b69add +SHA1: 46734bd7889084fe8a296ac50ed6c81bbdcb322a +SHA256: f2757c722684626f21b638fe8de2347c3a4ce5e686af5d6ab38a8e12755762b1 +Description: common files used by various X servers + This package provides files necessary for all X.Org based X servers. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xephyr +Priority: optional +Section: x11 +Installed-Size: 2164 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: xorg-server +Version: 2:1.9.0-0ubuntu2 +Depends: xserver-common (>= 2:1.9.0-0ubuntu2), libc6 (>= 2.4), libdrm2 (>= 2.3.1), libgcrypt11 (>= 1.4.2), libgl1-mesa-glx | libgl1, libpixman-1-0 (>= 0.15.16), libx11-6, libxau6, libxdmcp6, libxext6, libxfont1 (>= 1:1.4.2), libxv1 +Recommends: libgl1-mesa-dri (>= 7.1~rc1) +Filename: pool/main/x/xorg-server/xserver-xephyr_1.9.0-0ubuntu2_amd64.deb +Size: 1005784 +MD5sum: 93f42d8e5a4ccaac790908d9490aff49 +SHA1: 8c657f7ed9a5fea1bc72c341d690f89f7b2be852 +SHA256: 6ab0c82b3082bf3acfc9b54f63dbb472c55ca69b1dab06fc27e34ffd145c3881 +Description: nested X server + Xephyr is an X server that can be run inside another X server, + much like Xnest. It is based on the kdrive X server, and as a + result it supports newer extensions than Xnest, including render and + composite. + . + More information about X.Org can be found at: + + . + This package is built from the X.org xserver module. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: edubuntu-desktop-gnome + +Package: xserver-xorg +Priority: optional +Section: x11 +Installed-Size: 180 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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) +Filename: pool/main/x/xorg/xserver-xorg_7.5+6ubuntu3_amd64.deb +Size: 20560 +MD5sum: 5f4f0c969d2758cee7ce5244917df903 +SHA1: 58290e5672b6e3223dc63db33b3196d3eaa44df6 +SHA256: 35b04c220fe1b76f52fca42bb97abeed2c9e8554ff280e42f7c4ad3017985632 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-core +Priority: optional +Section: x11 +Installed-Size: 4108 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: xorg-server +Version: 2:1.9.0-0ubuntu2 +Provides: xorg-input-abi-11.0, xorg-video-abi-8.0, xserver +Depends: xserver-common (>= 2:1.9.0-0ubuntu2), 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, xserver-xorg-input-2, xserver-xorg-input-2.1, xserver-xorg-input-4, xserver-xorg-input-7, 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 +Filename: pool/main/x/xorg-server/xserver-xorg-core_1.9.0-0ubuntu2_amd64.deb +Size: 1722082 +MD5sum: 22b1e5dcaa5a40520eb1c76996acde89 +SHA1: 26d0082a04d7c30791a8535643c08bd66cc71085 +SHA256: 073eacfdf298a76287cf9676212ac94eda9a2f7c9c1b62fc9ced3e110c06e88d +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-core-dbg +Priority: extra +Section: x11 +Installed-Size: 17404 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: xorg-server +Version: 2:1.9.0-0ubuntu2 +Depends: xserver-xorg-core (= 2:1.9.0-0ubuntu2) +Filename: pool/main/x/xorg-server/xserver-xorg-core-dbg_1.9.0-0ubuntu2_amd64.deb +Size: 6305640 +MD5sum: fe080ab7fa64b8dc8446b6fe82af196d +SHA1: ae450cf592342969903a42792d07914d2717f8dd +SHA256: fd4007f1de919f1ed8f9e8bfe0235bdbbe14e3ba78bf3cd010f43d1c64a83d50 +Description: Xorg - the X.Org X server (debugging symbols) + 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. + . + This package provides debugging symbols for the Xorg X server and associated + modules. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m + +Package: xserver-xorg-dev +Priority: optional +Section: x11 +Installed-Size: 1632 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: xorg-server +Version: 2:1.9.0-0ubuntu2 +Depends: libpixman-1-dev (>= 0.15.20), x11proto-core-dev (>= 7.0.17), x11proto-input-dev (>= 1.9.99.902), x11proto-xext-dev (>= 7.0.99.3), x11proto-video-dev, x11proto-randr-dev (>= 1.2.99.3), x11proto-render-dev (>= 2:0.11), x11proto-dri2-dev (>= 2.3), x11proto-fonts-dev, x11proto-xinerama-dev, x11proto-kb-dev, libxkbfile-dev, libpciaccess-dev +Filename: pool/main/x/xorg-server/xserver-xorg-dev_1.9.0-0ubuntu2_amd64.deb +Size: 315992 +MD5sum: 622dad3611cef47cad83b4a3c82c0a78 +SHA1: 35237aa66771f253e22ab46ed711d7feafc3e284 +SHA256: 94114cc3aa3e9601db43d92df263715c3141922ef04ce1886a56a8842765d5f2 +Description: Xorg X server - development files + This package provides development files for the X.Org ('Xorg') X server. + This is not quite the same as the DDK (Driver Development Kit) from the + XFree86 4.x and X.Org 6.7, 6.8 and 6.9 series of servers; it provides + headers and a pkg-config file for drivers using autotools to build + against. + . + Unless you are developing or building a driver, you probably want + xserver-xorg and/or xserver-xorg-core instead. + . + More information about X.Org can be found at: + + . + This package is built from the X.org xserver module. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m + +Package: xserver-xorg-input-all +Priority: optional +Section: x11 +Installed-Size: 24 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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 +Filename: pool/main/x/xorg/xserver-xorg-input-all_7.5+6ubuntu3_amd64.deb +Size: 1014 +MD5sum: 33d323837d8dd94ec2e63b4944316c83 +SHA1: 27b0484d0282b728bd9905115da55548c2884008 +SHA256: 61338a072689a5c1565a1968811c87e370e37facb12f4055b64f8b65e35f48ea +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-input-evdev +Priority: optional +Section: x11 +Installed-Size: 168 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Version: 1:2.3.2-6ubuntu1 +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.8.99.905-1ubuntu3) +Conflicts: xserver-xorg-input-gevdev +Filename: pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_2.3.2-6ubuntu1_amd64.deb +Size: 77602 +MD5sum: aa833ccaa08510e2cf02182157f49be4 +SHA1: 1b35f21aab75e0063a36bca95ecd36e4ca7cd6ef +SHA256: 8d600abfff74e13126c3b61530e782aa9ab88a8aeb0a1eeb42e6ebe2aafe314e +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-input-evdev-dev +Priority: optional +Section: libdevel +Installed-Size: 64 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: all +Source: xserver-xorg-input-evdev +Version: 1:2.3.2-6ubuntu1 +Filename: pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev-dev_2.3.2-6ubuntu1_all.deb +Size: 8784 +MD5sum: fa1d8161aa475e16423413110209e183 +SHA1: 6781c1afc65ab072ff3dba19b691dcb2d2d49716 +SHA256: a5f5ec31050ba190900d71527717aff06270fd9b6ee93352df745231fc95147c +Description: X.Org X server -- evdev input driver (development headers) + This package provides the development headers for the evdev input driver + found in xserver-xorg-input-evdev. Non-developers likely have little use + for this package. + . + More information about X.Org can be found at: + + . + This package is built from the X.org xf86-input-evdev driver module. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m + +Package: xserver-xorg-input-mouse +Priority: optional +Section: x11 +Installed-Size: 160 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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) +Filename: pool/main/x/xserver-xorg-input-mouse/xserver-xorg-input-mouse_1.5.0-2build1_amd64.deb +Size: 56550 +MD5sum: 3a94050557202448e164dc6aa2baa16d +SHA1: 418432ceb03b803619743c0e90b8afd2c050d595 +SHA256: dec2aef614e6481ac91237e6ad43ef4101ab8d0c12af0281419cece33a1fab40 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-input-synaptics +Priority: optional +Section: x11 +Installed-Size: 360 +Maintainer: Ubuntu Core Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Version: 1.2.2-2ubuntu3 +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.904) +Suggests: gpointing-device-settings, touchfreeze +Conflicts: xfree86-driver-synaptics (<< 0.14.4-2), xorg-driver-synaptics +Filename: pool/main/x/xserver-xorg-input-synaptics/xserver-xorg-input-synaptics_1.2.2-2ubuntu3_amd64.deb +Size: 157472 +MD5sum: 208387c243ca97b983263f9ad1f997e4 +SHA1: 7c48f093dd3173afac8b7a44729828aad970173c +SHA256: 9dbf323b790342bb5f3642104003acba7c2ce84279fcebfcafe9802cb872dd21 +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)). +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-input-synaptics-dev +Priority: optional +Section: libdevel +Installed-Size: 76 +Maintainer: Ubuntu Core Developers +Original-Maintainer: Debian X Strike Force +Architecture: all +Source: xserver-xorg-input-synaptics +Version: 1.2.2-2ubuntu3 +Depends: x11proto-core-dev +Filename: pool/main/x/xserver-xorg-input-synaptics/xserver-xorg-input-synaptics-dev_1.2.2-2ubuntu3_all.deb +Size: 16926 +MD5sum: 96c22d1c68e9037ee97b336edc572869 +SHA1: 8d921f825eaf88f55ca82dcb8271e71c0a3c36da +SHA256: 62879769c7ea06cc3cc4952a3c80175ffd45a0883c661251ef869b4318132e16 +Description: Synaptics TouchPad driver for X.Org server (development headers) + This package contains the development headers for the Synaptics input + driver found in xserver-xorg-input-synaptics. Non-developers likely have + little use for this package. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m + +Package: xserver-xorg-input-vmmouse +Priority: optional +Section: x11 +Installed-Size: 172 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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 +Filename: pool/main/x/xserver-xorg-input-vmmouse/xserver-xorg-input-vmmouse_12.6.9-2build1_amd64.deb +Size: 31278 +MD5sum: 3a096dec7240837fec1bcdeece0d3523 +SHA1: 3c881221ccc56d3958d91da676f2ed177a4c31f6 +SHA256: 875498c91b8c3333a3277de41feba8ab9294912604d35aad3b35c3077ed18b5c +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-input-wacom +Priority: optional +Section: x11 +Installed-Size: 308 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Ron Lee +Architecture: amd64 +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) +Filename: pool/main/x/xf86-input-wacom/xserver-xorg-input-wacom_0.10.8-0ubuntu1_amd64.deb +Size: 85548 +MD5sum: ac0e00807ae94d5f2f7d23be578abb12 +SHA1: 1c6e1c7c12363517dc956bff94fd3137ccdc9c8f +SHA256: 185bdca5588688037e8f9303dc3011db4b459c15bd57e14610414a7b6cc31178 +Description: X.Org X server -- Wacom input driver + This package provides the X.Org driver for Wacom tablet devices. +Homepage: http://linuxwacom.sf.net +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-all +Priority: optional +Section: x11 +Installed-Size: 24 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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-i128, 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 +Filename: pool/main/x/xorg/xserver-xorg-video-all_7.5+6ubuntu3_amd64.deb +Size: 1146 +MD5sum: f7bc46f83b91857efd62086ccce6e137 +SHA1: 19b30dfd8e98e0dd16921f3715ecc2c4bfef15c0 +SHA256: b70a091c6960244112c79f6ddf7ada8715b316da2b3df7931df86d3234893b08 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-apm +Priority: optional +Section: x11 +Installed-Size: 220 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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 +Filename: pool/main/x/xserver-xorg-video-apm/xserver-xorg-video-apm_1.2.3-0ubuntu1_amd64.deb +Size: 75166 +MD5sum: d681c49714651d631bfdce3c8f8b4876 +SHA1: db29d20c5beb03f26d8fd0d0ff3bf6ad984fcde8 +SHA256: 0d0c328570db8eee1445bbd83848a7f7be1c4ef31be629b273758f027347c910 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-ark +Priority: optional +Section: x11 +Installed-Size: 84 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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.2.5), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) +Conflicts: xserver-xorg-driver-ark +Filename: pool/main/x/xserver-xorg-video-ark/xserver-xorg-video-ark_0.7.2-2build2_amd64.deb +Size: 18056 +MD5sum: 2805bc3e42b20b9212e8c2d3e904c8d1 +SHA1: bbdc07c1f02e15ccd22414dc5e6c2f3e389f7427 +SHA256: 683b9c5d142d4a9b21cf3a0a930cddf5ad59b5cff91a134728c9cfd74aabbfd5 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-ati +Priority: optional +Section: x11 +Installed-Size: 100 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Version: 1:6.13.1-1ubuntu4 +Provides: xorg-driver-video, xserver-xorg-video-8 +Depends: libc6 (>= 2.2.5), 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 +Filename: pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.13.1-1ubuntu4_amd64.deb +Size: 21368 +MD5sum: 91f93ce4df4bc83846763a00ef3c51dc +SHA1: 47ff08c9ed28c3e3275b0710e373b95608f831a0 +SHA256: 87e558ebd7b1214425eaa4a3afed11a86c39058fee5d19bd19b1ea0f72ff6090 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-ati-dbg +Priority: extra +Section: x11 +Installed-Size: 96 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: xserver-xorg-video-ati +Version: 1:6.13.1-1ubuntu4 +Depends: xserver-xorg-video-ati (= 1:6.13.1-1ubuntu4), xserver-xorg-video-mach64-dbg, xserver-xorg-video-r128-dbg, xserver-xorg-video-radeon-dbg +Filename: pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati-dbg_6.13.1-1ubuntu4_amd64.deb +Size: 25140 +MD5sum: 79ca46474fe815bc58ade6149c5213f0 +SHA1: 741ef65d6beb94f49213432bfb82dbfeeb70a375 +SHA256: 67c0f463dd9357578395832db8e432344d1639df41f6c80b010acb75b0af998b +Description: X.Org X server -- AMD/ATI display driver wrapper (debugging symbols) + 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. + . + This package provides debugging symbols for this X.org X driver wrapper + and brings debugging symbols for sub-drivers through package dependencies. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m + +Package: xserver-xorg-video-chips +Priority: optional +Section: x11 +Installed-Size: 236 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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.2.5), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) +Conflicts: xserver-xorg-driver-chips +Filename: pool/main/x/xserver-xorg-video-chips/xserver-xorg-video-chips_1.2.3-1_amd64.deb +Size: 84812 +MD5sum: 6b6abc6c3922bda0d0c35d24ebbb2edd +SHA1: 92f73bb35f9f1e22d558c19c7de7c8388abf3702 +SHA256: 6f5dfd337a75db61a82704edbfadd063bce55970f7cfcb875d022d217ed76d09 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-cirrus +Priority: optional +Section: x11 +Installed-Size: 164 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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 +Filename: pool/main/x/xserver-xorg-video-cirrus/xserver-xorg-video-cirrus_1.3.2-2ubuntu3_amd64.deb +Size: 48284 +MD5sum: b206bde81987c40ec2acefafe1d02151 +SHA1: cc2cd0482c1f002901645d52955a64790af677e6 +SHA256: 9c763caf29269b89b60ccd2c338fb282ee035447930366dca03461a9cc95911a +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-fbdev +Priority: optional +Section: x11 +Installed-Size: 100 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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.2.5), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) +Conflicts: xserver-xorg-driver-fbdev +Filename: pool/main/x/xserver-xorg-video-fbdev/xserver-xorg-video-fbdev_0.4.2-2ubuntu2_amd64.deb +Size: 22766 +MD5sum: c3595fdebc8771a1c1bb46c8ad703204 +SHA1: e6702adf49e636fe1afdecde9734525e39510367 +SHA256: fe8739839a641e80a688ee08c01a9fde82ece14bdde22fcd8d5b2bbed60aa49e +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-i128 +Priority: optional +Section: x11 +Installed-Size: 140 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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 +Filename: pool/main/x/xserver-xorg-video-i128/xserver-xorg-video-i128_1.3.3-2build2_amd64.deb +Size: 35928 +MD5sum: 92cdb3768406395d7dc38c8d5254a24b +SHA1: 4dd5b6fab1bec5e81d84d42f03286518fbbb603f +SHA256: c79f25b4fd0d7e0a731ae32eb1ac376c32a5bf297d96024cc82aee7669e05cbc +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-i740 +Priority: optional +Section: x11 +Installed-Size: 132 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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 +Filename: pool/main/x/xserver-xorg-video-i740/xserver-xorg-video-i740_1.3.2-2build1_amd64.deb +Size: 33110 +MD5sum: affdf50d2cb8d927caa1458a00167a04 +SHA1: 72ad34b92111061f3e1c2d9e5e1b2ab5030419e8 +SHA256: a9d0cd04ba1b145ae345d396e8113c5ba9391662e53928407727ab9886cb6083 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m + +Package: xserver-xorg-video-intel +Priority: optional +Section: x11 +Installed-Size: 1020 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Version: 2:2.12.0-1ubuntu3 +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.904) +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 +Filename: pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.12.0-1ubuntu3_amd64.deb +Size: 263918 +MD5sum: 982a8ed2c2b4499d6515cbd0ed345d4c +SHA1: 0a364cdb73efc9229517d4f15c8fd2e07d81d76b +SHA256: 570204fc03af24bdb3a5ed733b85575e519060719807d0f841c02d619b5041b6 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-intel-dbg +Priority: extra +Section: x11 +Installed-Size: 2012 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: xserver-xorg-video-intel +Version: 2:2.12.0-1ubuntu3 +Depends: xserver-xorg-video-intel (= 2:2.12.0-1ubuntu3) +Recommends: intel-gpu-tools +Filename: pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel-dbg_2.12.0-1ubuntu3_amd64.deb +Size: 852222 +MD5sum: 1e2b9de8e535a1e79e28c0b365530054 +SHA1: e62911adc3695e111d21f152ee5d443f3388191d +SHA256: ec72365988119977ae92c7ed651773a2d46db2654e645b3bd9f4d894b0cc9230 +Description: X.Org X server -- Intel i8xx, i9xx display driver (debug symbols) + This driver provides support for the Intel i8xx and i9xx family of chipsets, + including i810, i815, i830, i845, i855, i865, i915, and i945 series chips. + . + This package provides debugging symbols for this Xorg X driver. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m + +Package: xserver-xorg-video-mach64 +Priority: optional +Section: x11 +Installed-Size: 388 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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) +Filename: pool/main/x/xserver-xorg-video-mach64/xserver-xorg-video-mach64_6.8.2-3build2_amd64.deb +Size: 212368 +MD5sum: 293e572c7b07db7242cc3c90053ae082 +SHA1: 18236fb1abc2d6077ea9e9c2a60d0a7c7faa7723 +SHA256: 6f9f3276cdc916e4808db47b61d93ef8ff1f60f4f0bc95521446d2d448018f14 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-mach64-dbg +Priority: extra +Section: x11 +Installed-Size: 1916 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: xserver-xorg-video-mach64 +Version: 6.8.2-3build2 +Depends: xserver-xorg-video-mach64 (= 6.8.2-3build2) +Filename: pool/main/x/xserver-xorg-video-mach64/xserver-xorg-video-mach64-dbg_6.8.2-3build2_amd64.deb +Size: 949534 +MD5sum: 13879b58283b1afc6760cd9fe90dd1e1 +SHA1: 81fc81d66378f12d7e98cbd1fb82ead8ac22217f +SHA256: ac66a5f2d697a533727a95d07bafe0416053af8815786c4e10fa2e1479887586 +Description: X.Org X server -- ATI display driver (debugging symbols) + This driver for the X.Org X server (see xserver-xorg for a further description) + provides support for the ATI Mach64 series. + . + This package provides debugging symbols for the Xorg X server ATI Mach64 + display driver. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m + +Package: xserver-xorg-video-mga +Priority: optional +Section: x11 +Installed-Size: 284 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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 +Filename: pool/main/x/xserver-xorg-video-mga/xserver-xorg-video-mga_1.4.11.dfsg-4build1_amd64.deb +Size: 116770 +MD5sum: e7aad613e6d8566daee31386aaba9409 +SHA1: 7c9cdddc5eb80d338164e5c5c34337d82b9ca687 +SHA256: a7a02db1b18fb648cbe723666705128b912f97c12b0d471049f2b841ea248077 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-neomagic +Priority: optional +Section: x11 +Installed-Size: 156 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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.2.5), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) +Conflicts: xserver-xorg-driver-neomagic +Filename: pool/main/x/xserver-xorg-video-neomagic/xserver-xorg-video-neomagic_1.2.4-3build2_amd64.deb +Size: 46042 +MD5sum: 883c95770dec8473fc44f0560937bde6 +SHA1: 47add4ef96ffcd0eab086fb5c09412e769088ae3 +SHA256: f560066d2d7de1ba74b71382169f6a2402308822f1a07fbc5bbad30a3b99d846 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-nouveau +Priority: optional +Section: x11 +Installed-Size: 304 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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) +Filename: pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau_0.0.16+git20100805+b96170a-0ubuntu1_amd64.deb +Size: 113304 +MD5sum: ade4a7afa72b9bfcea0cdaee5d18472e +SHA1: f1cd5716bc00ffb0e55897a7aa9047a7537b9f42 +SHA256: 3f8a7eda416f6324495a74a04f3868a1251a1a4caa8ec002421adc0ec31268dc +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/ +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-nouveau-dbg +Priority: extra +Section: debug +Installed-Size: 1252 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: xserver-xorg-video-nouveau +Version: 1:0.0.16+git20100805+b96170a-0ubuntu1 +Depends: xserver-xorg-video-nouveau (= 1:0.0.16+git20100805+b96170a-0ubuntu1) +Filename: pool/main/x/xserver-xorg-video-nouveau/xserver-xorg-video-nouveau-dbg_0.0.16+git20100805+b96170a-0ubuntu1_amd64.deb +Size: 522694 +MD5sum: d50e53f1832e2acd58ad5adc7c324a5a +SHA1: 774ad386ef1cff56b346cde3b4c99d10f2bf2f93 +SHA256: 0e910561ac3913123fbaf1b8223f01d30c251138e7ba483e5ab77eb436988173 +Description: X.Org X server -- Nouveau display driver (debug symbols) + 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 provides debugging symbols for this Xorg X driver. +Homepage: http://nouveau.freedesktop.org/wiki/ +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m + +Package: xserver-xorg-video-nv +Priority: optional +Section: x11 +Installed-Size: 288 +Maintainer: Ubuntu X-SWAT +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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 +Filename: pool/main/x/xserver-xorg-video-nv/xserver-xorg-video-nv_2.1.17-3ubuntu3_amd64.deb +Size: 117648 +MD5sum: a04ed6409ff5fd3fb7beb30d922bb046 +SHA1: e817cab78e016a3c585ea77cb45f6de6b77a743a +SHA256: 20a3fec830cf7ccafa31daf06a998fa550ed909359c4cf1f9590bd634030566e +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-openchrome +Priority: optional +Section: x11 +Installed-Size: 572 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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 +Filename: pool/main/x/xserver-xorg-video-openchrome/xserver-xorg-video-openchrome_0.2.904+svn842-0ubuntu1_amd64.deb +Size: 195642 +MD5sum: 6b7ba8d6cea0d091c85c8677f57711df +SHA1: 8aa58956d76f4177b30a64c2e36ad379371f3e93 +SHA256: 31476e9de3305a4c069f922a452be791f0ae8f015407125f8c09eeb6eebca0aa +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 +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-r128 +Priority: optional +Section: x11 +Installed-Size: 320 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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) +Filename: pool/main/x/xserver-xorg-video-r128/xserver-xorg-video-r128_6.8.1-3build1_amd64.deb +Size: 179372 +MD5sum: bb1ced7f07b0df67f771005e2c778eb4 +SHA1: 622c864794e968edab180a122b7b158e0b8643b2 +SHA256: b3361b85020d8be4c3354872882c42debdc8d00a95a5ba6512c6418582334ae6 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-r128-dbg +Priority: extra +Section: x11 +Installed-Size: 644 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: xserver-xorg-video-r128 +Version: 6.8.1-3build1 +Depends: xserver-xorg-video-r128 (= 6.8.1-3build1) +Filename: pool/main/x/xserver-xorg-video-r128/xserver-xorg-video-r128-dbg_6.8.1-3build1_amd64.deb +Size: 331644 +MD5sum: 53ba42b5e97d8ae41a1d0d28cbd9d737 +SHA1: 69d657096949d9028c2226e8af5facba4e7cf046 +SHA256: 2976cecbb0ad4f2837c801d3e5ef1791bf25743d7c5724e901538820aca6c64e +Description: X.Org X server -- ATI r128 display driver (debugging symbols) + This driver for the X.Org X server (see xserver-xorg for a further description) + provides support for the ATI Rage 'r128' series. + . + This package provides debugging symbols for the Xorg X server ATI r128 + display driver. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m + +Package: xserver-xorg-video-radeon +Priority: optional +Section: x11 +Installed-Size: 1336 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: xserver-xorg-video-ati +Version: 1:6.13.1-1ubuntu4 +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 +Filename: pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon_6.13.1-1ubuntu4_amd64.deb +Size: 446340 +MD5sum: 5cbd60724971234d437d66152bd6f53d +SHA1: 001f849426d1a04ce69ead3311ad72fa8a218223 +SHA256: b8ff48845a3c7ff814e3d3bd80e61d0c26d79deb8cde03f38462eb0be60060ab +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-radeon-dbg +Priority: extra +Section: x11 +Installed-Size: 3636 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +Source: xserver-xorg-video-ati +Version: 1:6.13.1-1ubuntu4 +Replaces: xserver-xorg-video-ati-dbg (<= 1:6.8.191-1) +Depends: xserver-xorg-video-radeon (= 1:6.13.1-1ubuntu4) +Filename: pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon-dbg_6.13.1-1ubuntu4_amd64.deb +Size: 1622426 +MD5sum: 578f8055b90f4fffb4470536d0ee3816 +SHA1: ba25bf44d4db7e252452657beb9815fe498dc34b +SHA256: 318952ff7e6ee96d41736388ba0aaab4c50de8faecb5263c7290ee761a926248 +Description: X.Org X server -- AMD/ATI Radeon display driver (debugging symbols) + This package provides the 'radeon' driver for the AMD/ATI Radeon, FireGL, + FireMV, FirePro and FireStream series. + . + This package provides debugging symbols for this X.org X driver. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m + +Package: xserver-xorg-video-rendition +Priority: optional +Section: x11 +Installed-Size: 116 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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 +Filename: pool/main/x/xserver-xorg-video-rendition/xserver-xorg-video-rendition_4.2.4-0ubuntu1_amd64.deb +Size: 32006 +MD5sum: 040f0b377d623d40fd33d3befcb12e77 +SHA1: a76e9747761a5225808bf96fcefdb0196d7c2540 +SHA256: 227537a5f5635d56e1b28f5455dda40ec01fbda04e67a6aab956cb455046dc16 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-s3 +Priority: optional +Section: x11 +Installed-Size: 148 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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.2.5), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) +Conflicts: xserver-xorg-driver-s3 +Filename: pool/main/x/xserver-xorg-video-s3/xserver-xorg-video-s3_0.6.3-2build2_amd64.deb +Size: 43636 +MD5sum: 0318e0c20f32816e993115dcc15a9b6b +SHA1: ff75f22d1054d73260f0968fd22ff978be6b215a +SHA256: 04ccbe465f03732a9a30d80527dada04197035d2cde298e1dbc13bc2dc57f57e +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-s3virge +Priority: optional +Section: x11 +Installed-Size: 160 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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.2.5), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) +Conflicts: xserver-xorg-driver-s3virge +Filename: pool/main/x/xserver-xorg-video-s3virge/xserver-xorg-video-s3virge_1.10.4-2build2_amd64.deb +Size: 48792 +MD5sum: 3da2e57ba1ae98bfe73473416ff030f5 +SHA1: 3296574523259de9c62dbbf771584b94f8d519c0 +SHA256: 0c4604ad77d36b8913e602372f1c4721c3ae8b2a187d2b3583ce4d53bba29e60 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-savage +Priority: optional +Section: x11 +Installed-Size: 240 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +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 +Filename: pool/main/x/xserver-xorg-video-savage/xserver-xorg-video-savage_2.3.1-2ubuntu2_amd64.deb +Size: 94910 +MD5sum: a57a30c861246f6c6d7bae87749bda30 +SHA1: aee96ab1c5817f881f7c30613efb6ff6c61590d4 +SHA256: 2465340a5607ff72b7088a4ad7a2f7254f02c4d17d0438c2823ff76c9ec5b01e +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 +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-siliconmotion +Priority: optional +Section: x11 +Installed-Size: 224 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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 +Filename: pool/main/x/xserver-xorg-video-siliconmotion/xserver-xorg-video-siliconmotion_1.7.4-0ubuntu2_amd64.deb +Size: 89322 +MD5sum: 67bb40a85964b18216c30594cd260a6a +SHA1: 39647585477ce517ce094fa346879cbe6c68a8f8 +SHA256: 9459d2f7d0be571881e18b7e24dae010f5a4d0c8210ea4bab306e476f77b7e63 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-sis +Priority: optional +Section: x11 +Installed-Size: 672 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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 +Filename: pool/main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.10.3-1build1_amd64.deb +Size: 297044 +MD5sum: 57f26ef639f3bc4dffce2e631f5edab3 +SHA1: fbeb26493846b2bd9f0dd306f411ded6b15e367a +SHA256: b391011332abdff5241f0bef9b295a981d0f12ed575b34827cca3d22809b1d5a +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-sisusb +Priority: optional +Section: x11 +Installed-Size: 156 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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 +Filename: pool/main/x/xserver-xorg-video-sisusb/xserver-xorg-video-sisusb_0.9.4-0ubuntu1_amd64.deb +Size: 49900 +MD5sum: e17bb0f9c542a826ae6ae9364e4651c0 +SHA1: 695515870f6b7c19e9e2b9a2c6aa63d188f9f0a3 +SHA256: fd6cfff10a85c55661e29b91aec99f538940d5cf55dc9fa138ea0dc83fda5b47 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-tdfx +Priority: optional +Section: x11 +Installed-Size: 152 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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.2.5), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) +Conflicts: xserver-xorg-driver-tdfx +Filename: pool/main/x/xserver-xorg-video-tdfx/xserver-xorg-video-tdfx_1.4.3-2build2_amd64.deb +Size: 46392 +MD5sum: 0adaf52a840699116197b796a8eb5492 +SHA1: f2026af7d453518705f049ef9750ba3f08df1c62 +SHA256: 620e5143574d0820641004e9c386748c35344bb3ec95833d884685c022dabe87 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-trident +Priority: optional +Section: x11 +Installed-Size: 244 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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 +Filename: pool/main/x/xserver-xorg-video-trident/xserver-xorg-video-trident_1.3.4-0ubuntu1_amd64.deb +Size: 82352 +MD5sum: 5389ff7eb1757dda92a35b8cec818b23 +SHA1: f731b2a951e5a64b990ddd88275a9158ddfdee30 +SHA256: 9757b882d296eed853c152d79546ad61eec9162abe0f32007dfa666c774cb408 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-tseng +Priority: optional +Section: x11 +Installed-Size: 136 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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.2.5), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) +Conflicts: xserver-xorg-driver-tseng +Filename: pool/main/x/xserver-xorg-video-tseng/xserver-xorg-video-tseng_1.2.4-0ubuntu1_amd64.deb +Size: 37086 +MD5sum: 49454fcbc2be113329a7d7c4baa451ec +SHA1: ba126de1cb3ce5f3348de11bc2aa5656b59b1e63 +SHA256: 66b15338b13dd04c4f987326103b14f647824c368f197db5cdbd4e8038b4e764 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-vesa +Priority: optional +Section: x11 +Installed-Size: 108 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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.2.5), libdrm2 (>= 2.4.3), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) +Conflicts: xserver-xorg-driver-vesa +Filename: pool/main/x/xserver-xorg-video-vesa/xserver-xorg-video-vesa_2.3.0-3build1_amd64.deb +Size: 27648 +MD5sum: 11f9542a9848c934781ff4c7e526b4eb +SHA1: 7d04bd52102ba4bc279121dda3b23bf0bb365494 +SHA256: 8960650901beb1b9cebae21d4f7c505039b4e8b584acf7d495948d8c064c078a +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-vmware +Priority: optional +Section: x11 +Installed-Size: 148 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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 +Filename: pool/main/x/xserver-xorg-video-vmware/xserver-xorg-video-vmware_11.0.1-2build1_amd64.deb +Size: 46210 +MD5sum: 324e418b02bfaab852d05363b63beb7b +SHA1: 533ba227f0c038e7f4eb63689fb27ab48c8a3915 +SHA256: 5a9910e91c7f0c6c51bbbd93b95a933a13e14412b0c5d10d6c6d406acf036835 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook + +Package: xserver-xorg-video-voodoo +Priority: optional +Section: x11 +Installed-Size: 104 +Maintainer: Ubuntu Developers +Original-Maintainer: Debian X Strike Force +Architecture: amd64 +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.2.5), xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904) +Conflicts: xserver-xorg-driver-voodoo +Filename: pool/main/x/xserver-xorg-video-voodoo/xserver-xorg-video-voodoo_1.2.4-0ubuntu1_amd64.deb +Size: 25076 +MD5sum: 8fc0fa8abb44151231be76434bf3451e +SHA1: cb618ff8a5eff6389aa660f5a51643ed3ba8b3d6 +SHA256: dfdda11e40c533f6636084385882d114347336766e7fc4bb14f515df5b858982 +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. +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Origin: Ubuntu +Supported: 18m +Task: ubuntu-desktop, ubuntu-uec-live, kubuntu-desktop, kubuntu-mobile, kubuntu-netbook, edubuntu-desktop, edubuntu-uec-live, xubuntu-desktop, mythbuntu-backend-master, mythbuntu-backend-slave, mythbuntu-desktop, mythbuntu-frontend, ubuntu-netbook diff --git a/test/integration/status-ubuntu-bug-614993 b/test/integration/status-ubuntu-bug-614993 new file mode 100644 index 000000000..c2f3d5010 --- /dev/null +++ b/test/integration/status-ubuntu-bug-614993 @@ -0,0 +1,5894 @@ +Package: xserver-xorg-input-vmmouse +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 176 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Version: 1:12.6.5-4ubuntu2 +Replaces: mdetect (<< 0.5.2.2), xserver-xorg (<< 6.8.2-35) +Provides: xserver-xorg-input-7 +Depends: libc6 (>= 2.7), xserver-xorg-core (>= 2:1.6.99.900), 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: 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: debconf +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 924 +Maintainer: Colin Watson +Architecture: all +Version: 1.5.28ubuntu4 +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.1 + +Package: xserver-common +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 172 +Maintainer: Ubuntu X-SWAT +Architecture: all +Source: xorg-server +Version: 2:1.7.6-2ubuntu7 +Replaces: xserver-xorg-core (<< 2:1.5.2) +Depends: x11-common, xkb-data, x11-xkb-utils +Recommends: xfonts-base +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: dash +Status: install ok installed +Priority: required +Section: shells +Installed-Size: 236 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Version: 0.5.5.1-3ubuntu2 +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: libmpfr1ldbl +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 656 +Maintainer: Ubuntu Core developers +Architecture: amd64 +Source: mpfr +Version: 2.4.2-3ubuntu1 +Replaces: libmpfr1 +Depends: libgmp3c2 (>= 4.2.dfsg-1), libc6 (>= 2.4) +Conflicts: libgmp3 (<< 4.1.4-3), libmpfr1 +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/. +Homepage: http://www.mpfr.org/ +Original-Maintainer: Laurent Fousse + +Package: libxdmcp6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 80 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libxdmcp +Version: 1:1.0.3-1 +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: 37216 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Source: mesa +Version: 7.7.1-1ubuntu2 +Replaces: xlibmesa-dri (<< 1:7.0.0) +Depends: libc6 (>= 2.4), libdrm-intel1 (>= 2.4.15), libdrm-radeon1 (>= 2.4.17), libdrm2 (>= 2.3.1), libexpat1 (>= 1.95.8) +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: coreutils +Essential: yes +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 12992 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 7.4-2ubuntu2 +Replaces: mktemp +Pre-Depends: libacl1 (>= 2.2.11-1), libattr1 (>= 2.4.41-1), libc6 (>= 2.11), libselinux1 (>= 1.32) +Description: The GNU core utilities + This package contains the essential basic system utilities. + . + Specifically, this package includes: + basename cat chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir + dircolors dirname du echo env expand expr factor false fmt fold groups head + hostid id install join link ln logname ls md5sum mkdir mkfifo mknod mktemp + mv nice nl nohup od paste pathchk pinky pr printenv printf ptx pwd readlink + rm rmdir sha1sum seq shred sleep sort split stat stty sum sync tac tail tee + test touch tr true tsort tty uname unexpand uniq unlink users vdir wc who + whoami yes +Original-Maintainer: Michael Stone + +Package: libfreetype6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 796 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: freetype +Version: 2.3.11-1ubuntu2 +Depends: libc6 (>= 2.4), 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: debianutils +Essential: yes +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 228 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 3.2.2 +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: libxmuu1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 72 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: initramfs-tools +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 432 +Maintainer: Ubuntu Kernel Team +Architecture: all +Version: 0.92bubuntu78 +Provides: linux-initramfs-tool +Depends: initramfs-tools-bin (= 0.92bubuntu78), 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) +Breaks: mountall (<< 2.0~) +Conflicts: usplash (<< 0.5.50) +Conffiles: + /etc/initramfs-tools/initramfs.conf eec5dbb69cee0bc2894cbd36b36bb821 + /etc/initramfs-tools/update-initramfs.conf 25099e2e0961298b2772355149f9810d +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 EVMS, 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: x11-xkb-utils +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 524 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 7.5+1 +Replaces: setxkbmap, xbase-clients (<= 1:7.2.ds2-3), xkbcomp, xkbevd, xkbprint, xkbutils +Depends: libc6 (>= 2.7), libx11-6, libxaw7, libxkbfile1, libxmu6, libxt6, cpp +Pre-Depends: x11-common (>= 1:7.0.0) +Conflicts: setxkbmap, xkbcomp, xkbevd, xkbprint, xkbutils +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: login +Essential: yes +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 2384 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: shadow +Version: 1:4.1.4.2-1ubuntu2 +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 0ae2cda1645723f062be3abaf4331747 +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: 444 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: gnupg +Version: 1.4.10-2ubuntu1 +Depends: libbz2-1.0, libc6 (>= 2.4), libreadline6, 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: libgmp3c2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 668 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: required +Section: libs +Installed-Size: 348 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: dbus +Version: 1.2.16-2ubuntu4 +Depends: libc6 (>= 2.4) +Recommends: dbus +Conflicts: dbus (<< 0.60) +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: module-init-tools +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 376 +Maintainer: Scott James Remnant +Architecture: amd64 +Version: 3.11.1-2ubuntu1 +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 cb8a4c10a5dddd1d67092198b1ae415f + /etc/modprobe.d/blacklist-framebuffer.conf b46c9509180b5a76145f08be46b1aff5 + /etc/modprobe.d/blacklist-watchdog.conf 55327f9270c8a6257a833c4d127a39e1 + /etc/modprobe.d/blacklist.conf bc6754fa320733c6d239a4bb0148ffd7 + /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: libgdbm3 +Status: install ok installed +Priority: important +Section: libs +Installed-Size: 128 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: gdbm +Version: 1.8.3-9 +Depends: libc6 (>= 2.2.5), 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: xserver-xorg-video-v4l +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 136 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:0.2.0-4 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-v4l +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.4), xserver-xorg-core (>= 2:1.6.99.900) +Conflicts: xserver-xorg-driver-v4l +Description: X.Org X server -- Video 4 Linux display driver + This driver for the X.Org X server (see xserver-xorg for a further description) + uses the Video For Linux interface. It does not provide a graphics chip + driver, but instead registers a number of generic Xv adaptors which can be + used with any graphics chipset driver. + . + More information about X.Org can be found at: + + + + . + This package is built from the X.org xf86-video-v4l driver module. +Original-Maintainer: Debian X Strike Force + +Package: libgcrypt11 +Status: install ok installed +Priority: important +Section: libs +Installed-Size: 560 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1.4.4-5ubuntu2 +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: xserver-xorg-video-sis +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 664 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:0.10.2-2 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-sis +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.7), xserver-xorg-core (>= 2:1.6.99.900) +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: libxinerama1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 68 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libxinerama +Version: 2:1.1-2 +Depends: libc6 (>= 2.2.5), libx11-6, libxext6 +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: utils +Installed-Size: 172 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +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: libuuid1 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 120 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: util-linux +Version: 2.17.2-0ubuntu1 +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: libtasn1-3 +Status: install ok installed +Priority: important +Section: libs +Installed-Size: 144 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 2.4-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: 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: 440 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: curl +Version: 7.19.7-1ubuntu1 +Replaces: libcurl4-gnutls +Depends: libc6 (>= 2.7), libgcrypt11 (>= 1.4.2), libgnutls26 (>= 2.7.14-0), libgssapi-krb5-2 (>= 1.7dfsg~beta1), 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: Domenico Andreoli + +Package: cpp-4.4 +Status: install ok installed +Priority: optional +Section: interpreters +Installed-Size: 9828 +Maintainer: Ubuntu Core developers +Architecture: amd64 +Source: gcc-4.4 +Version: 4.4.3-4ubuntu5 +Depends: gcc-4.4-base (= 4.4.3-4ubuntu5), libc6 (>= 2.11), libgmp3c2, libmpfr1ldbl +Suggests: gcc-4.4-locales (>= 4.4.3-1) +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: procps +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 808 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Version: 1:3.2.8-1ubuntu4 +Replaces: bsdutils (<< 2.9x-1), watch +Provides: watch +Depends: libc6 (>= 2.4), libncurses5 (>= 5.6+20071006-3), upstart-job, lsb-base (>= 3.0-10) +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.d/10-console-messages.conf 154f6f5c5810d10bb303fb6a8e907c6a + /etc/sysctl.d/10-network-security.conf 4ac7258f5336e7eeaf448c05ab668d3c + /etc/sysctl.d/10-zeropage.conf 8d7193abcc4dfedaf519dd03016a5e59 + /etc/sysctl.d/README c20074b9b11a5202758c69d7bcb6996f + /etc/sysctl.conf 86b831bbed0a49bc7361ed64d6c09435 + /etc/init/procps.conf 72d5354efb1017283c440cf102b5d74a +Description: /proc file system utilities + These are utilities to browse the /proc filesystem, which is not a real file + system but a way for the kernel to provide information about the status of + entries in its process table. (e.g. running, stopped or "zombie") + Both command line and full screen utilities are provided. Ncurses is needed + for the full screen utilities. More information can be found at procps + website http://procps.sf.net/ + . + This package includes the following utilities: top, uptime, tload, + free, vmstat, watch, skill, pmap, pgrep, slabtop and pwdx. +Original-Maintainer: Craig Small + +Package: libgssapi-krb5-2 +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 312 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: krb5 +Version: 1.8.1+dfsg-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-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. +Original-Maintainer: Sam Hartman +Homepage: http://web.mit.edu/kerberos/ + +Package: python-minimal +Essential: yes +Status: install ok installed +Priority: required +Section: python +Installed-Size: 120 +Maintainer: Ubuntu Developers +Architecture: all +Source: python-defaults +Version: 2.6.5-0ubuntu1 +Replaces: python (<= 2.4-1) +Depends: python2.6-minimal (>= 2.6.5), dpkg (>= 1.13.20) +Recommends: python +Conflicts: python (<= 2.4-1), python-central (<< 0.5.5) +Description: A 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 + +Package: ncurses-base +Essential: yes +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 488 +Maintainer: Ubuntu Developers +Architecture: all +Source: ncurses +Version: 5.7+20090803-2ubuntu3 +Replaces: ncurses-term +Provides: ncurses-runtime +Depends: libncurses5 +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: ftp://invisible-island.net/ncurses/ +Original-Maintainer: Debian QA Group + +Package: libpam0g +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 272 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: pam +Version: 1.1.1-2ubuntu2 +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: libusb-0.1-4 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 100 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libusb +Version: 2:0.1.12-14 +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. +Original-Maintainer: Aurelien Jarno +Homepage: http://www.linux-usb.org/ + +Package: libgpg-error0 +Status: install ok installed +Priority: important +Section: libs +Installed-Size: 236 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: libgpg-error +Version: 1.6-1ubuntu2 +Depends: libc6 (>= 2.2.5) +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: 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: perl-modules +Status: deinstall ok config-files +Priority: standard +Section: perl +Installed-Size: 15848 +Maintainer: Ubuntu Developers +Architecture: all +Source: perl +Version: 5.10.1-8ubuntu2 +Config-Version: 5.10.1-8ubuntu2 +Replaces: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, libautodie-perl, libcgi-pm-perl, libcpanplus-perl, libextutils-cbuilder-perl, libextutils-parsexs-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, 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-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, 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-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.19-3), 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), 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. +Original-Maintainer: Niko Tyni + +Package: bsdutils +Essential: yes +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 208 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: util-linux (2.17.2-0ubuntu1) +Version: 1:2.17.2-0ubuntu1 +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: 216 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:1.2.2-1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-apm +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.4), xserver-xorg-core (>= 2:1.6.99.900) +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: sensible-utils +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 108 +Maintainer: Ubuntu Developers +Architecture: all +Version: 0.0.1ubuntu3 +Replaces: debianutils (<= 2.32.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: xserver-xorg-video-voodoo +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 108 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:1.2.3-1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-voodoo +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.2.5), xserver-xorg-core (>= 2:1.6.99.900) +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: libxkbfile1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 204 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libxkbfile +Version: 1:1.0.6-1 +Depends: libc6 (>= 2.7), libx11-6 +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: dpkg-dev +Status: deinstall ok config-files +Priority: optional +Section: utils +Installed-Size: 2068 +Origin: debian +Maintainer: Ubuntu Core Developers +Bugs: debbugs://bugs.debian.org +Architecture: all +Source: dpkg +Version: 1.15.5.6ubuntu4 +Config-Version: 1.15.5.6ubuntu4 +Replaces: manpages-pl (<= 20051117-1) +Depends: dpkg (>= 1.15.4), perl5, perl-modules, bzip2, lzma, xz-utils, patch (>= 2.2-1), make, binutils, libtimedate-perl, base-files (>= 5.0.0) +Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg, gpgv +Suggests: debian-keyring, debian-maintainers +Conflicts: devscripts (<< 2.10.26), dpkg-cross (<< 2.0.0) +Conffiles: + /etc/dpkg/shlibs.default 1a2b9d0a869e2aa885ae3621c557fb95 + /etc/dpkg/shlibs.override 84b1e69080569cc5c613a50887af5200 +Description: Debian package development tools + This package provides the development tools (including dpkg-source) + required to unpack, build and upload Debian source packages. + . + Most Debian source packages will require additional tools to build; + for example, most packages need make and the C compiler gcc. +Homepage: http://wiki.debian.org/Teams/Dpkg +Original-Maintainer: Dpkg Developers + +Package: xserver-xorg-video-s3virge +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 160 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:1.10.4-1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-s3virge +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.2.5), xserver-xorg-core (>= 2:1.6.99.900) +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: libssl0.9.8 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 2332 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: openssl +Version: 0.9.8k-7ubuntu8 +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: bzip2 +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 160 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1.0.5-4 +Replaces: libbz2 (<< 0.9.5d-3) +Depends: libbz2-1.0 (= 1.0.5-4), 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). +Original-Maintainer: Anibal Monsalve Salazar +Homepage: http://www.bzip.org/ + +Package: vim-common +Status: install ok installed +Priority: important +Section: editors +Installed-Size: 380 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: vim +Version: 2:7.2.330-1ubuntu3 +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: openssl +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 844 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Version: 0.9.8k-7ubuntu8 +Depends: libc6 (>= 2.7), libssl0.9.8 (>= 0.9.8k-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: ncurses-bin +Essential: yes +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 520 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: ncurses +Version: 5.7+20090803-2ubuntu3 +Provides: tput +Pre-Depends: libc6 (>= 2.4), libncurses5 (>= 5.6+20071006-3) +Conflicts: ncurses, tput +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: ftp://invisible-island.net/ncurses/ +Original-Maintainer: Debian QA Group + +Package: perl-base +Essential: yes +Status: install ok installed +Priority: required +Section: perl +Installed-Size: 4900 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: perl +Version: 5.10.1-8ubuntu2 +Replaces: libperl5.8 (<< 5.8.0-20), libscalar-list-utils-perl, libxsloader-perl, perl (<= 5.10.0-9), 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 +Breaks: doc-base (<< 0.8.16) +Conflicts: autoconf2.13 (<< 2.13-45), libscalar-list-utils-perl (<< 1:1.18-1), libxsloader-perl (<< 0.08-1), 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: sysv-rc +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 288 +Maintainer: Ubuntu Core Developers +Architecture: all +Source: sysvinit +Version: 2.87dsf-4ubuntu17 +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: apt +Status: install ok installed +Priority: important +Section: admin +Installed-Size: 5488 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Version: 0.7.25.3ubuntu7 +Replaces: libapt-pkg-dev (<< 0.3.7), libapt-pkg-doc (<< 0.3.7) +Provides: libapt-pkg-libc6.10-6-4.8 +Depends: libc6 (>= 2.8), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) +Recommends: ubuntu-keyring +Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt +Conffiles: + /etc/apt/apt.conf.d/01autoremove 6154750d39a78704b5bbf6fafd65ada7 + /etc/apt/apt.conf.d/01ubuntu 078b96538a377743bee0f554eb5b2fc6 + /etc/logrotate.d/apt 179f2ed4f85cbaca12fa3d69c2a4a1c3 + /etc/cron.daily/apt 3528ddf873535d4c268d83e73e85dc79 +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: xserver-xorg-core +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 4872 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Source: xorg-server +Version: 2:1.7.6-2ubuntu7 +Replaces: xserver-common (<< 7), xserver-xfree86 (<< 1:7.0.0), xserver-xorg (<< 6.8.2-38) +Provides: xserver +Depends: xserver-common (>= 2:1.7.6-2ubuntu7), 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.2.9) +Recommends: libgl1-mesa-dri (>= 7.1~rc1) +Suggests: xfonts-100dpi | xfonts-75dpi, xfonts-scalable +Conflicts: xserver-common (<< 7), xserver-xfree86 (<< 1:7.0.0), xserver-xorg (<< 6.8.2-38), xserver-xorg-input, xserver-xorg-input-2, xserver-xorg-input-2.1, xserver-xorg-input-4, 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 +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: libk5crypto3 +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 252 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: krb5 +Version: 1.8.1+dfsg-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. +Original-Maintainer: Sam Hartman +Homepage: http://web.mit.edu/kerberos/ + +Package: netbase +Status: install ok installed +Priority: required +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: libdrm2 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 480 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Source: libdrm +Version: 2.4.18-1ubuntu3 +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: xserver-xorg-video-openchrome +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 588 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:0.2.904+svn827-1 +Replaces: libchromexvmc1, libchromexvmcpro1 +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.4), libdrm2 (>= 2.3.1), libx11-6 (>= 0), libxext6 (>= 0), libxv1, libxvmc1, xserver-xorg-core (>= 2:1.6.99.900) +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. +Original-Maintainer: Debian X Strike Force +Homepage: http://www.openchrome.org + +Package: libxapian15 +Status: install ok installed +Priority: important +Section: libs +Installed-Size: 1644 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: xapian-core +Version: 1.0.18-1 +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: 328 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libsepol +Version: 2.0.40-2 +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: libpam-modules +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 1196 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: pam +Version: 1.1.1-2ubuntu2 +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: amd64 +Version: 1:10.16.9-1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-vmware +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.4), xserver-xorg-core (>= 2:1.6.99.900) +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: 2010i-1 +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: libudev0 +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 196 +Maintainer: Scott James Remnant +Architecture: amd64 +Source: udev +Version: 151-12 +Depends: libc6 (>= 2.4) +Description: udev library + libudev provides a set of functions for accessing the udev database + and querying sysfs. + +Package: libfontconfig1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 444 +Maintainer: Ubuntu Core developers +Architecture: amd64 +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: 264 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Source: xf86-input-wacom +Version: 1:0.10.5-0ubuntu4 +Replaces: wacom-tools (<= 1:0.8.4.1-0ubuntu4) +Provides: xserver-xorg-input-7 +Depends: xserver-xorg-core (>= 2:1.6.99.900), libc6 (>= 2.7), libx11-6 (>= 0), libxi6 (>= 2:1.2.0) +Suggests: xinput +Conflicts: wacom-tools (<= 1:0.8.4.1-0ubuntu4) +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: ifupdown +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 276 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Version: 0.6.8ubuntu29 +Replaces: netbase (<< 4.00) +Depends: net-tools, libc6 (>= 2.7), debconf (>= 1.2.0) | debconf-2.0, upstart-job, lsb-base (>= 1.3-9ubuntu3), netbase (>= 4.30ubuntu2) +Suggests: iproute, dhcp3-client | dhcp-client, ppp +Breaks: udev (<< 136-1) +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: libxxf86dga1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 84 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: libxext6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 148 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libxext +Version: 2:1.1.1-2 +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: xterm +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 1332 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Version: 256-1ubuntu1 +Provides: x-terminal-emulator +Depends: xbitmaps, libc6 (>= 2.11), libfontconfig1 (>= 2.8.0), libice6 (>= 1:1.0.0), libncurses5 (>= 5.6+20071006-3), libx11-6 (>= 0), 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 b13fe7ad4bb906659bfc22db2513bacb + /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: xserver-xorg-video-radeon +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 1564 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: xserver-xorg-video-ati +Version: 1:6.13.0-1ubuntu5 +Replaces: xserver-xorg-video-ati (<= 1:6.8.191-1) +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.7), libdrm-radeon1 (>= 2.4.17), libdrm2 (>= 2.4.16), libpciaccess0 (>= 0.10.2), libpixman-1-0, xserver-xorg-core (>= 2:1.6.99.900) +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: 304 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: libxrender1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 96 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libxrender +Version: 1:0.9.5-1 +Depends: libc6 (>= 2.2.5), 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: 232 +Maintainer: Scott James Remnant +Architecture: amd64 +Version: 2.14 +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-5) +Breaks: policycoreutils (<< 2.0.69-2ubuntu4), usplash (<< 0.5.47) +Conffiles: + /etc/init/mountall.conf fba4525691d30c5b18cc3409f990c5be + /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 f1908b81facd9a0e78319327e6a9db0a + /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: xserver-xorg-video-savage +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 240 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Version: 1:2.3.1-1ubuntu1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-savage +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.3.4), xserver-xorg-core (>= 2:1.6.99.900) +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: 100 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:0.4.1-1ubuntu1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-fbdev +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.2.5), xserver-xorg-core (>= 2:1.6.99.900) +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: libxfont1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 336 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libxfont +Version: 1:1.4.1-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: diffutils +Essential: yes +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 776 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:2.8.1-18 +Replaces: diff +Pre-Depends: libc6 (>= 2.4) +Suggests: diffutils-doc +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 + +Package: libxvmc1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 100 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: xserver-xorg-input-evdev +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 180 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Version: 1:2.3.2-5ubuntu1 +Replaces: xserver-xorg (<< 6.8.2-35) +Provides: xserver-xorg-input-7 +Depends: libc6 (>= 2.7), xserver-xorg-core (>= 2:1.6.99.900) +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: libxpm4 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 128 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: tar +Essential: yes +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 2464 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1.22-2 +Replaces: cpio (<< 2.4.2-39) +Pre-Depends: libc6 (>= 2.7) +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: gcc-4.4 +Status: install ok installed +Priority: optional +Section: devel +Installed-Size: 4692 +Maintainer: Ubuntu Core developers +Architecture: amd64 +Version: 4.4.3-4ubuntu5 +Provides: c-compiler +Depends: gcc-4.4-base (= 4.4.3-4ubuntu5), cpp-4.4 (= 4.4.3-4ubuntu5), binutils (>= 2.20), libgcc1 (>= 1:4.4.3-4ubuntu5), libgomp1 (>= 4.4.3-4ubuntu5), libc6 (>= 2.11) +Recommends: libc6-dev (>= 2.5) +Suggests: gcc-4.4-multilib, libmudflap0-4.4-dev (>= 4.4.3-4ubuntu5), gcc-4.4-doc (>= 4.4.3-1), gcc-4.4-locales (>= 4.4.3-1), libgcc1-dbg, libgomp1-dbg, libmudflap0-dbg, libcloog-ppl0, 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: libdrm-radeon1 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 452 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Source: libdrm +Version: 2.4.18-1ubuntu3 +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: zlib1g +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 176 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: zlib +Version: 1:1.2.3.3.dfsg-15ubuntu1 +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. +Original-Maintainer: Mark Brown + +Package: xserver-xorg +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 180 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Source: xorg +Version: 1:7.5+5ubuntu1 +Replaces: x11-common (<< 1:7.3+11), xserver-common (<< 7) +Depends: xserver-xorg-core (>= 2:1.7), xserver-xorg-video-all | xserver-xorg-video-6, xserver-xorg-input-all | xserver-xorg-input-7, 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: libxrandr2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 100 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libxrandr +Version: 2:1.3.0-3 +Depends: libc6 (>= 2.2.5), 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: libglu1-mesa +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 548 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Source: mesa +Version: 7.7.1-1ubuntu2 +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: 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: libxcb1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 180 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libxcb +Version: 1.5-2 +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: xserver-xorg-video-all +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 24 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Source: xorg +Version: 1:7.5+5ubuntu1 +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-i128, 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-v4l, 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: 21820 +Maintainer: Martin Pitt +Architecture: all +Source: langpack-locales +Version: 2.11+git20100304-3 +Replaces: base-config, belocs-locale-data, belocs-locales-bin, libc6 (<< 2.3.6-0ubuntu6), libc6.1 (<< 2.3.6-0ubuntu6) +Depends: libc6 (>= 2.9-0ubuntu10) | libc6.1 (>= 2.9-0ubuntu10) +Conflicts: base-config, belocs-locale-data +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: manpages +Status: install ok installed +Priority: important +Section: doc +Installed-Size: 1104 +Maintainer: Ubuntu Developers +Architecture: all +Version: 3.23-1 +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: libgcc1 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 132 +Maintainer: Ubuntu Core developers +Architecture: amd64 +Source: gcc-4.4 (4.4.3-4ubuntu5) +Version: 1:4.4.3-4ubuntu5 +Depends: gcc-4.4-base (= 4.4.3-4ubuntu5), libc6 (>= 2.2.5) +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: libklibc +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 136 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: klibc +Version: 1.5.17-4ubuntu1 +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: libxv1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 80 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: base-files +Essential: yes +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 500 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 5.0.0ubuntu20 +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 0773f7fd061b03b7643118d133e4c581 + /etc/issue.net b779759799b4ec17dd4dab41ad557f49 + /etc/lsb-release a50b6779ddccab3277e2560028f3eb15 +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: mount +Essential: yes +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 380 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: util-linux +Version: 2.17.2-0ubuntu1 +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: libtext-iconv-perl +Status: install ok installed +Priority: required +Section: perl +Installed-Size: 108 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1.7-2 +Depends: libc6 (>= 2.2.5), 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: 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: xserver-xorg-input-synaptics +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 356 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Version: 1.2.2-1ubuntu4 +Replaces: xfree86-driver-synaptics (<< 0.14.4-2), xorg-driver-synaptics +Provides: xfree86-driver-synaptics, xorg-driver-synaptics, xserver-xorg-input-7 +Depends: udev, libc6 (>= 2.4), libpciaccess0, libpixman-1-0, libx11-6 (>= 0), libxi6 (>= 2:1.2.0), xserver-xorg-core (>= 2:1.6.99.900) +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: xserver-xorg-video-vesa +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 108 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:2.3.0-1ubuntu1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-vesa +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.2.5), xserver-xorg-core (>= 2:1.6.99.900) +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: libreadline6 +Status: install ok installed +Priority: important +Section: libs +Installed-Size: 408 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: readline6 +Version: 6.1-1 +Depends: readline-common, libc6 (>= 2.11~20100104-0ubuntu5), 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: libncurses5 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 512 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: ncurses +Version: 5.7+20090803-2ubuntu3 +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: ftp://invisible-island.net/ncurses/ +Original-Maintainer: Debian QA Group + +Package: libplymouth2 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 312 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: plymouth +Version: 0.8.2-2ubuntu2 +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: libkeyutils1 +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 60 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: keyutils +Version: 1.2-12 +Depends: libc6 (>= 2.2.5) +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: libexpat1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 392 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: xserver-xorg-video-rendition +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 116 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:4.2.3-1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-rendition +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.4), xserver-xorg-core (>= 2:1.6.99.900) +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: patch +Status: install ok installed +Priority: standard +Section: vcs +Installed-Size: 244 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 2.6-2ubuntu1 +Depends: libc6 (>= 2.4) +Suggests: ed, diffutils-doc +Description: Apply a diff file to an original + Patch will take a patch file containing any of the four forms + of difference listing produced by the diff program and apply + those differences to an original file, producing a patched + version. +Original-Maintainer: Christoph Berg + +Package: initramfs-tools-bin +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 104 +Maintainer: Ubuntu Kernel Team +Architecture: amd64 +Source: initramfs-tools +Version: 0.92bubuntu78 +Depends: libc6 (>= 2.11), 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: libxi6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 144 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libxi +Version: 2:1.3-3 +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: xinit +Status: deinstall ok config-files +Priority: optional +Section: x11 +Installed-Size: 128 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1.2.0-1 +Config-Version: 1.2.0-1 +Replaces: xbase-clients (<= 1:7.2.ds2-3) +Depends: libc6 (>= 2.4), libx11-6, x11-common, xauth +Recommends: xserver-xorg | xserver, xterm | x-session-manager | x-window-manager | x-terminal-emulator +Conffiles: + /etc/X11/xinit/xinitrc cc40a5ba097b062b284e639f4160c04e + /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: amd64 +Source: attr +Version: 1:2.4.44-1 +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: 156 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:0.9.3-1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-sisusb +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.7), xserver-xorg-core (>= 2:1.6.99.900) +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: sed +Essential: yes +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 972 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 4.2.1-6 +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: amd64 +Source: libidn +Version: 1.15-2 +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: xserver-xorg-video-tdfx +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 156 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:1.4.3-1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-tdfx +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.2.5), xserver-xorg-core (>= 2:1.6.99.900) +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: klibc-utils +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 476 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: klibc +Version: 1.5.17-4ubuntu1 +Depends: libklibc (= 1.5.17-4ubuntu1) +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: e2fslibs +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 316 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: e2fsprogs +Version: 1.41.11-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: 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: libkrb5support0 +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 124 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: krb5 +Version: 1.8.1+dfsg-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. +Original-Maintainer: Sam Hartman +Homepage: http://web.mit.edu/kerberos/ + +Package: libgl1-mesa-glx +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 632 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Source: mesa +Version: 7.7.1-1ubuntu2 +Replaces: libgl1, libgl1-mesa-dri (<< 6.4.0) +Provides: libgl1 +Depends: libc6 (>= 2.4), libdrm2 (>= 2.3.1), libx11-6 (>= 0), libxdamage1 (>= 1:1.1), libxext6 (>= 0), libxfixes3 (>= 1:4.0.1), libxxf86vm1, dpkg (>= 1.15.4) +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: x11-utils +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 688 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 7.5+3 +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 (>= 0), libxaw7, libxext6 (>= 0), libxft2 (>> 2.1.1), libxi6 (>= 0), 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: amd64 +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: libcomerr2 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 108 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: e2fsprogs +Version: 1.41.11-1ubuntu2 +Replaces: e2fsprogs (<< 1.34-1) +Provides: libcomerr-kth-compat +Depends: libc6 (>= 2.3.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: mawk +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 256 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: xserver-xorg-video-ark +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 84 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:0.7.2-1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-ark +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.2.5), xserver-xorg-core (>= 2:1.6.99.900) +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: gnupg +Status: install ok installed +Priority: important +Section: utils +Installed-Size: 5320 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1.4.10-2ubuntu1 +Depends: libbz2-1.0, libc6 (>= 2.4), libreadline6, libusb-0.1-4 (>= 2:0.1.12), zlib1g (>= 1:1.1.4), dpkg (>= 1.15.4) | install-info, gpgv +Recommends: libldap-2.4-2 (>= 2.4.7), gnupg-curl +Suggests: 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: xserver-xorg-video-cirrus +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 164 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Version: 1:1.3.2-1ubuntu1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-cirrus +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.4), xserver-xorg-core (>= 2:1.6.99.900) +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. +Orig-Maintainer: Debian X Strike Force + +Package: libdb4.8 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 1516 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: db +Version: 4.8.24-1ubuntu1 +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. +Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html +Original-Maintainer: Debian Berkeley DB Maintainers + +Package: x11-apps +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 2276 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 7.5+1ubuntu2 +Replaces: bitmap, ico, 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, ico, 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; + - 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: 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+5ubuntu1 +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 9a2901c839ade46a2a0f795ad1400fdf + /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: 1044 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Version: 1.60-23ubuntu2 +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: 80 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libxfixes +Version: 1:4.0.4-1 +Depends: libc6 (>= 2.2.5), 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: ccache +Status: install ok installed +Priority: optional +Section: devel +Installed-Size: 128 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 2.4-17build1 +Depends: libc6 (>= 2.8), zlib1g (>= 1:1.1.4) +Suggests: distcc +Description: Compiler results cacher, for fast recompiles + ccache is a compiler cache. It speeds up re-compilation of C/C++ code + by caching previous compiles and detecting when the same compile is + being done again. +Original-Maintainer: Y Giridhar Appaji Nag +Homepage: http://ccache.samba.org + +Package: xserver-xorg-video-r128 +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 320 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 6.8.1-2ubuntu1 +Replaces: xserver-xorg-video-ati (<= 1:6.8.0-1ubuntu1) +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.7), xserver-xorg-core (>= 2:1.6.99.900) +Suggests: firmware-linux +Conflicts: xserver-xorg-video-ati (<= 1:6.8.0-1ubuntu1) +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: libfs6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 116 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: debconf-i18n +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 1136 +Maintainer: Colin Watson +Architecture: all +Source: debconf +Version: 1.5.28ubuntu4 +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: 164 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: grep +Essential: yes +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 1188 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 2.5.4-4build1 +Provides: rgrep +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: plymouth +Status: install ok installed +Priority: required +Section: x11 +Installed-Size: 480 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Version: 0.8.2-2ubuntu2 +Depends: libc6 (>= 2.8), libdrm-intel1 (>= 2.4.9), libdrm-nouveau1 (>= 2.4.11-1ubuntu1~), libdrm-radeon1 (>= 2.4.17), libdrm2 (>= 2.4.3), libplymouth2 (= 0.8.2-2ubuntu2), 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: libdrm-nouveau1 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 456 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Source: libdrm +Version: 2.4.18-1ubuntu3 +Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.3) +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: kbd +Status: install ok installed +Priority: extra +Section: utils +Installed-Size: 1632 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: libxdamage1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 64 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libxdamage +Version: 1:1.1.2-1 +Depends: libc6 (>= 2.2.5), 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: x11-xserver-utils +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 556 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 7.5+1ubuntu2 +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 (>= 0), libxau6, libxaw7, libxext6 (>= 0), libxi6 (>= 0), libxmu6, libxmuu1, libxrandr2 (>= 2:1.2.99.3), libxrender1, libxt6, libxxf86vm1, cpp +Pre-Depends: x11-common (>= 1:7.0.0) +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 b8a276636b9bee314fa77b468a54a84a +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: 516 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: upstart +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 856 +Maintainer: Scott James Remnant +Architecture: amd64 +Version: 0.6.5-6 +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/control-alt-delete.conf 16e6603524084b63b0f0ca04eb56757e + /etc/init/rc-sysinit.conf bd0415c6387debecfff37a371b07002a + /etc/init/rc.conf c5e4b13b644d79d5a5c02e1396159c00 + /etc/init/rcS.conf 918e9d799d6aa99a0d96538d9685821d + /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 + /etc/init/upstart-udev-bridge.conf b3d59bd6e5debf634e4fe258d5a4dd71 +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: xserver-xorg-video-neomagic +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 156 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:1.2.4-2 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-neomagic +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.2.5), xserver-xorg-core (>= 2:1.6.99.900) +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: libcwidget3 +Status: install ok installed +Priority: important +Section: libs +Installed-Size: 844 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: cwidget +Version: 0.5.13-1ubuntu1 +Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20071006-3), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.1.1) +Suggests: libcwidget-dev +Description: high-level terminal interface library for C++ (runtime files) + libcwidget is a modern user interface library modeled on GTK+ and Qt, + but using curses as its display layer and with widgets that are + tailored to a terminal environment. + . + This package contains the files that are required to run programs + compiled against libcwidget. +Homepage: http://cwidget.alioth.debian.org +Original-Maintainer: Daniel Burrows + +Package: libsasl2-modules +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 500 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: cyrus-sasl2 +Version: 2.1.23.dfsg1-5ubuntu1 +Depends: libsasl2-2 (= 2.1.23.dfsg1-5ubuntu1), libc6 (>= 2.4), libssl0.9.8 (>= 0.9.8k-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: 272 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: cyrus-sasl2 +Version: 2.1.23.dfsg1-5ubuntu1 +Replaces: libsasl2 +Depends: libc6 (>= 2.4), libdb4.8 +Recommends: libsasl2-modules (= 2.1.23.dfsg1-5ubuntu1) +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: 2640 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: shadow +Version: 1:4.1.4.2-1ubuntu2 +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: hostname +Essential: yes +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 112 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 3.03ubuntu1 +Replaces: nis (<< 3.17-30) +Pre-Depends: libc6 (>= 2.4), upstart-job +Conflicts: nis (<< 3.17-30) +Conffiles: + /etc/init/hostname.conf e426591274acd83666295d90a937ee7a +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: 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: fakeroot +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 372 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1.14.4-1ubuntu1 +Depends: libc6 (>= 2.7) +Description: Gives a fake root environment + This package is intended to enable something like: + dpkg-buildpackage -rfakeroot + i.e. to remove the need to become root for a package build. + This is done by setting LD_PRELOAD to libfakeroot.so, + which provides wrappers around getuid, chown, chmod, mknod, + stat, and so on, thereby creating a fake root environment. + . + fakeroot requires SYSV IPC or TCP to operate. +Original-Maintainer: Clint Adams + +Package: libacl1 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 92 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: acl +Version: 2.2.49-2 +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: 5044 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: python2.6 +Version: 2.6.5-1ubuntu6 +Replaces: python2.6 (<< 2.6.4~rc1-1) +Depends: libc6 (>= 2.4), libssl0.9.8 (>= 0.9.8k-1), zlib1g (>= 1:1.2.0) +Recommends: python2.6 +Suggests: binfmt-support +Conflicts: binfmt-support (<< 1.1.2), python-central (<< 0.6.11ubuntu6) +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: libpam-runtime +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 1248 +Maintainer: Ubuntu Core Developers +Architecture: all +Source: pam +Version: 1.1.1-2ubuntu2 +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: libslang2 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 1520 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: slang2 +Version: 2.2.2-2ubuntu1 +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: initscripts +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 336 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: sysvinit +Version: 2.87dsf-4ubuntu17 +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 2a1f251ca12ef06f46a166f9a37e2400 + /etc/init.d/single dc13cb373c5c098a8fb95424701373e3 + /etc/init.d/umountfs 842eba3cdd65c66a424f80a53f87d704 + /etc/init.d/umountnfs.sh b824a44ff24087eb2bf6780db7dfd9dc + /etc/init.d/umountroot aa9aa9db438cc99f76b065827971ff42 + /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: 248 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: util-linux +Version: 2.17.2-0ubuntu1 +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: xinput +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 92 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Version: 1.5.0-2ubuntu1 +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: 120 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: e2fsprogs +Version: 1.41.11-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: findutils +Essential: yes +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 1892 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: libxft2 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 152 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Source: xft +Version: 2.1.14-1ubuntu1 +Depends: libc6 (>= 2.4), libfontconfig1 (>= 2.4.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: xz-utils +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 476 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 4.999.9beta+20091116-1 +Depends: libc6 (>= 2.7), liblzma1 (>= 4.999.9beta) +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: xserver-xorg-video-nouveau +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 296 +Maintainer: Ubuntu MOTU Developers +Architecture: amd64 +Version: 1:0.0.15+git20100219+9b4118d-0ubuntu5 +Replaces: xserver-xorg (<< 6.8.2-35) +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.4), libdrm-nouveau1 (>= 2.4.16), xserver-xorg-core (>= 2:1.6.99.900) +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: 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: 1456 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Source: libx11 +Version: 2:1.3.2-1ubuntu3 +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: e2fsprogs +Essential: yes +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 2148 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Version: 1.41.11-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.11-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: libsigc++-2.0-0c2a +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 100 +Maintainer: Ubuntu Developers +Architecture: amd64 +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.2.5), 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: liblzma1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 288 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: xz-utils +Version: 4.999.9beta+20091116-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: libnih1 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 252 +Maintainer: Scott James Remnant +Architecture: amd64 +Source: libnih +Version: 1.0.1-1 +Depends: libc6 (>> 2.10), libc6 (<< 2.12) +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: cpp +Status: install ok installed +Priority: optional +Section: interpreters +Installed-Size: 104 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: gcc-defaults (1.93ubuntu1) +Version: 4:4.4.3-1ubuntu1 +Depends: cpp-4.4 (>= 4.4.3-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: libgnutls26 +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 1176 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: gnutls26 +Version: 2.8.5-2 +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: xserver-xorg-video-mga +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 284 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:1.4.11.dfsg-2ubuntu1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-mga +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.7), xserver-xorg-core (>= 2:1.6.99.900) +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: insserv +Status: install ok installed +Priority: required +Section: misc +Installed-Size: 292 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1.12.0-14 +Depends: libc6 (>= 2.7) +Suggests: bootchart +Breaks: sysv-rc (<< 2.87dsf-3) +Conffiles: + /etc/bash_completion.d/insserv 32975fe14795d6fce1408d5fd22747fd + /etc/insserv.conf 9c13a4d5da9cb2c2fa550a30705f041a +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://ftp.suse.com/pub/projects/init/ + +Package: xserver-xorg-video-i128 +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 140 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:1.3.3-1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-i128 +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.4), xserver-xorg-core (>= 2:1.6.99.900) +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: gzip +Essential: yes +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 284 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Version: 1.3.12-9ubuntu1 +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: dpkg +Essential: yes +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 6728 +Origin: debian +Maintainer: Ubuntu Core Developers +Bugs: debbugs://bugs.debian.org +Architecture: amd64 +Version: 1.15.5.6ubuntu4 +Replaces: manpages-de (<= 0.4-3), manpages-pl (<= 20051117-1) +Pre-Depends: libc6 (>= 2.11), coreutils (>= 5.93-1), lzma +Suggests: apt +Breaks: 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), 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) +Conflicts: apt (<< 0.7.7), aptitude (<< 0.4.7-1), dpkg-dev (<< 1.14.16), dpkg-iasearch (<< 0.11), sysvinit (<< 2.82-1) +Conffiles: + /etc/dpkg/dpkg.cfg f4413ffb515f8f753624ae3bb365b81b + /etc/alternatives/README 69c4ba7f08363e998e0f2e244a04f881 + /etc/cron.daily/dpkg b6b8dc21210ea50db7cc4636f521758f + /etc/logrotate.d/dpkg 9e25c8505966b5829785f34a548ae11f +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: libpcre3 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 456 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: pcre3 +Version: 7.8-3build1 +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: aptitude +Status: install ok installed +Priority: important +Section: admin +Installed-Size: 9828 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Version: 0.4.11.11-1ubuntu10 +Depends: libapt-pkg-libc6.10-6-4.8, libc6 (>= 2.4), libcwidget3, libept0 (>= 0.5.30), libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20071006-3), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.4.0), libxapian15, zlib1g (>= 1:1.1.4) +Recommends: libparse-debianchangelog-perl +Suggests: aptitude-doc-en | aptitude-doc, tasksel, debtags +Conffiles: + /etc/apt/apt.conf.d/05aptitude 85b39c8f9413a8f29ddcce844d026929 + /etc/cron.daily/aptitude f934222d5eb13cb132e2751bdb023318 + /etc/logrotate.d/aptitude fb66bc5dc8c13edbcb83cea15ff86959 +Description: terminal-based package manager + aptitude is a terminal-based package manager with a number of useful + features, including: a mutt-like syntax for matching packages in a + flexible manner, dselect-like persistence of user actions, the + ability to retrieve and display the Debian changelog of most + packages, and a command-line mode similar to that of apt-get. + . + aptitude is also Y2K-compliant, non-fattening, naturally cleansing, + and housebroken. +Original-Maintainer: Daniel Burrows + +Package: libept0 +Status: install ok installed +Priority: important +Section: libs +Installed-Size: 528 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libept +Version: 0.5.30 +Depends: libapt-pkg-libc6.10-6-4.8, 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: libncursesw5 +Status: install ok installed +Priority: important +Section: libs +Installed-Size: 556 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: ncurses +Version: 5.7+20090803-2ubuntu3 +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: ftp://invisible-island.net/ncurses/ +Original-Maintainer: Debian QA Group + +Package: liblocale-gettext-perl +Status: install ok installed +Priority: required +Section: perl +Installed-Size: 108 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1.05-6 +Depends: libc6 (>= 2.2.5) +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: ubuntu-keyring +Status: install ok installed +Priority: important +Section: misc +Installed-Size: 60 +Maintainer: Michael Vogt +Architecture: all +Version: 2010.11.09 +Depends: gnupg (>= 1.0.6-4) +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: 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: busybox-initramfs +Status: install ok installed +Priority: required +Section: shells +Installed-Size: 344 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: busybox +Version: 1:1.13.3-1ubuntu11 +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: xserver-xorg-video-s3 +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 148 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:0.6.3-1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-s3 +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.2.5), xserver-xorg-core (>= 2:1.6.99.900) +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: ttf-dejavu-core +Status: install ok installed +Priority: optional +Section: fonts +Installed-Size: 2564 +Maintainer: Ubuntu Developers +Architecture: all +Source: ttf-dejavu +Version: 2.30-2 +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: xserver-xorg-video-trident +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 244 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:1.3.3-1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-trident +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.7), xserver-xorg-core (>= 2:1.6.99.900) +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: libbz2-1.0 +Status: install ok installed +Priority: important +Section: libs +Installed-Size: 128 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: bzip2 +Version: 1.0.5-4 +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). +Original-Maintainer: Anibal Monsalve Salazar +Homepage: http://www.bzip.org/ + +Package: xserver-xorg-video-chips +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 232 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:1.2.2-1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-chips +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.2.5), xserver-xorg-core (>= 2:1.6.99.900) +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: xserver-xorg-video-intel +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 1688 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 2:2.9.1-3ubuntu5 +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: xserver-xorg-video-6 +Depends: libc6 (>= 2.4), libdrm-intel1 (>= 2.4.11), libdrm2 (>= 2.4.3), libpciaccess0 (>= 0.8.0+git20071002), libxext6 (>= 0), libxfixes3 (>= 1:4.0.1), libxv1, libxvmc1, xserver-xorg-core (>= 2:1.6.99.900) +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: xserver-xorg-video-mach64 +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 388 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 6.8.2-2 +Replaces: xserver-xorg-video-ati (<= 1:6.8.0-1) +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.4), xserver-xorg-core (>= 2:1.6.99.900) +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: 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: libdrm-intel1 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 476 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Source: libdrm +Version: 2.4.18-1ubuntu3 +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: libpciaccess0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 112 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libpciaccess +Version: 0.11.0-1 +Depends: libc6 (>= 2.7), zlib1g (>= 1:1.1.4) +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: libc-bin +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 1784 +Maintainer: Ubuntu Core developers +Architecture: amd64 +Source: eglibc +Version: 2.11.1-0ubuntu7 +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 4b3389be7132a6a8805f3df8d0ff00f6 +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: libldap-2.4-2 +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 496 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: openldap +Version: 2.4.21-0ubuntu5 +Replaces: libldap-2.3-0, libldap2 +Depends: libc6 (>= 2.4), 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: sysvinit-utils +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 300 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Source: sysvinit +Version: 2.87dsf-4ubuntu17 +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: xserver-xorg-input-all +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 24 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Source: xorg +Version: 1:7.5+5ubuntu1 +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: 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: libxtst6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 84 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libxtst +Version: 2:1.1.0-2 +Depends: libc6 (>= 2.4), libx11-6, libxext6, libxi6, x11-common +Description: X11 Testing -- Resource 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: xserver-xorg-input-mouse +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 160 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:1.5.0-1 +Replaces: xserver-xorg (<< 6.8.2-35) +Provides: xserver-xorg-input-7 +Depends: libc6 (>= 2.7), xserver-xorg-core (>= 2:1.6.99.900) +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: libice6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 156 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: libnih-dbus1 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 80 +Maintainer: Scott James Remnant +Architecture: amd64 +Source: libnih +Version: 1.0.1-1 +Depends: libnih1 (= 1.0.1-1), libc6 (>= 2.3.4), 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: libx11-data +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 2500 +Maintainer: Ubuntu X-SWAT +Architecture: all +Source: libx11 +Version: 2:1.3.2-1ubuntu3 +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: libselinux1 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 228 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libselinux +Version: 2.0.89-4 +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: libc6 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 10208 +Maintainer: Ubuntu Core developers +Architecture: amd64 +Source: eglibc +Version: 2.11.1-0ubuntu7 +Replaces: belocs-locales-bin +Provides: glibc-2.10-1 +Depends: libc-bin (= 2.11.1-0ubuntu7), debconf (>= 0.5) | debconf-2.0, libgcc1, tzdata, findutils (>= 4.4.0-2ubuntu2) +Suggests: glibc-doc, locales +Breaks: nscd (<< 2.9) +Conflicts: belocs-locales-bin, tzdata (<< 2007k-1), tzdata-etch +Conffiles: + /etc/ld.so.conf.d/x86_64-linux-gnu.conf 593ad12389ab2b6f952e7ede67b8fbbf +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: 304 +Maintainer: Ubuntu X-SWAT +Architecture: amd64 +Version: 1:2.1.15-1ubuntu3 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-nv, xserver-xorg-video-riva128 +Provides: xf86-video-driver-riva128, xserver-xorg-video-6 +Depends: libc6 (>= 2.4), xserver-xorg-core (>= 2:1.6.99.900) +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: 92 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: libxxf86vm1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 76 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libxxf86vm +Version: 1:1.1.0-2 +Depends: libc6 (>= 2.2.5), 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: libpng12-0 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 336 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libpng +Version: 1.2.42-1ubuntu2 +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. +Homepage: http://libpng.org/pub/png/libpng.html +Original-Maintainer: Anibal Monsalve Salazar + +Package: udev +Status: install ok installed +Priority: required +Section: admin +Installed-Size: 1584 +Maintainer: Scott James Remnant +Architecture: amd64 +Version: 151-12 +Replaces: hotplug, ifrename, initramfs-tools (<< 0.040ubuntu1), udev-extras (<= 20090618) +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 +Breaks: casper (<< 1.174), consolekit (<= 0.4.1), dmsetup (<= 2:1.02.27-4ubuntu5), initramfs-tools (<< 0.92bubuntu30), lvm2 (<= 2.02.39-0ubuntu9), mdadm (<= 2.6.7.1-1ubuntu8) +Conflicts: hotplug, ifrename, libdevmapper1.02 (<< 2:1.02.08-1ubuntu7), udev-extras (<= 20090618) +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 16f1ef5e6e1a9c589fa6993af7ea9ff5 + /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. + +Package: libpixman-1-0 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 504 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: pixman +Version: 0.16.4-1ubuntu2 +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: bash +Essential: yes +Status: install ok installed +Priority: required +Section: shells +Installed-Size: 3612 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 4.1-2ubuntu3 +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.6+20071006-3) +Recommends: bash-completion (>= 20060301-0) +Suggests: bash-doc +Conflicts: bash-completion (<< 20060301-0) +Conffiles: + /etc/skel/.bashrc 65c464307b8370db7fd43189f237dbd6 + /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: 1224 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: make-dfsg +Version: 3.81-7ubuntu1 +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: util-linux +Essential: yes +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 2344 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Version: 2.17.2-0ubuntu1 +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.6+20071006-3), 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: libxcursor1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 92 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libxcursor +Version: 1:1.1.10-1 +Depends: libc6 (>= 2.4), libx11-6, 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: xfonts-utils +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 528 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: libfontenc1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 88 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libfontenc +Version: 1:1.0.5-1 +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: cpio +Status: install ok installed +Priority: required +Section: utils +Installed-Size: 872 +Maintainer: Ubuntu Core Developers +Architecture: amd64 +Version: 2.10-1ubuntu2 +Replaces: cpio-mt +Depends: libc6 (>= 2.6) +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: libstdc++6 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 1268 +Maintainer: Ubuntu Core developers +Architecture: amd64 +Source: gcc-4.4 +Version: 4.4.3-4ubuntu5 +Depends: gcc-4.4-base (= 4.4.3-4ubuntu5), libc6 (>= 2.4), libgcc1 +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: x11-xfs-utils +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 132 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: 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: vim-tiny +Status: install ok installed +Priority: important +Section: editors +Installed-Size: 840 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: vim +Version: 2:7.2.330-1ubuntu3 +Replaces: vim-common (<< 1:7.1.293-2) +Provides: editor +Depends: vim-common (= 2:7.2.330-1ubuntu3), libc6 (>= 2.11), libncurses5 (>= 5.6+20071006-3), 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: 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: xserver-xorg-video-ati +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 320 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:6.13.0-1ubuntu5 +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.2.5), libpciaccess0 (>= 0), xserver-xorg-core (>= 2:1.6.99.900), 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: 228 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:1.7.3-1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-siliconmotion +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.7), xserver-xorg-core (>= 2:1.6.99.900) +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: 10176 +Maintainer: Ubuntu Core developers +Architecture: amd64 +Version: 2.20.1-3ubuntu5 +Replaces: binutils-gold (<< 2.20-5) +Provides: elf-binutils +Depends: libc6 (>= 2.11), zlib1g (>= 1:1.1.4) +Suggests: binutils-doc (>= 2.20.1-3ubuntu5) +Conflicts: 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: libglib2.0-0 +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 2428 +Maintainer: Ubuntu Desktop Team +Architecture: amd64 +Source: glib2.0 +Version: 2.24.0-0ubuntu4 +Replaces: libglib2.0-dev (<< 2.23.2-2) +Depends: libc6 (>= 2.9), libpcre3 (>= 7.7), libselinux1 (>= 1.32), zlib1g (>= 1:1.1.4) +Recommends: libglib2.0-data, shared-mime-info +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: libgomp1 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 96 +Maintainer: Ubuntu Core developers +Architecture: amd64 +Source: gcc-4.4 +Version: 4.4.3-4ubuntu5 +Depends: gcc-4.4-base (= 4.4.3-4ubuntu5), 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: xserver-xorg-video-tseng +Status: install ok installed +Priority: optional +Section: x11 +Installed-Size: 136 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 1:1.2.3-1 +Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-tseng +Provides: xserver-xorg-video-6 +Depends: libc6 (>= 2.2.5), xserver-xorg-core (>= 2:1.6.99.900) +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: 96 +Maintainer: Ubuntu Developers +Architecture: amd64 +Version: 0.04-6 +Depends: libc6 (>= 2.2.5), 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: 468 +Maintainer: Ubuntu Developers +Architecture: amd64 +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: readline-common +Status: install ok installed +Priority: important +Section: utils +Installed-Size: 132 +Maintainer: Ubuntu Developers +Architecture: all +Source: readline6 +Version: 6.1-1 +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: gnupg-curl +Status: install ok installed +Priority: optional +Section: utils +Installed-Size: 156 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: gnupg +Version: 1.4.10-2ubuntu1 +Depends: libc6 (>= 2.4), libcurl3-gnutls (>= 7.16.2-1), libldap-2.4-2 (>= 2.4.7), gnupg +Description: GNU privacy guard - a free PGP replacement (cURL) + 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. + . + This package contains the keyserver helper tools built with libcurl, + which replace the ones in the gnupg package built with the "curl shim" + variant of gnupg. This package provides support for HKPS keyservers. + . + 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: gcc-4.4-base +Status: install ok installed +Priority: required +Section: libs +Installed-Size: 172 +Maintainer: Ubuntu Core developers +Architecture: amd64 +Source: gcc-4.4 +Version: 4.4.3-4ubuntu5 +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: libkrb5-3 +Status: install ok installed +Priority: standard +Section: libs +Installed-Size: 964 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: krb5 +Version: 1.8.1+dfsg-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-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. +Original-Maintainer: Sam Hartman +Homepage: http://web.mit.edu/kerberos/ + +Package: libxau6 +Status: install ok installed +Priority: optional +Section: libs +Installed-Size: 72 +Maintainer: Ubuntu Developers +Architecture: amd64 +Source: libxau +Version: 1:1.0.5-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 + diff --git a/test/integration/test-ubuntu-bug-614993 b/test/integration/test-ubuntu-bug-614993 new file mode 100755 index 000000000..f54909bc2 --- /dev/null +++ b/test/integration/test-ubuntu-bug-614993 @@ -0,0 +1,59 @@ +#!/bin/sh +set -e + +local TESTDIR=$(readlink -f $(dirname $0)) +. $TESTDIR/framework +setupenvironment +configarchitecture "amd64" +setupaptarchive + +# test success +UPGRADE="Reading package lists... +Building dependency tree... +The following extra packages will be installed: + libdrm-intel1 libdrm-nouveau1 libmtdev1 libutouch-grail1 libx11-xcb1 + libxcb-aux0 libxcb-dri2-0 libxfont1 xserver-common xserver-xorg-core + xserver-xorg-input-evdev xserver-xorg-input-mouse + xserver-xorg-input-synaptics xserver-xorg-input-vmmouse + xserver-xorg-input-wacom xserver-xorg-video-all 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-i128 + xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga + xserver-xorg-video-neomagic xserver-xorg-video-nouveau xserver-xorg-video-nv + xserver-xorg-video-openchrome xserver-xorg-video-r128 + xserver-xorg-video-radeon 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-vmware + xserver-xorg-video-voodoo +Suggested packages: + xfonts-scalable gpointing-device-settings touchfreeze firmware-linux +Recommended packages: + xauth intel-gpu-tools +The following packages will be REMOVED: + xserver-xorg-video-v4l +The following NEW packages will be installed: + libmtdev1 libutouch-grail1 libx11-xcb1 libxcb-aux0 libxcb-dri2-0 +The following packages will be upgraded: + libdrm-intel1 libdrm-nouveau1 libxfont1 xserver-common xserver-xorg + xserver-xorg-core xserver-xorg-input-evdev xserver-xorg-input-mouse + xserver-xorg-input-synaptics xserver-xorg-input-vmmouse + xserver-xorg-input-wacom xserver-xorg-video-all 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-i128 + xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga + xserver-xorg-video-neomagic xserver-xorg-video-nouveau xserver-xorg-video-nv + xserver-xorg-video-openchrome xserver-xorg-video-r128 + xserver-xorg-video-radeon 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-vmware + xserver-xorg-video-voodoo +41 upgraded, 5 newly installed, 1 to remove and 3 not upgraded. +Need to get 0B/5505kB of archives. +After this operation, 2294kB disk space will be freed. +E: Trivial Only specified but this is not a trivial operation." +testequal "$UPGRADE" aptget install xserver-xorg --trivial-only + -- cgit v1.2.3