Re: [Cooker] Re: Re: [delete] cooker main changes

2003-06-20 Thread Duncan
On Wed 11 Jun 2003 17:00, David Walser posted as excerpted below:
  These packages shouldn't have been uploaded at all (I'm not sure if I was
  the one who uploaded them..).. I'm just cleaning my packages..

 From what I've been hearing on the list, rpm 4.2 generates those packages
 automatically, and putting the following line in your spec file will
 disable it:

 %define debug_package %{nil}

 So I guess if next time you update one of those packages you get that
 -debug subpackage again, that's what you can do.

I'm not an rpm packager (yet), but from what I read, the cause is that rpm is 
now parsing the comments for packages too (or something like that), and 
certain things have to be escaped that were OK before.  IIRC (just catching 
up on the list and don't remember for sure from last week) it was either %% 
or ## needed instead of the single.  Or.. just put the define line in as 
above..

-- 
Duncan - List replies preferred.
They that can give up essential liberty to obtain a little
temporary safety, deserve neither liberty nor safety.
Benjamin Franklin




Re: [Cooker] Re: Re: [delete] cooker main changes

2003-06-12 Thread Frederic Crozat
On Wed, 11 Jun 2003 20:00:29 -0400, David Walser wrote:

 Frederic Crozat wrote:
 Le Wed, 11 Jun 2003 15:43:20 -0400, David Walser a écrit :
 
 fcrozat - are you going to have to do this again everytime you update
 these packages?
 
 I hope not..
 
 For your sake, I hope not also :o)
 
 These packages shouldn't have been uploaded at all (I'm not sure if I was
 the one who uploaded them..).. I'm just cleaning my packages..
 
 From what I've been hearing on the list, rpm 4.2 generates those packages 
 automatically, and putting the following line in your spec file will disable it:
 
 0efine debug_package %{nil}

Thanks.. I (and rpm packager) didn't find the correct macros to disable it
when I was trying to :))

-- 
Frederic Crozat
MandrakeSoft




[Cooker] Re: Re: [delete] cooker main changes

2003-06-11 Thread David Walser
Frederic Crozat wrote:
 Le Wed, 11 Jun 2003 15:43:20 -0400, David Walser a écrit :
 
 fcrozat - are you going to have to do this again everytime you update
 these packages?
 
 I hope not..

For your sake, I hope not also :o)

 These packages shouldn't have been uploaded at all (I'm not sure if I was
 the one who uploaded them..).. I'm just cleaning my packages..

From what I've been hearing on the list, rpm 4.2 generates those packages 
automatically, and putting the following line in your spec file will disable it:

%define debug_package %{nil}

So I guess if next time you update one of those packages you get that -debug 
subpackage again, that's what you can do.