This repository has been archived on 2024-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-24/packages/debian
2020-10-31 13:07:35 +05:30
..
apparmor Move debian to the packages directory 2020-10-31 13:07:35 +05:30
source Move debian to the packages directory 2020-10-31 13:07:35 +05:30
bitmessage-docs.docs Move debian to the packages directory 2020-10-31 13:07:35 +05:30
changelog Move debian to the packages directory 2020-10-31 13:07:35 +05:30
compat Move debian to the packages directory 2020-10-31 13:07:35 +05:30
control Move debian to the packages directory 2020-10-31 13:07:35 +05:30
copyright Move debian to the packages directory 2020-10-31 13:07:35 +05:30
menu Move debian to the packages directory 2020-10-31 13:07:35 +05:30
python-bitmessage.install Move debian to the packages directory 2020-10-31 13:07:35 +05:30
README.Debian Move debian to the packages directory 2020-10-31 13:07:35 +05:30
rules Move debian to the packages directory 2020-10-31 13:07:35 +05:30

bitmessage for Debian
--------------------

In order to build the .deb yourself, you'll first have to install the stuff that's neccessary to compile .debs:


apt-get install python-minimal python-setuptools python-all \
    python openssl libssl-dev dh-apparmor debhelper dh-python \
    python-msgpack python-qt4 git


Next make some build directory and clone the newest git repository:

And if I haven't forgotten anything, you can build the .deb package now:


dpkg-buildpackage -us -uc


I've tried this with Debian Buster, but I'd expect it to work on most if not all recent debian-based distributions. Maybe with some minor changes.

 -- citizenaspirant <citizenadmin@helicoptarianconstitocracy.org>  Wed, 29 Apr 2020 17:53:21 +0000