Changeset 6490


Ignore:
Timestamp:
04/05/10 03:31:38 (3 years ago)
Author:
alanbach-guest
Message:
  • Sync'd with Debian 151-3
    • Re-applied no-warning patch
Location:
pkg/frankie/main/udev/trunk
Files:
3 added
5 edited

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 
     1udev (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 
     8udev (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 
    720 
    821udev (151-2) unstable; urgency=high 
  • pkg/frankie/main/udev/trunk/debian/control

    r6402 r6490  
    2222Priority: optional 
    2323Architecture: any 
    24 Depends: ${shlibs:Depends}, ${misc:Depends} 
     24Depends: ${shlibs:Depends}, ${misc:Depends}, udev (= ${binary:Version}) 
    2525Description: libudev shared library 
    2626 This library provides access to udev device information. 
     
    4343 udev is a daemon which dynamically creates and removes device nodes from 
    4444 /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 
     48Package: udev-gtk-udeb 
     49XC-Package-Type: udeb 
     50Section: debian-installer 
     51Priority: optional 
     52Architecture: any 
     53Depends: ${shlibs:Depends}, ${misc:Depends}, udev-udeb 
     54Description: libudev shared library 
     55 This library provides access to udev device information. 
     56 The package additionally contains input_id and the related rules. 
    4557 . 
    4658 This is a minimal version, only for use in the installation system. 
  • pkg/frankie/main/udev/trunk/debian/patches/series

    r6402 r6490  
     1input_id_linking 
     2 
    13# fixes to be pushed upstream 
     4logitech_bluetooth_hci 
     5by_path_links_for_pci_input 
    26fix_gtkdoc_oot 
    37 
     
    913old_cloexec 
    1014 
    11 # parsix 
     15# Parsix 
    1216no-warning.patch 
  • pkg/frankie/main/udev/trunk/debian/rules

    r6402 r6490  
    1212D  := $(CURDIR)/debian/udev 
    1313DU := $(CURDIR)/debian/udev-udeb 
     14DGU:= $(CURDIR)/debian/udev-gtk-udeb 
    1415 
    1516CONFFLAGS := --prefix=/usr --sysconfdir=/etc --sbindir=/sbin \ 
     
    3536BUILD_UDEB_TARGET := .stamp-build-udeb 
    3637else 
    37 NO_PACKAGE := --no-package=udev-udeb 
     38NO_PACKAGE := --no-package=udev-udeb --no-package=udev-gtk-udeb 
    3839endif 
    3940 
     
    144145        install --mode=755 extra/udev.base-installer \ 
    145146                $(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/ 
    146151endif 
    147152 
     
    173178        dh_compress 
    174179        dh_fixperms 
    175         dh_makeshlibs -- -c4 
     180        dh_makeshlibs --add-udeb=udev-gtk-udeb -- -c4 
    176181        dh_shlibdeps --exclude=/lib/udev/udev-acl -- --warnings=7 
    177182        dh_girepository 
  • pkg/frankie/main/udev/trunk/rules/debian/50-udev-default.rules

    r6407 r6490  
    4949 
    5050# virtio serial / console ports 
    51 KERNEL=="vport*",               SYMLINK+="virtio-ports/$ATTR{name}" 
     51KERNEL=="vport*",               SYMLINK+="virtio-ports/$attr{name}" 
    5252 
    5353# misc devices 
Note: See TracChangeset for help on using the changeset viewer.