oxen-io / lokinet

Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
https://lokinet.org/
GNU General Public License v3.0
1.71k stars 221 forks source link

deb.oxen.io has no source packages for bullseye #2135

Closed majestrate closed 1 year ago

majestrate commented 1 year ago

currently the apt repo on deb.oxen.io has no source packages for lokinet or lokinet-bin

/etc/apt/sources.list.d/oxen.list contains

deb https://deb.oxen.io bullseye main
deb-src https://deb.oxen.io bullseye main

and trying a apt build-dep lokinet gives me

# apt build-dep lokinet
Reading package lists... Done
E: Unable to find a source package for lokinet
jagerman commented 1 year ago

Not sure what happened there; I've re-pushed the repo; let me know if it still isn't working.

majestrate commented 1 year ago

still not up, not sure what is going on

jagerman commented 1 year ago

Oh, no source package, I missed that.

Going to close it as wontfix, at least for now; the source is entirely in the git repo (the debian/bullseye branch); it isn't worth the hassle of generating and uploading source packages.

jagerman commented 1 year ago

(Also: mk-build-deps is what you would use from within the debian/bullseye branch to install its declared build-deps, e.g. mk-build-deps -i -r debian/control)