Re: packaging with cmake

2015-04-16 Thread Jerome BENOIT
Hell List, On 15/04/15 01:00, Cameron Norman wrote: > On Tue, Apr 14, 2015 at 11:47 AM, Jerome BENOIT wrote: >> Hello List, >> >> II am on my way to package normaliz [1] which can be built either >> with ready to use Makefile or with cmake. Since the cmake setup is the >> one advised by the upstr

Re: packaging with cmake

2015-04-14 Thread Cameron Norman
On Tue, Apr 14, 2015 at 11:47 AM, Jerome BENOIT wrote: > Hello List, > > II am on my way to package normaliz [1] which can be built either > with ready to use Makefile or with cmake. Since the cmake setup is the > one advised by the upstream team (while on the other hand the furnished > Makefile

Re: packaging with cmake

2015-04-14 Thread Daniel Stender
On 14.04.2015 20:47, Jerome BENOIT wrote: > Hello List, > > II am on my way to package normaliz [1] which can be built either > with ready to use Makefile or with cmake. Since the cmake setup is the > one advised by the upstream team (while on the other hand the furnished > Makefile may need refr

Re: packaging with cmake

2015-04-14 Thread Andrey Rahmatullin
On Tue, Apr 14, 2015 at 08:47:57PM +0200, Jerome BENOIT wrote: > So I am looking for a well debiannized software that builts with cmake: > any idea ? debhelper supports cmake out of the box. If you run into specific problems you should ask about them. -- WBR, wRAR signature.asc Description: Dig

Re: packaging with cmake

2015-04-14 Thread Daniel Lintott
Hi Jerome, On 14 April 2015 19:47:57 BST, Jerome BENOIT wrote: >Hello List, > >II am on my way to package normaliz [1] which can be built either >with ready to use Makefile or with cmake. Since the cmake setup is the >one advised by the upstream team (while on the other hand the >furnished >Mak

packaging with cmake

2015-04-14 Thread Jerome BENOIT
Hello List, II am on my way to package normaliz [1] which can be built either with ready to use Makefile or with cmake. Since the cmake setup is the one advised by the upstream team (while on the other hand the furnished Makefile may need refreshment), I will first give a try to the cmake machine

Re: Packaging with CMake

2008-10-07 Thread Michal Čihař
Hi Dne Mon, 6 Oct 2008 17:04:38 +0100 "Robin Cornelius" <[EMAIL PROTECTED]> napsal(a): > It didn't seem right probably because of being used to the way > autotools work and this is different. You can usually do out of source build with autotools too. > What seemed dirty was having to > "mkdir

Re: Packaging with CMake

2008-10-06 Thread Pau Garcia i Quiles
Quoting Laurent Léonard <[EMAIL PROTECTED]>: Le lundi 06 octobre 2008 à 03:14, Matthew Palmer a écrit : On Mon, Oct 06, 2008 at 01:45:10AM +0200, Laurent Léonard wrote: > I try to build the package kio-ftps, but the 0.2 version (for KDE 4) uses > CMake. What is the procedure to build a Debian p

Re: Packaging with CMake

2008-10-06 Thread Laurent Léonard
Le lundi 06 octobre 2008 à 17:35, Robin Cornelius a écrit : > On Mon, Oct 6, 2008 at 4:11 PM, Laurent Léonard <[EMAIL PROTECTED]> wrote: > > Could you give me a sample rules file with cmake calls ? > > > > I put the cmake call in the "build-stamp" section, but when I use > > dpkg-builpackage it tr

Re: Packaging with CMake

2008-10-06 Thread Sune Vuorela
On 2008-10-06, Robin Cornelius <[EMAIL PROTECTED]> wrote: > On Mon, Oct 6, 2008 at 4:52 PM, Sune Vuorela <[EMAIL PROTECTED]> wrote: > roduces working debs and keeps the orig.tar.gz clean too. >>> >>> This does seem a little dirty which makes me think i'm not quite doing >>> it right though so if an

Re: Packaging with CMake

2008-10-06 Thread Robin Cornelius
On Mon, Oct 6, 2008 at 4:52 PM, Sune Vuorela <[EMAIL PROTECTED]> wrote: roduces working debs and keeps the orig.tar.gz clean too. >> >> This does seem a little dirty which makes me think i'm not quite doing >> it right though so if anyone has a better way to do this?, but it does >> work. > > It is

Re: Packaging with CMake

2008-10-06 Thread Sune Vuorela
On 2008-10-06, Robin Cornelius <[EMAIL PROTECTED]> wrote: > cmake does not have a proper clean target in the unix makefiles in > generates, which is a pain. Or not one that cleans as you would fully > expect. It does keep its working files in the current directory so a > the way i have done this is

Re: Packaging with CMake

2008-10-06 Thread Robin Cornelius
On Mon, Oct 6, 2008 at 4:11 PM, Laurent Léonard <[EMAIL PROTECTED]> wrote: > Could you give me a sample rules file with cmake calls ? > > I put the cmake call in the "build-stamp" section, but when I use > dpkg-builpackage it try to do a "make clean" before executing cmake... If I > delete the "ma

Re: Packaging with CMake

2008-10-06 Thread Laurent Léonard
Le lundi 06 octobre 2008 à 03:14, Matthew Palmer a écrit : > On Mon, Oct 06, 2008 at 01:45:10AM +0200, Laurent Léonard wrote: > > I try to build the package kio-ftps, but the 0.2 version (for KDE 4) uses > > CMake. What is the procedure to build a Debian package with CMake ? > > It's no different t

Re: Packaging with CMake

2008-10-05 Thread Sune Vuorela
On 2008-10-06, Jose Luis Blanco <[EMAIL PROTECTED]> wrote: > If your question is how to build a Debian package... I don't know about any > "standard" procedure. I had to do such one package and I created a dummy > "configure" scripts which in turn calls "cmake" with some proper variables > set. >

Re: Packaging with CMake

2008-10-05 Thread Sune Vuorela
On 2008-10-05, Laurent Léonard <[EMAIL PROTECTED]> wrote: > --nextPart1380824.HK0hGSmbvk > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline > > Hi,=20 > > I try to build the package kio-ftps, but the 0.2 version (for KDE

Re: Packaging with CMake

2008-10-05 Thread Russ Allbery
Jose Luis Blanco <[EMAIL PROTECTED]> writes: > If your question is how to build a Debian package... I don't know about > any "standard" procedure. I had to do such one package and I created a > dummy "configure" scripts which in turn calls "cmake" with some proper > variables set. Apart from that

Re: Packaging with CMake

2008-10-05 Thread Jose Luis Blanco
Hi, Laurent Léonard wrote: > Hi, > > I try to build the package kio-ftps, but the 0.2 version (for KDE 4) uses > CMake. What is the procedure to build a Debian package with CMake ? > > Thank you, If your question is how to compile the package sources (not how to build the package), you shoul

Re: Packaging with CMake

2008-10-05 Thread Matthew Palmer
On Mon, Oct 06, 2008 at 01:45:10AM +0200, Laurent Léonard wrote: > I try to build the package kio-ftps, but the 0.2 version (for KDE 4) uses > CMake. What is the procedure to build a Debian package with CMake ? It's no different to any other package. You put cmake in the build-deps, run it to bu

Packaging with CMake

2008-10-05 Thread Laurent Léonard
Hi, I try to build the package kio-ftps, but the 0.2 version (for KDE 4) uses CMake. What is the procedure to build a Debian package with CMake ? Thank you, -- Laurent Léonard signature.asc Description: This is a digitally signed message part.