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 
 debian/rules file seems to be skipped when I run 
 'dpkg-buildpackage'...:
 
let's see all debian/rules, uh?


-[ Domenico Andreoli, aka cavok
 --[ http://filibusta.crema.unimi.it/~cavok/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




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? (Through something
like

.PHONY: install

in the rules.)

-- 
Robbe

 signature.ng


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 it?

Perhaps (guessing) you have spaces rather than tabs at the beginning of
the line following that comment?

-- 
Colin Watson  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




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 
 debian/rules file seems to be skipped when I run 
 'dpkg-buildpackage'...:
 
let's see all debian/rules, uh?


-[ Domenico Andreoli, aka cavok
 --[ http://filibusta.crema.unimi.it/~cavok/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50



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? (Through something
like

.PHONY: install

in the rules.)

-- 
Robbe


signature.ng
Description: PGP signature


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 it?

Perhaps (guessing) you have spaces rather than tabs at the beginning of
the line following that comment?

-- 
Colin Watson  [EMAIL PROTECTED]