udev 173-0ubuntu5 source package in Ubuntu
Changelog
udev (173-0ubuntu5) precise; urgency=low * Cross-build fixes based of patch by Colin Watson; LP: #873584. - Build deb and udeb flavors with --with-pci-ids-path=/usr/share/misc/pci.ids as this is required when cross-compiling but can safely be passed all the time. - Disable gtk-doc build when cross-compiling and exclude doc files when calling dh_install; building gtk-doc requires running a generated source (lt-gudev-scan) which is usually not possible when cross-compiling; should really be fixed to build this scanner with BUILD_CC instead, but this would require building whole projects twice too. - Also disable GObject introspection and exclude these files for the same reason as for gtk-doc (needs to run a scanner program which can't be run when cross-compiling). -- Loic Minier <email address hidden> Wed, 19 Oct 2011 17:57:57 +0200
Upload details
- Uploaded by:
- Loïc Minier
- Uploaded to:
- Precise
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- admin
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
udev_173.orig.tar.gz | 740.4 KiB | 0f753ad9c3022a074d1c052bcee9139581db825283771ac78c0be0d1de109d0c |
udev_173-0ubuntu5.debian.tar.gz | 63.8 KiB | 3b1b1919875257a782087f9a24c89e53714a2fafa633f52d61ab2abb6a801cbe |
udev_173-0ubuntu5.dsc | 1.8 KiB | 99540e2864e8e8ab137274808228e418fa31943134fe82d73d415983ae76aabb |
Available diffs
- diff from 173-0ubuntu4 to 173-0ubuntu5 (pending)
Binary packages built by this source
- gir1.2-gudev-1.0: libgudev-1.0 introspection data
This package contains the GObject-
introspection data of libgudev-1.0 in
binary typelib format.
- libgudev-1.0-0: GObject-based wrapper library for libudev
This library makes it much simpler to use libudev from programs already using
GObject. It also makes it possible to easily use libudev from other
programming languages, such as Javascript, because of GObject introspection
support.
.
This package contains the shared libraries.
- libgudev-1.0-dev: GObject-based wrapper library for libudev -- development files
This library makes it much simpler to use libudev from programs already using
GObject. It also makes it possible to easily use libudev from other
programming languages, such as Javascript, because of GObject introspection
support.
.
This package contains the header and pkgconfig files needed for developing
applications that use libgudev1.0.
- libudev-dev: udev library (development files)
libudev provides a set of functions for accessing the udev database
and querying sysfs.
.
This package provides a static library and C header files.
- libudev0: udev library
libudev provides a set of functions for accessing the udev database
and querying sysfs.
- libudev0-udeb: udev library
- udev: 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.
- udev-udeb: rule-based device node and kernel event manager