Efficiency, Flexibility, Future, what are those? (Re: [CMake] Producing deb package with 'ar')

2007-09-09 Thread Oleg Verych (Gmane)
06-08-2007, Antti-Juhani Kaijanaho: [] > Also note that packages intended for installation in a Debian system > should follow Debian policy. This may be nontrivial to achieve using an > automated system like (I assume) cmake. > See http://www.debian.org/doc/debian-policy/ What about

Re: [CMake] Producing deb package with 'ar'

2007-08-06 Thread Marc 'HE' Brockschmidt
Ron Johnson <[EMAIL PROTECTED]> writes: > On 08/06/07 07:32, Marc 'HE' Brockschmidt wrote: > [snip] >> That will not work. ar(1) is GNU ar on most systems, while dpkg uses >> ar-as-in-BSD-ar. The diffeences are subtle, but lead to problems in >> some applications. > That's interesting. Why? Becau

Re: [CMake] Producing deb package with 'ar'

2007-08-06 Thread Hendrik Sattler
Am Montag 06 August 2007 12:34 schrieb Mathieu Malaterre: > I am currently working on integrating debian packaging system in > cpack (part of CMake, see cmake.org). Basically cpack used to have a > simple tarball system for creating package on *NIX. I simply had to > encapsulate this tarball with

Re: [CMake] Producing deb package with 'ar'

2007-08-06 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/06/07 07:32, Marc 'HE' Brockschmidt wrote: [snip] > > That will not work. ar(1) is GNU ar on most systems, while dpkg uses > ar-as-in-BSD-ar. The diffeences are subtle, but lead to problems in > some applications. That's interesting. Why? - -

Re: [CMake] Producing deb package with 'ar'

2007-08-06 Thread Marc 'HE' Brockschmidt
"Mathieu Malaterre" <[EMAIL PROTECTED]> writes: > On 8/6/07, Antti-Juhani Kaijanaho <[EMAIL PROTECTED]> wrote: >> On Mon, Aug 06, 2007 at 12:34:40PM +0200, Mathieu Malaterre wrote: >>> I am currently working on integrating debian packaging system in >>> cpack (part of CMake, see cmake.org). Basic

Re: [CMake] Producing deb package with 'ar'

2007-08-06 Thread Antti-Juhani Kaijanaho
Please don't CC me, I read the list. On Mon, Aug 06, 2007 at 01:38:33PM +0200, Mathieu Malaterre wrote: > thanks for the link. So according to this page I might even be able to > generate a single tarball: You do need the .dsc too :) -- Antti-Juhani Kaijanaho, Jyväskylä http://antti-juhani.kaij

Re: [CMake] Producing deb package with 'ar'

2007-08-06 Thread Mathieu Malaterre
Hi Antti-Juhani On 8/6/07, Antti-Juhani Kaijanaho <[EMAIL PROTECTED]> wrote: > On Mon, Aug 06, 2007 at 12:34:40PM +0200, Mathieu Malaterre wrote: > > I am currently working on integrating debian packaging system in > > cpack (part of CMake, see cmake.org). Basically cpack used to have a > > simp

Re: [CMake] Producing deb package with 'ar'

2007-08-06 Thread Antti-Juhani Kaijanaho
On Mon, Aug 06, 2007 at 12:34:40PM +0200, Mathieu Malaterre wrote: > I am currently working on integrating debian packaging system in > cpack (part of CMake, see cmake.org). Basically cpack used to have a > simple tarball system for creating package on *NIX. I simply had to > encapsulate this tar