Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libglvnd
Commits: 7765a607 by Diederik de Haas at 2024-02-08T15:26:56+00:00 copyright: remove 'userguide.html' stanza Commit b3a958feb03694e2f0df71482875684e45353964, part of libglvnd-1.4.0-1, updated `uthash` to version 2.3.0 and that removed the `src/util/uthash/doc/userguide.html` file and therefor should be removed from the copyright file too. As that was the only one which uses an unspecified GPL version, also remove the corresponding license block. - - - - - 8c17efe3 by Diederik de Haas at 2024-02-08T15:26:56+00:00 control: Place -dev packages in libdevel section - - - - - 51277b84 by Diederik de Haas at 2024-02-08T15:26:56+00:00 control: Set Rules-Requires-Root: no - - - - - d8aa7be1 by Diederik de Haas at 2024-02-08T15:26:56+00:00 symbols: Set Build-Depends-Package fields - - - - - 9 changed files: - debian/control - debian/copyright - debian/libegl1.symbols - debian/libgl1.symbols - debian/libgles1.symbols - debian/libgles2.symbols - debian/libglvnd0.symbols - debian/libglx0.symbols - debian/libopengl0.symbols Changes: ===================================== debian/control ===================================== @@ -14,6 +14,7 @@ Build-Depends: xvfb <!nocheck>, Standards-Version: 4.6.2 Section: libs +Rules-Requires-Root: no Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Vcs-Git: https://salsa.debian.org/xorg-team/lib/libglvnd.git Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libglvnd.git @@ -85,6 +86,7 @@ Description: Vendor neutral GL dispatch library -- EGL support This package contains support for EGL. Package: libegl-dev +Section: libdevel Architecture: any Depends: libegl1 (= ${binary:Version}), @@ -134,6 +136,7 @@ Description: Vendor neutral GL dispatch library -- GLESv2 support This package contains support for GLESv2. Package: libgles-dev +Section: libdevel Architecture: any Depends: libegl-dev, @@ -171,6 +174,7 @@ Description: Vendor neutral GL dispatch library -- legacy GL support This package contains support for old libGL for compatibility reasons. Package: libgl-dev +Section: libdevel Architecture: any Depends: libgl1 (= ${binary:Version}), @@ -208,6 +212,7 @@ Description: Vendor neutral GL dispatch library -- GLX support This package contains support for GLX. Package: libglx-dev +Section: libdevel Architecture: any Depends: libglx0 (= ${binary:Version}), @@ -244,6 +249,7 @@ Description: Vendor neutral GL dispatch library -- OpenGL support This package contains support for OpenGL. Package: libopengl-dev +Section: libdevel Architecture: any Depends: libopengl0 (= ${binary:Version}), ===================================== debian/copyright ===================================== @@ -42,11 +42,6 @@ Files: src/util/uthash/* Copyright: 2005-2013 Troy D. Hanson License: BSD-1-clause -Files: src/util/uthash/doc/userguide.html -Copyright: 2006 Troy D. Hanson - 2006-2009 Stuart Rackham -License: GPL - Files: debian/* Copyright: 2013 Timo Aaltonen <tjaal...@ubuntu.com> License: MIT @@ -107,10 +102,6 @@ License: BSD-1-clause NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -License: GPL - On Debian machines the full text of the GNU General Public License - can be found in the file /usr/share/common-licenses/GPL. - License: GPL-3+ On Debian machines the full text of the GNU General Public License version 3 can be found in the file /usr/share/common-licenses/GPL-3. ===================================== debian/libegl1.symbols ===================================== @@ -1,4 +1,5 @@ libEGL.so.1 libegl1 #MINVER# +* Build-Depends-Package: libegl-dev eglBindAPI@Base 0 eglBindTexImage@Base 0 eglChooseConfig@Base 0 ===================================== debian/libgl1.symbols ===================================== @@ -1,4 +1,5 @@ libGL.so.1 libgl1 #MINVER# +* Build-Depends-Package: libgl-dev glAccum@Base 0 glAccumxOES@Base 0 glAcquireKeyedMutexWin32EXT@Base 1.1.0 ===================================== debian/libgles1.symbols ===================================== @@ -1,4 +1,5 @@ libGLESv1_CM.so.1 libgles1 #MINVER# +* Build-Depends-Package: libgles-dev glActiveTexture@Base 1.0.0+git20180308 glAlphaFunc@Base 1.0.0+git20180308 glAlphaFuncx@Base 1.0.0+git20180308 ===================================== debian/libgles2.symbols ===================================== @@ -1,4 +1,5 @@ libGLESv2.so.2 libgles2 #MINVER# +* Build-Depends-Package: libgles-dev glActiveShaderProgram@Base 1.0.0 glActiveTexture@Base 0 glAttachShader@Base 0 ===================================== debian/libglvnd0.symbols ===================================== @@ -1,4 +1,5 @@ libGLdispatch.so.0 libglvnd0 #MINVER# +* Build-Depends-Package: libglvnd-dev __glDispatchCheckMultithreaded@Base 0 __glDispatchCreateTable@Base 0 __glDispatchDestroyTable@Base 0 ===================================== debian/libglx0.symbols ===================================== @@ -1,4 +1,5 @@ libGLX.so.0 libglx0 #MINVER# +* Build-Depends-Package: libglx-dev __GLXGL_CORE_FUNCTIONS@Base 0 __glXGLLoadGLXFunction@Base 0 glXChooseFBConfig@Base 0 ===================================== debian/libopengl0.symbols ===================================== @@ -1,4 +1,5 @@ libOpenGL.so.0 libopengl0 #MINVER# +* Build-Depends-Package: libopengl-dev glAccum@Base 0 glActiveShaderProgram@Base 0 glActiveTexture@Base 0 View it on GitLab: https://salsa.debian.org/xorg-team/lib/libglvnd/-/compare/8c6be1677d633ebdb890c0c5a5e99acfed295629...d8aa7be1ea504aa9e3418c27b0e5d01e0e28c79a -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libglvnd/-/compare/8c6be1677d633ebdb890c0c5a5e99acfed295629...d8aa7be1ea504aa9e3418c27b0e5d01e0e28c79a You're receiving this email because of your account on salsa.debian.org.