addic7ed-cli
addic7ed-cli copied to clipboard
Add Debian packaging.
Add files for Debian packaging for the project.
To build the package : ln -sf package/debian . && debuild -us -uc -b
Thanks a lot for this pull request! I just tried to install it on an empty wheezy image (from here). The package building and installation is working just fine, but when I launch the addic7ed command, I get a Python exception pkg_resources.DistributionNotFound: requests>=2.2.1
.
apt-cache show python-requests
shows that the installed version is 0.12.1. Is there any way to include a newer version of requests
in the addic7ed package, or something like that? Else I'll try to lower the requirement of addic7ed-cli
.