log2timeline / l2tdevtools

Development tools
Apache License 2.0
10 stars 20 forks source link

Generate dpkg/rpm files based on setup.py/pyproject.toml install #544

Open joachimmetz opened 5 years ago

joachimmetz commented 5 years ago

If there are no dpkg or rpm packaging files in the source package then use setup.py install to install to temporary directory and based on files determine how to generate the dpkg and rpm spec files.

This should

joachimmetz commented 5 years ago

./setup.py install --root=${PWD}/tmp

joachimmetz commented 5 years ago

From: https://github.com/log2timeline/l2tdevtools/issues/4