nvbn / everpad

Evernote client well integrated with linux desktop
1.17k stars 143 forks source link

Everpad Debian package includes Thrift, causes conflicts and cannot be installed. #382

Open Fingel opened 10 years ago

Fingel commented 10 years ago

Hi, The debain package of everpad installs the file:

/usr/share/pyshared/thrift/TSerialization.py

Which is provided by the Debian package python-thrift.

This means attempting to install Everpad results in dpkg failing due to conflicts, and Everpad cannot be installed.

The Everpad package should depend on the python-thrift package (http://packages.debian.org/sid/python-thrift), instead of providing the files on it's own.

This applies to Ubuntu as well.