lexman / tuttle

Make for data
MIT License
20 stars 3 forks source link

Pakaging for Debian #10

Open lexman opened 9 years ago

lexman commented 9 years ago

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 commented 8 years ago

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.