UbuntuIRC / 2019 /07 /15 /#launchpad.txt
niansa
Initial commit
4aa5fce
=== pieq_ is now known as pieq
[12:42] <ahmed_> Hi guys
[12:42] <ahmed_> ive got a question, maybe someone can answer
[12:42] <ahmed_> i've uploaded a package to a PPA
[12:42] <ahmed_> and it depends on a package from another PPA
[12:42] <ahmed_> my package builds fine
[12:42] <ahmed_> however when i try to do sudo apt-get install <package>
[12:43] <ahmed_> it complains that the dependency is not installable
[13:03] <GyrosGeier> you need to have both PPAs configured to install
[13:04] <GyrosGeier> also, I dimly remember that PPA priorities are rather low, so you might need to explicitly install it once
[13:05] <GyrosGeier> by default, priorities should be in the "auto-select upgrades, but don't select for new installations" band
[13:11] <ahmed_> gotcha, i'll import the packages into my PPA instead then i guess