[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How can I update udev???



Am 2005-11-28 17:33:19, schrieb Günther Obrist:
> Hi! I am new in this mailing list...My question:
>  I found out I have an old version of udev 056 on my debian stable...
>  
>  http://lwn.net/Articles/136970/
>  
>  But I need this RUN rule to realise my project...Does any of you
> have an debian packege for me to update it or what can I do  to get
> a newer release??

Download the source from SID and compile it on your system.

  __( '/etc/apt/sources.list' )_____________________________
 /
| deb-src ftp://ftp.de.debian.org/debian sid main
 \__________________________________________________________

Then

apt-get update

mkdir ~/src
cd ~/src

apt-get install build-essential fakeroot
apt-get build-dep udev
apt-get source udev

cd udev-<version>

nano debian/changelog

copy the first changelog enty and the change the changelog enty
on the to to reflect your changes. and put for example at the
end of the Version number a "go.1"

then save the file and exit nano-

now type

dpkg-buildpackage -rfakeroot -tc

Wenn es probleme gibt, kannste ja nochmal nachfragen.

>  Greetings

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)



Reply to: