packaging project for precise that requires >=cmake-2.8.8

2017-03-11 Thread Nicolas Bock
Hi, I am trying to package a code in my PPA for precise that requires at least cmake-2.8.8. I found a PPA [1] that provides a backport of cmake but I can't figure out how to add a PPA to the control file of my project. How is that done? Thanks! Nick [1] https://launchpad.net/~kalakris/+arc

Re: packaging project for precise that requires >=cmake-2.8.8

2017-03-11 Thread Nicolas Bock
t; > > Thomas > > > > > *Sent from my iPhone. Please excuse any typos, as they are likely to > happen by accident.* > > > On Mar 11, 2017, at 11:21, Nicolas Bock wrote: > > > > Hi, > > > > I am trying to package a code in my PPA for precise t

Re: packaging project for precise that requires >=cmake-2.8.8

2017-03-12 Thread Nicolas Bock
On Sat, Mar 11, 2017 at 11:38:13AM -0500, Thomas Ward wrote: You add that PPA as a PPA dependency in your PPA itself. Then it includes that repo in the builds environments and you then just refer to CMake as normal or define a version equality in the control file. There's nothing you do in yo