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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
Source: hal
Section: admin
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders: Sjoerd Simons <sjoerd@debian.org>, Sebastian Dröge <slomo@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 7),
cdbs,
autotools-dev,
libdbus-glib-1-dev (>= 0.61),
libglib2.0-dev,
libsysfs-dev,
libexpat1-dev,
libpopt-dev,
pkg-config,
pciutils,
doxygen,
intltool (>= 0.22),
libusb-dev [linux-any],
libusb2-dev [kfreebsd-any],
libusbhid-dev [kfreebsd-any],
libcam-dev [kfreebsd-any],
libblkid-dev (>= 2.15),
xmlto,
libxml2-utils,
gtk-doc-tools
Standards-Version: 3.9.0
Vcs-Svn: svn://svn.debian.org/pkg-utopia/packages/unstable/hal/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/
Homepage: http://hal.freedesktop.org/
Package: hal
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
adduser,
pciutils,
usbutils [!hurd-i386],
udev (>= 143) [linux-any],
dbus (>= 0.61),
lsb-base (>= 3.2-14),
hal-info (>= 20070402),
mount (>= 2.13) [linux-any],
freebsd-utils [kfreebsd-any]
Recommends: eject,
pm-utils [linux-any],
consolekit (>= 0.3)
Suggests: gnome-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-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: devhelp
Description: Hardware Abstraction Layer - documentation
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: libhal1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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-storage1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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: libhal1 (= ${binary:Version}), ${misc:Depends}, libdbus-1-dev (>= 0.60)
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-storage1 (= ${binary:Version}), ${misc:Depends}, libdbus-1-dev (>= 0.60), libhal-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-storage1.
|