Re: cowbuilder and Distribution field in .changes file

2008-04-04 Thread Michael Koch
On Fri, Apr 04, 2008 at 08:49:38AM +0200, Salvatore Ansani wrote: > Hi mentors :) > I'm using cowbuilder to create ditribution specific .deb package for a > software. > All was OK (.deb install correctlty in specific distro) but I've a > strange problem on .changes file. > > Whatever distro I se

Re: cowbuilder and Distribution field in .changes file

2008-04-04 Thread Russ Allbery
"Salvatore Ansani" <[EMAIL PROTECTED]> writes: > there is a way to create a .deb for a specific distro (stable / unstable / > testing) from same source tree ?? Sure, build it multiple times and after each build, modify the *.changes file to target whatever distribution you built it for. However,

Re: cowbuilder and Distribution field in .changes file

2008-04-04 Thread Salvatore Ansani
ss Allbery" <[EMAIL PROTECTED]> Sent: Friday, April 04, 2008 9:10 AM To: Subject: Re: cowbuilder and Distribution field in .changes file "Salvatore Ansani" <[EMAIL PROTECTED]> writes: Whatever distro I select (stable / testing / unstable), .changes file always contai

Re: cowbuilder and Distribution field in .changes file

2008-04-04 Thread Russ Allbery
"Salvatore Ansani" <[EMAIL PROTECTED]> writes: > Whatever distro I select (stable / testing / unstable), .changes file > always contains this field "Distribution: unstable". The target distribution in the *.changes file is taken from the debian/changelog file, not from the environment in which th