Changeset 6490
- Timestamp:
- 04/05/10 03:31:38 (3 years ago)
- Location:
- pkg/frankie/main/udev/trunk
- Files:
-
- 3 added
- 5 edited
-
debian/changelog (modified) (1 diff)
-
debian/control (modified) (2 diffs)
-
debian/patches/by_path_links_for_pci_input (added)
-
debian/patches/input_id_linking (added)
-
debian/patches/logitech_bluetooth_hci (added)
-
debian/patches/series (modified) (2 diffs)
-
debian/rules (modified) (4 diffs)
-
rules/debian/50-udev-default.rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/frankie/main/udev/trunk/debian/changelog
r6402 r6490 1 udev (151-2.1) unstable; urgency=low 2 3 * Sync'd with Debian 151-2 4 * Merge no-warning.patch 5 6 -- Alan Baghumian <alan@technotux.org> Sun, 07 Mar 2010 12:40:59 -0800 1 udev (153-3.1) unstable; urgency=low 2 3 * Sync'd with Debian 151-3 4 * Re-applied no-warning patch 5 6 -- Alan Baghumian <alan@technotux.org> Sun, 04 Apr 2010 18:30:55 -0700 7 8 udev (151-3) unstable; urgency=low 9 10 * Fix switching Logitech bluetooth adapters into hci mode. (Closes: #567237) 11 * Have libudev0 depend on the same version of udev because the private 12 udev data is guaranteed to be unstable. (Closes: #573255) 13 * persistent-input.rules: added again by-path links for PCI input devices. 14 (Closes: #573352) 15 * Added the udev-gtk-udeb udeb package which contains libudev and input_id 16 for the graphical installer. 17 Based on a patch provided by Cyril Brulebois. (Closes: #573111) 18 19 -- Marco d'Itri <md@linux.it> Mon, 15 Mar 2010 02:18:20 +0100 7 20 8 21 udev (151-2) unstable; urgency=high -
pkg/frankie/main/udev/trunk/debian/control
r6402 r6490 22 22 Priority: optional 23 23 Architecture: any 24 Depends: ${shlibs:Depends}, ${misc:Depends} 24 Depends: ${shlibs:Depends}, ${misc:Depends}, udev (= ${binary:Version}) 25 25 Description: libudev shared library 26 26 This library provides access to udev device information. … … 43 43 udev is a daemon which dynamically creates and removes device nodes from 44 44 /dev/, handles hotplug events and loads drivers at boot time. 45 . 46 This is a minimal version, only for use in the installation system. 47 48 Package: udev-gtk-udeb 49 XC-Package-Type: udeb 50 Section: debian-installer 51 Priority: optional 52 Architecture: any 53 Depends: ${shlibs:Depends}, ${misc:Depends}, udev-udeb 54 Description: libudev shared library 55 This library provides access to udev device information. 56 The package additionally contains input_id and the related rules. 45 57 . 46 58 This is a minimal version, only for use in the installation system. -
pkg/frankie/main/udev/trunk/debian/patches/series
r6402 r6490 1 input_id_linking 2 1 3 # fixes to be pushed upstream 4 logitech_bluetooth_hci 5 by_path_links_for_pci_input 2 6 fix_gtkdoc_oot 3 7 … … 9 13 old_cloexec 10 14 11 # parsix15 # Parsix 12 16 no-warning.patch -
pkg/frankie/main/udev/trunk/debian/rules
r6402 r6490 12 12 D := $(CURDIR)/debian/udev 13 13 DU := $(CURDIR)/debian/udev-udeb 14 DGU:= $(CURDIR)/debian/udev-gtk-udeb 14 15 15 16 CONFFLAGS := --prefix=/usr --sysconfdir=/etc --sbindir=/sbin \ … … 35 36 BUILD_UDEB_TARGET := .stamp-build-udeb 36 37 else 37 NO_PACKAGE := --no-package=udev-udeb 38 NO_PACKAGE := --no-package=udev-udeb --no-package=udev-gtk-udeb 38 39 endif 39 40 … … 144 145 install --mode=755 extra/udev.base-installer \ 145 146 $(DU)/usr/lib/base-installer.d/05udev 147 148 cp -a build-udeb/libudev/.libs/libudev.so.0* $(DGU)/lib/ 149 install --mode=755 build-udeb/extras/input_id/input_id $(DGU)/lib/udev/ 150 cp rules/rules.d/60-persistent-input.rules $(DGU)/lib/udev/rules.d/ 146 151 endif 147 152 … … 173 178 dh_compress 174 179 dh_fixperms 175 dh_makeshlibs -- -c4180 dh_makeshlibs --add-udeb=udev-gtk-udeb -- -c4 176 181 dh_shlibdeps --exclude=/lib/udev/udev-acl -- --warnings=7 177 182 dh_girepository -
pkg/frankie/main/udev/trunk/rules/debian/50-udev-default.rules
r6407 r6490 49 49 50 50 # virtio serial / console ports 51 KERNEL=="vport*", SYMLINK+="virtio-ports/$ ATTR{name}"51 KERNEL=="vport*", SYMLINK+="virtio-ports/$attr{name}" 52 52 53 53 # misc devices
Note: See TracChangeset
for help on using the changeset viewer.


