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

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

2017-03-11 Thread Thomas Ward
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 your package's control file though - it's in the PPA settings of

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

2017-03-11 Thread Nicolas Bock
Thanks! I'll try that! On Mar 11, 2017 09:38, "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 nothin

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