1

Simplest explanation of the question is, you can't put any binary components on ppa.

How does one go about satisfying dependencies for a package they could put on ppa if they could satisfy dependencies(and possibly how would you satisfy those)?

It's kind of similar to this except that I can't put the dependencies in the PPA since they rely on some binary components.

RobotHumans
  • 29,530

1 Answers1

1

I think binary blobs are disallowed by design. The idea, I've always assumed, is that anyone adding your ppa to their system should be able to look at everything that has gone into its packages--to make sure jts packages are safe to run. Since PPA's were designed for open source packages only, that's probably not unreasonable.

Of course you can build such sets of packages on your own machine and host the deb's elsewhere, but I realize that's not really what you want.

John S Gruber
  • 13,336