
Originally Posted by
dfblogic
It really bugs me that there are "-dev" versions of packages. That is a Debian feature, of course, and other distros have the same. While not a violation of the letter of the GPL, it seems to me to be a violation of the spirit.
Here's why it bugs me: I work on an free game derived from Quake2 GPL'd code. Like many open source projects, for Linux, we distribute a tarball with an Autotools build, and have a Subversion repository with read-only public access. I would guess that most of our Linux user base are Ubuntu users and, it is a good (even great) thing that Ubuntu makes Linux more accessible. However, it is a pain that the user cannot build an open source program with the default library install; they have to make a special effort to get build tools and the "-dev" versions of libraries. Like many open source projects, we do not have a lot of resources for pre-release testing; we really depend on our regular user base for this. The "-dev" version thing just makes that a little harder.
Some would, and have, pointed out that it would be a dangerous thing for regular users to be able to build programs. But, isn't that what the GPL is about? I concede that there are environments where that restriction would be needed. However, seems to me the default should be the other way around with "non-dev" packaging being the special case.
No doubt this is not going to change, but, having ranted, I feel better now.