lucidsoftware / aws-sdk-cpp-deb

[unmaintained] AWS C++ SDK Debian packages
5 stars 6 forks source link

Incorrect dev package names for libgcc1 and libcurl3-gnutls #8

Closed klolos closed 4 years ago

klolos commented 4 years ago

On Debian stretch, the names generated for the -dev packages of libgcc1 and libcurl3-gnutls are incorrect (libgcc1-dev and libcurl3-gnutls-dev). The correct names for these packages are:

libgcc1: libgcc-6-dev libcurl3-gnutls: libcurl4-gnutls-dev

Also, note that in the case of the libgcc1 package, libgcc-6-dev should also not include the 1: epoch in its version.