tuntox icon indicating copy to clipboard operation
tuntox copied to clipboard

Debian package

Open gjedeer opened this issue 7 years ago • 7 comments

The work is basically done: https://github.com/abbat/tox.pkg/commit/44f27bc69be059b5d6356e5b9e71fb5aaf2b83e0

gjedeer avatar Jun 13 '17 11:06 gjedeer

New location: https://github.com/anthonybilinski/tox.pkg/commit/44f27bc69be059b5d6356e5b9e71fb5aaf2b83e0

Mirror(2020): https://github.com/gjedeer/tox.pkg/tree/891b2241c65563b4f2af0ccc0745811e3298d3dc/tuntox

gjedeer avatar Mar 04 '18 20:03 gjedeer

Thank you.

im-grey avatar Mar 05 '18 06:03 im-grey

Toxcore is in sid https://packages.debian.org/sid/libtoxcore2

gjedeer avatar Jul 31 '19 10:07 gjedeer

There's now a debian/ subdirectory in the tuntox source: https://github.com/gjedeer/tuntox/tree/master/debian

I'm building deb files using Bitbucket CI here: https://bitbucket.org/gjedeer/tuntox/downloads/

The CI runs: https://bitbucket.org/gjedeer/tuntox/addon/pipelines/home

There's also a Debian section in BUILDING.md

What's left to do is creating a PPA and finding a willing maintainer

gjedeer avatar Aug 15 '20 18:08 gjedeer

Nice. Debian packages built and appeared to work fine for me, even using Debian stretch (with backported libtoxcore-dev).

afcady avatar Aug 19 '20 04:08 afcady

Yeah, on anything with libtoxcore-dev installed a quick make should be enough.

gjedeer avatar Aug 19 '20 11:08 gjedeer

I meant that I built the packages with fakeroot ./debian/rules binary

In the PR #61 there is a commit 8569e6c that adds targets make debs and make install-debs:

~/src/upstream/tuntox$ make -n debs
fakeroot ./debian/rules binary
~/src/upstream/tuntox$ make -n install-debs
sudo dpkg -i ../tuntox_0.0.9-1_amd64.deb ../tuntox-dbgsym_0.0.9-1_amd64.deb

afcady avatar Aug 21 '20 09:08 afcady