Re: install path for a deb package (installed compiled binary files)

2004-05-12 Thread Ben Armstrong
On Wed, 2004-05-12 at 05:20, Lars E. D. Jensen wrote: > Hi list > > I'm trying to make a deb package for the first time. > > My rules script looks like this: If you would put the entire package in public web/ftp space, it would be easier to help you. Any number of things could be wrong (in fact

Re: install path for a deb package (installed compiled binary files)

2004-05-12 Thread Ben Armstrong
On Wed, 2004-05-12 at 05:20, Lars E. D. Jensen wrote: > Hi list > > I'm trying to make a deb package for the first time. > > My rules script looks like this: If you would put the entire package in public web/ftp space, it would be easier to help you. Any number of things could be wrong (in fact

Re: install path for a deb package (installed compiled binary files)

2004-05-12 Thread Nico Golde
Hallo Lars, * Lars E. D. Jensen <[EMAIL PROTECTED]> [2004-05-12 15:11]: > I'm trying to make a deb package for the first time. > > My rules script looks like this: > > ---cut--- > install: build > dh_testdir > dh_testroot > dh_clean -k > dh_installdirs > >

Re: install path for a deb package (installed compiled binary files)

2004-05-12 Thread Nico Golde
Hallo Lars, * Lars E. D. Jensen <[EMAIL PROTECTED]> [2004-05-12 15:11]: > I'm trying to make a deb package for the first time. > > My rules script looks like this: > > ---cut--- > install: build > dh_testdir > dh_testroot > dh_clean -k > dh_installdirs > >

install path for a deb package (installed compiled binary files)

2004-05-12 Thread Lars E. D. Jensen
Hi list I'm trying to make a deb package for the first time. My rules script looks like this: ---cut--- install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/vpopmail. $(MAKE) insta

install path for a deb package (installed compiled binary files)

2004-05-12 Thread Lars E. D. Jensen
Hi list I'm trying to make a deb package for the first time. My rules script looks like this: ---cut--- install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/vpopmail. $(MAKE) insta