Re: [CMake] Rename unspecified component - how?

2011-09-18 Thread Eric Noulard
2011/9/18 Eric Noulard : > 2011/9/18 Kishore Jonnalagadda : >> On Sat, Sep 17, 2011 at 2:12 PM, Eric Noulard wrote: >>> 2011/9/17 Kishore Jonnalagadda : In my project I am using the default component for all binaries and a "dev" component for headers. But when I create packages

Re: [CMake] Rename unspecified component - how?

2011-09-18 Thread Eric Noulard
2011/9/18 Kishore Jonnalagadda : > On Sat, Sep 17, 2011 at 2:12 PM, Eric Noulard wrote: >> 2011/9/17 Kishore Jonnalagadda : >>> In my project I am using the default component for all binaries and a "dev" >>> component for headers. >>> >>> But when I create packages, it creates one called "Unspecif

Re: [CMake] Rename unspecified component - how?

2011-09-17 Thread Kishore Jonnalagadda
On Sat, Sep 17, 2011 at 2:12 PM, Eric Noulard wrote: > 2011/9/17 Kishore Jonnalagadda : >> In my project I am using the default component for all binaries and a "dev" >> component for headers. >> >> But when I create packages, it creates one called "Unspecified" and another >> called dev. How do I

Re: [CMake] Rename unspecified component - how?

2011-09-17 Thread Eric Noulard
2011/9/17 Kishore Jonnalagadda : > > On Sep 17, 2011 2:12 PM, "Eric Noulard" wrote: >> >> 2011/9/17 Kishore Jonnalagadda : >> > In my project I am using the default component for all binaries and a >> > "dev" >> > component for headers. >> > >> > But when I create packages, it creates one called "

Re: [CMake] Rename unspecified component - how?

2011-09-17 Thread Kishore Jonnalagadda
On Sep 17, 2011 2:12 PM, "Eric Noulard" wrote: > > 2011/9/17 Kishore Jonnalagadda : > > In my project I am using the default component for all binaries and a "dev" > > component for headers. > > > > But when I create packages, it creates one called "Unspecified" and another > > called dev. How do

Re: [CMake] Rename unspecified component - how?

2011-09-17 Thread Alexander Neundorf
On Saturday, September 17, 2011 08:54:42 AM Kishore Jonnalagadda wrote: > In my project I am using the default component for all binaries and a "dev" > component for headers. > > But when I create packages, it creates one called "Unspecified" and another > called dev. How do I rename the unspecifi

Re: [CMake] Rename unspecified component - how?

2011-09-17 Thread Eric Noulard
2011/9/17 Kishore Jonnalagadda : > In my project I am using the default component for all binaries and a "dev" > component for headers. > > But when I create packages, it creates one called "Unspecified" and another > called dev. How do I rename the unspecified component to be nameless? > > Somethi

[CMake] Rename unspecified component - how?

2011-09-16 Thread Kishore Jonnalagadda
In my project I am using the default component for all binaries and a "dev" component for headers. But when I create packages, it creates one called "Unspecified" and another called dev. How do I rename the unspecified component to be nameless? Something like myproj.deb and myproj-dev.deb? -- Che