Create a Debian package #8

Closed
opened 2021-05-18 14:41:36 +02:00 by micke · 2 comments
micke commented 2021-05-18 14:41:36 +02:00 (Migrated from code.smolnet.org)

Package for Debian and add to repo.mic.ke in a similar way done here: https://code.smolnet.org/micke/wireguide/src/branch/main/packaging_scripts

Package for Debian and add to repo.mic.ke in a similar way done here: https://code.smolnet.org/micke/wireguide/src/branch/main/packaging_scripts
micke commented 2022-02-28 13:31:51 +01:00 (Migrated from code.smolnet.org)

We can package like normal with setup.py and use python3-stdeb to create deb.

We can package like normal with setup.py and use python3-stdeb to create deb.
micke commented 2022-05-21 11:53:36 +02:00 (Migrated from code.smolnet.org)

Whis works now:

python3  setup.py --command-packages=stdeb.command bdist_deb
sudo dpkg -i deb_dist/python3-tinge_0.0.2-1_all.deb
Whis works now: ``` python3 setup.py --command-packages=stdeb.command bdist_deb sudo dpkg -i deb_dist/python3-tinge_0.0.2-1_all.deb ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: micke/tinge#8
No description provided.