I'm developing a commercial application (C++, closed source) based on a library that provide a GPL and a LGPL version (some features are disabled in the LGPL version).
For the Windows version, I understood that if I compile the LGPL version and I distribute my program with the required DLL in a zip files with a copy of the license, I'll respect with the LGPL terms. Right? And i'm wondering if the final customer is allowed to replace the given LGPL libraries by it's own GPL version?
For the Linux version, I would like to know if it is acceptable to create a package (.deb) of my application that depends on the GPL version already present in the Debian repository. The fact is i'm not redistributing a GPL version of the libraries, so i assume it is legal to distribute my package?
Thank you for you help