vitalif / grive2

Google Drive client with support for new Drive REST API and partial sync
http://yourcmc.ru/wiki/Grive2
GNU General Public License v2.0
1.52k stars 140 forks source link

debian Build-depends: binutils-dev is not needed #264

Open rodolforg opened 5 years ago

rodolforg commented 5 years ago

I can successfully build grive2 without binutils-dev dependency. I think it can be safely removed from debian/control file.

jankatins commented 5 years ago

I've now also build it without binutils-dev installed and it works, both the compite and running a sync. This would be great because currently every binutil update on debian unstable needs a rebuild of grive because the dependencies are so tight.

This is what i get as dependencies of the binary grive package:

epends: libboost-filesystem1.67.0, libboost-program-options1.67.0, libboost-regex1.67.0 (>= 1.67.0-10), libboost-system1.67.0, libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2), libgcc1 (>= 1:3.0), libgcrypt20 (>= 1.8.0), libstdc++6 (>= 9), libyajl2 (>= 2.0.4)
jankatins commented 1 year ago

master does not contain a debian dependency on binutils-dev anymore, so this can be closed.