Re: [CMake] CPack DEB: default to standard Debian package file names

2010-07-22 Thread Eric Noulard
2010/7/22 Olaf van der Spek : > On Thu, Jul 22, 2010 at 11:33 AM, Eric Noulard wrote: >> Note that you can search the bug tracker using filter for CPack or DEB etc... > > I can set Category = CPack, but where can I set DEB? There is no "DEB" (nor TGZ, NSIS etc...) Category but you do a keyword s

Re: [CMake] CPack DEB: default to standard Debian package file names

2010-07-22 Thread Olaf van der Spek
On Thu, Jul 22, 2010 at 11:33 AM, Eric Noulard wrote: > Note that you can search the bug tracker using filter for CPack or DEB etc... I can set Category = CPack, but where can I set DEB? Olaf ___ Powered by www.kitware.com Visit other Kitware open-sou

Re: [CMake] CPack DEB: default to standard Debian package file names

2010-07-22 Thread Eric Noulard
2010/7/22 Olaf van der Spek : > On Thu, Jul 22, 2010 at 10:56 AM, Eric Noulard wrote: >> 2010/7/22 Olaf van der Spek : >>> On Wed, Jul 21, 2010 at 7:40 PM, Eric Noulard >>> wrote: http://public.kitware.com/Bug/view.php?id=9900 >>> >>> What's stopping this bug from being fixed? >> >> From my

Re: [CMake] CPack DEB: default to standard Debian package file names

2010-07-22 Thread Olaf van der Spek
On Thu, Jul 22, 2010 at 10:56 AM, Eric Noulard wrote: > 2010/7/22 Olaf van der Spek : >> On Wed, Jul 21, 2010 at 7:40 PM, Eric Noulard wrote: >>> http://public.kitware.com/Bug/view.php?id=9900 >> >> What's stopping this bug from being fixed? > > From my point of view: lack of time :-) > However f

Re: [CMake] CPack DEB: default to standard Debian package file names

2010-07-22 Thread Eric Noulard
2010/7/22 Olaf van der Spek : > On Wed, Jul 21, 2010 at 7:40 PM, Eric Noulard wrote: >> http://public.kitware.com/Bug/view.php?id=9900 > > What's stopping this bug from being fixed? >From my point of view: lack of time :-) However for my next CMake developping session [which is not planned] this

Re: [CMake] CPack DEB: default to standard Debian package file names

2010-07-22 Thread Olaf van der Spek
On Wed, Jul 21, 2010 at 7:40 PM, Eric Noulard wrote: > http://public.kitware.com/Bug/view.php?id=9900 What's stopping this bug from being fixed? Olaf ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/op

Re: [CMake] CPack DEB: default to standard Debian package file names

2010-07-21 Thread Eric Noulard
2010/7/21 Olaf van der Spek : > On Wed, Jul 21, 2010 at 5:39 PM, Droscy wrote: >> Hi Olaf, >> >> Olaf van der Spek ha scritto: >>> Could this be changed to "xbt-tracker_0.1.1_i386.deb"? >>> >> I'm using the following code to obtain a correct debian-name > > Looks good, but this should really be pa

Re: [CMake] CPack DEB: default to standard Debian package file names

2010-07-21 Thread Droscy
Hi Olaf, Olaf van der Spek ha scritto: > Could this be changed to "xbt-tracker_0.1.1_i386.deb"? > I'm using the following code to obtain a correct debian-name string(TOLOWER "${CPACK_PACKAGE_NAME}" CPACK_PACKAGE_NAME_LOWERCASE) find_program(DPKG_PROGRAM dpkg DOC "dpkg program of Debian-based s

Re: [CMake] CPack DEB: default to standard Debian package file names

2010-07-21 Thread Olaf van der Spek
On Wed, Jul 21, 2010 at 5:39 PM, Droscy wrote: > Hi Olaf, > > Olaf van der Spek ha scritto: >> Could this be changed to "xbt-tracker_0.1.1_i386.deb"? >> > I'm using the following code to obtain a correct debian-name Looks good, but this should really be part of the generator. Olaf __

Re: [CMake] CPack DEB: default to standard Debian package file names

2010-07-21 Thread Olaf van der Spek
On Wed, Jul 21, 2010 at 5:32 PM, Hendrik Sattler wrote: > Zitat von Olaf van der Spek : > >> Hi, >> >> At the moment the default package file name is like >> "xbt-tracker-0.1.1-Linux.deb". >> Could this be changed to "xbt-tracker_0.1.1_i386.deb"? >> Note the underscore instead of minus as field se

Re: [CMake] CPack DEB: default to standard Debian package file names

2010-07-21 Thread Hendrik Sattler
Zitat von Olaf van der Spek : Hi, At the moment the default package file name is like "xbt-tracker-0.1.1-Linux.deb". Could this be changed to "xbt-tracker_0.1.1_i386.deb"? Note the underscore instead of minus as field separator and the architecture. Last time I looked at CPack, the cpack core

[CMake] CPack DEB: default to standard Debian package file names

2010-07-21 Thread Olaf van der Spek
Hi, At the moment the default package file name is like "xbt-tracker-0.1.1-Linux.deb". Could this be changed to "xbt-tracker_0.1.1_i386.deb"? Note the underscore instead of minus as field separator and the architecture. Olaf ___ Powered by www.kitware.c