Re: Question about rules file

2006-03-11 Thread Martin Kelly
Got it, thanks. Russ Allbery wrote: Martin Kelly <[EMAIL PROTECTED]> writes: I will look over all the suggestions. They help clear up some confusions I was having. So, subdirectories in ./debian/ is how you specify where to install everything? To install some files in /usr/sbin, I just put

Re: Question about rules file

2006-03-11 Thread Russ Allbery
Martin Kelly <[EMAIL PROTECTED]> writes: > I will look over all the suggestions. They help clear up some confusions > I was having. > So, subdirectories in ./debian/ is how you specify where to install > everything? To install some files in /usr/sbin, I just put those files > in ./debian/usr/sbin

Re: Question about rules file

2006-03-11 Thread Martin Kelly
I will look over all the suggestions. They help clear up some confusions I was having. So, subdirectories in ./debian/ is how you specify where to install everything? To install some files in /usr/sbin, I just put those files in ./debian/usr/sbin? If so, that is very nice and simple. Thanks

Re: Question about rules file

2006-03-11 Thread Volker Grabsch
On Sat, Mar 11, 2006 at 02:19:02PM -0800, Russ Allbery wrote: > > I edited the Makefile to install into DESTDIR and defined DESTDIR to be > > /lib/modules/$(uname -r)/kernel/wireless so that should work. [...] > You almost certainly don't want to be using uname -r. [...] > You probably want to use

Re: Question about rules file

2006-03-11 Thread Russ Allbery
Martin Kelly <[EMAIL PROTECTED]> writes: > I am creating a package for the of rtl8180-sa2400 drivers > (http://sourceforge.net/projects/rtl8180-sa2400) and I have a question > about editing the rules file in debian/ in the source archive after > dh_make. > I wish for the package to install some f

Re: Question about rules file

2006-03-11 Thread Ben Hutchings
Martin Kelly wrote: > I am creating a package for the of rtl8180-sa2400 drivers > (http://sourceforge.net/projects/rtl8180-sa2400) and I have a question > about editing the rules file in debian/ in the source archive after dh_make. > > I wish for the package to install some files in three places:

Re: Question about rules file

2006-03-11 Thread Justin Pryzby
On Sat, Mar 11, 2006 at 09:51:36AM -0800, Martin Kelly wrote: > I am creating a package for the of rtl8180-sa2400 drivers > (http://sourceforge.net/projects/rtl8180-sa2400) and I have a question > about editing the rules file in debian/ in the source archive after dh_make. > > I wish for the packa

Question about rules file

2006-03-11 Thread Martin Kelly
I am creating a package for the of rtl8180-sa2400 drivers (http://sourceforge.net/projects/rtl8180-sa2400) and I have a question about editing the rules file in debian/ in the source archive after dh_make. I wish for the package to install some files in three places: 1. /lib/modules/$(uname -r)/k