hongquan / CoBang

A QR code scanner desktop app for Linux
GNU General Public License v3.0
243 stars 28 forks source link

Create Debian packaging script #4

Closed hongquan closed 4 years ago

hongquan commented 4 years ago

We don't need to publish CoBang right now, just make a working packaging script, changing the project structure if needed.

hongquan commented 4 years ago

The Debian tool pybuild doesn't support Poetry. It needs a setup.py file.

Our data files need to be installed to /usr/share, but I have no idea how to tell Poetry, setup.py to do that. Found a reference:

https://github.com/jeromerobert/pdfarranger/blob/master/setup.py

hongquan commented 4 years ago

Finish making packaging script. Added guide to README.

image