tuttle icon indicating copy to clipboard operation
tuttle copied to clipboard

Pakaging for Debian

Open lexman opened this issue 9 years ago • 1 comments

tuttle uses dh-virutalenv to create .deb packages with extact control over python dependencies.

If this packaging system is ok for the debian community, we could submit some packages to the debian distribution, in order to install it easyly in a common server distribution... And in Ubuntu which is a common developper / datageeks distribution

lexman avatar Jun 23 '15 18:06 lexman

Unfortunately, dh-virtualenv breaks debian way of packaging because it embeds dependencies instead of requiring installation of them.

We need a proper deb package stating that tuttle needs python, postgresql-client, etc.

lexman avatar May 30 '16 16:05 lexman