1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
Source: hal
Section: admin
Priority: optional
Maintainer: Sjoerd Simons <sjoerd@debian.org>
Build-Depends: debhelper (>= 4.1.0), cdbs, python, python2.3-dbus (>= 0.22), dbus-glib-1-dev (>= 0.22), libglib2.0-dev, libsysfs-dev, libexpat1-dev, libpopt-dev, pkg-config, pciutils, libcap-dev, doxygen, intltool (>= 0.22)
Standards-Version: 3.6.1.0
Package: hal
Architecture: any
Depends: ${shlibs:Depends}, adduser, pciutils, usbutils, udev
Conflicts: gnome-volume-manager (<< 0.9.10), pmount (<< 0.4.2)
Suggests: hal-device-manager
Description: Hardware Abstraction Layer
HAL provides an abstract view on hardware.
.
This abstraction layer is simply an interface that makes it possible to
add support for new devices and new ways of connecting devices to the
computer, without modifying every application that uses the device.
It maintains a list of devices that currently exist, and can provide
information about those upon request.
Package: hal-device-manager
Architecture: all
Depends: ${shlibs:Depends}, ${python:Depends}, python2.3-dbus (>= 0.22-3), python2.3-gnome2, python2.3-glade2, hal
Conflicts: hal (<< 0.2.98-1)
Description: Hardware Abstraction Layer user interface
HAL provides an abstract view on hardware.
.
This abstraction layer is simply an interface that makes it possible to
add support for new devices and new ways of connecting devices to the
computer, without modifying every application that uses the device.
It maintains a list of devices that currently exist, and can provide
information about those upon request.
.
This package provides a user interface which shows the information HAL knows
about the devices on the system.
Package: hal-doc
Architecture: all
Section: doc
Description: Hardware Abstraction Layer
HAL provides an abstract view on hardware.
.
This abstraction layer is simply an interface that makes it possible to
add support for new devices and new ways of connecting devices to the
computer, without modifying every application that uses the device.
It maintains a list of devices that currently exist, and can provide
information about those upon request.
.
This Package contains the API documentation for HAL.
Package: libhal0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Hardware Abstraction Layer - shared library
HAL provides an abstract view on hardware.
.
This abstraction layer is simply an interface that makes it possible to
add support for new devices and new ways of connecting devices to the
computer, without modifying every application that uses the device.
It maintains a list of devices that currently exist, and can provide
information about those upon request.
.
This package contains shared libraries to be used by applications.
Package: libhal-storage0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Hardware Abstraction Layer - shared library for storage devices
HAL provides an abstract view on hardware.
.
This abstraction layer is simply an interface that makes it possible to
add support for new devices and new ways of connecting devices to the
computer, without modifying every application that uses the device.
It maintains a list of devices that currently exist, and can provide
information about those upon request.
.
This library provides an interface for handling storage devices.
Package: libhal-dev
Section: libdevel
Architecture: any
Depends: libhal0 (= ${Source-Version}), dbus-1-dev
Suggests: hal-doc
Description: Hardware Abstraction Layer - development files
HAL provides an abstract view on hardware.
.
This abstraction layer is simply an interface that makes it possible to
add support for new devices and new ways of connecting devices to the
computer, without modifying every application that uses the device.
It maintains a list of devices that currently exist, and can provide
information about those upon request.
.
This package contains files that are needed to build applications.
Package: libhal-storage-dev
Section: libdevel
Architecture: any
Depends: libhal-storage0 (= ${Source-Version}), dbus-1-dev
Suggests: hal-doc
Description: Hardware Abstraction Layer - development files
HAL provides an abstract view on hardware.
.
This abstraction layer is simply an interface that makes it possible to
add support for new devices and new ways of connecting devices to the
computer, without modifying every application that uses the device.
It maintains a list of devices that currently exist, and can provide
information about those upon request.
.
This package contains files that are needed to build applications that use
libhal-storage0.
|