Re: Some problems with debian/rules file...

2001-09-26 Thread Colin Watson
On Wed, Sep 26, 2001 at 10:36:24PM +1000, Jeremy Higgs wrote: > As you might be able to see, the commands below the "# Install > modules" comment are ignored, and dpkg-buildpackage moves onto the > 'binary-indep' target... > > Would anyone be able to explain why, and how I would go about fixing

Re: Some problems with debian/rules file...

2001-09-26 Thread Colin Watson
On Wed, Sep 26, 2001 at 10:36:24PM +1000, Jeremy Higgs wrote: > As you might be able to see, the commands below the "# Install > modules" comment are ignored, and dpkg-buildpackage moves onto the > 'binary-indep' target... > > Would anyone be able to explain why, and how I would go about fixing

Re: Some problems with debian/rules file...

2001-09-26 Thread Robert Bihlmeyer
Jeremy Higgs <[EMAIL PROTECTED]> writes: > It seems to be working ok, but a part of the 'install' target in the > debian/rules file seems to be skipped when I run > 'dpkg-buildpackage'...: What does calling "debian/rules install" by hand do? Perhaps the install target is not declared phony? (Thr

Re: Some problems with debian/rules file...

2001-09-26 Thread Domenico Andreoli
On Wed, Sep 26, 2001 at 10:36:24PM +1000, Jeremy Higgs wrote: > Hi everyone, > hi > I'm trying to make a package for RCF (a firewall) that will be used, > via a Makefil, to compile the current CVS version of RCF... > > It seems to be working ok, but a part of the 'install' target in the > debi

Some problems with debian/rules file...

2001-09-26 Thread Jeremy Higgs
Hi everyone, I'm trying to make a package for RCF (a firewall) that will be used, via a Makefil, to compile the current CVS version of RCF... It seems to be working ok, but a part of the 'install' target in the debian/rules file seems to be skipped when I run 'dpkg-buildpackage'...: [EMAIL

Re: Some problems with debian/rules file...

2001-09-26 Thread Robert Bihlmeyer
Jeremy Higgs <[EMAIL PROTECTED]> writes: > It seems to be working ok, but a part of the 'install' target in the > debian/rules file seems to be skipped when I run > 'dpkg-buildpackage'...: What does calling "debian/rules install" by hand do? Perhaps the install target is not declared phony? (Th

Re: Some problems with debian/rules file...

2001-09-26 Thread Domenico Andreoli
On Wed, Sep 26, 2001 at 10:36:24PM +1000, Jeremy Higgs wrote: > Hi everyone, > hi > I'm trying to make a package for RCF (a firewall) that will be used, > via a Makefil, to compile the current CVS version of RCF... > > It seems to be working ok, but a part of the 'install' target in the > deb

Some problems with debian/rules file...

2001-09-26 Thread Jeremy Higgs
Hi everyone, I'm trying to make a package for RCF (a firewall) that will be used, via a Makefil, to compile the current CVS version of RCF... It seems to be working ok, but a part of the 'install' target in the debian/rules file seems to be skipped when I run 'dpkg-buildpackage'...: jem@pigl