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
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
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