addic7ed-cli icon indicating copy to clipboard operation
addic7ed-cli copied to clipboard

Add Debian packaging.

Open aegiap opened this issue 10 years ago • 1 comments

Add files for Debian packaging for the project.

To build the package : ln -sf package/debian . && debuild -us -uc -b

aegiap avatar Dec 03 '14 11:12 aegiap

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.

BenoitZugmeyer avatar Dec 06 '14 15:12 BenoitZugmeyer