[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/libglvnd][debian-unstable] 4 commits: copyright: remove 'userguide.html' stanza



Title: GitLab

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:

Changes:

  • debian/control
    ... ... @@ -14,6 +14,7 @@ Build-Depends:
    14 14
      xvfb <!nocheck>,
    
    15 15
     Standards-Version: 4.6.2
    
    16 16
     Section: libs
    
    17
    +Rules-Requires-Root: no
    
    17 18
     Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
    
    18 19
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/libglvnd.git
    
    19 20
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libglvnd.git
    
    ... ... @@ -85,6 +86,7 @@ Description: Vendor neutral GL dispatch library -- EGL support
    85 86
      This package contains support for EGL.
    
    86 87
     
    
    87 88
     Package: libegl-dev
    
    89
    +Section: libdevel
    
    88 90
     Architecture: any
    
    89 91
     Depends:
    
    90 92
      libegl1 (= ${binary:Version}),
    
    ... ... @@ -134,6 +136,7 @@ Description: Vendor neutral GL dispatch library -- GLESv2 support
    134 136
      This package contains support for GLESv2.
    
    135 137
     
    
    136 138
     Package: libgles-dev
    
    139
    +Section: libdevel
    
    137 140
     Architecture: any
    
    138 141
     Depends:
    
    139 142
      libegl-dev,
    
    ... ... @@ -171,6 +174,7 @@ Description: Vendor neutral GL dispatch library -- legacy GL support
    171 174
      This package contains support for old libGL for compatibility reasons.
    
    172 175
     
    
    173 176
     Package: libgl-dev
    
    177
    +Section: libdevel
    
    174 178
     Architecture: any
    
    175 179
     Depends:
    
    176 180
      libgl1 (= ${binary:Version}),
    
    ... ... @@ -208,6 +212,7 @@ Description: Vendor neutral GL dispatch library -- GLX support
    208 212
      This package contains support for GLX.
    
    209 213
     
    
    210 214
     Package: libglx-dev
    
    215
    +Section: libdevel
    
    211 216
     Architecture: any
    
    212 217
     Depends:
    
    213 218
      libglx0 (= ${binary:Version}),
    
    ... ... @@ -244,6 +249,7 @@ Description: Vendor neutral GL dispatch library -- OpenGL support
    244 249
      This package contains support for OpenGL.
    
    245 250
     
    
    246 251
     Package: libopengl-dev
    
    252
    +Section: libdevel
    
    247 253
     Architecture: any
    
    248 254
     Depends:
    
    249 255
      libopengl0 (= ${binary:Version}),
    

  • debian/copyright
    ... ... @@ -42,11 +42,6 @@ Files: src/util/uthash/*
    42 42
     Copyright:	2005-2013 Troy D. Hanson
    
    43 43
     License:	BSD-1-clause
    
    44 44
     
    
    45
    -Files:		src/util/uthash/doc/userguide.html
    
    46
    -Copyright:	2006 Troy D. Hanson
    
    47
    - 		2006-2009 Stuart Rackham
    
    48
    -License:	GPL
    
    49
    -
    
    50 45
     Files:		debian/*
    
    51 46
     Copyright:	2013 Timo Aaltonen <tjaalton@ubuntu.com>
    
    52 47
     License:	MIT
    
    ... ... @@ -107,10 +102,6 @@ License: BSD-1-clause
    107 102
      NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    
    108 103
      SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    
    109 104
     
    
    110
    -License: GPL
    
    111
    - On Debian machines the full text of the GNU General Public License
    
    112
    - can be found in the file /usr/share/common-licenses/GPL.
    
    113
    -
    
    114 105
     License: GPL-3+
    
    115 106
      On Debian machines the full text of the GNU General Public License
    
    116 107
      version 3 can be found in the file /usr/share/common-licenses/GPL-3.

  • debian/libegl1.symbols
    1 1
     libEGL.so.1 libegl1 #MINVER#
    
    2
    +* Build-Depends-Package: libegl-dev
    
    2 3
      eglBindAPI@Base 0
    
    3 4
      eglBindTexImage@Base 0
    
    4 5
      eglChooseConfig@Base 0
    

  • debian/libgl1.symbols
    1 1
     libGL.so.1 libgl1 #MINVER#
    
    2
    +* Build-Depends-Package: libgl-dev
    
    2 3
      glAccum@Base 0
    
    3 4
      glAccumxOES@Base 0
    
    4 5
      glAcquireKeyedMutexWin32EXT@Base 1.1.0
    

  • debian/libgles1.symbols
    1 1
     libGLESv1_CM.so.1 libgles1 #MINVER#
    
    2
    +* Build-Depends-Package: libgles-dev
    
    2 3
      glActiveTexture@Base 1.0.0+git20180308
    
    3 4
      glAlphaFunc@Base 1.0.0+git20180308
    
    4 5
      glAlphaFuncx@Base 1.0.0+git20180308
    

  • debian/libgles2.symbols
    1 1
     libGLESv2.so.2 libgles2 #MINVER#
    
    2
    +* Build-Depends-Package: libgles-dev
    
    2 3
      glActiveShaderProgram@Base 1.0.0
    
    3 4
      glActiveTexture@Base 0
    
    4 5
      glAttachShader@Base 0
    

  • debian/libglvnd0.symbols
    1 1
     libGLdispatch.so.0 libglvnd0 #MINVER#
    
    2
    +* Build-Depends-Package: libglvnd-dev
    
    2 3
      __glDispatchCheckMultithreaded@Base 0
    
    3 4
      __glDispatchCreateTable@Base 0
    
    4 5
      __glDispatchDestroyTable@Base 0
    

  • debian/libglx0.symbols
    1 1
     libGLX.so.0 libglx0 #MINVER#
    
    2
    +* Build-Depends-Package: libglx-dev
    
    2 3
      __GLXGL_CORE_FUNCTIONS@Base 0
    
    3 4
      __glXGLLoadGLXFunction@Base 0
    
    4 5
      glXChooseFBConfig@Base 0
    

  • debian/libopengl0.symbols
    1 1
     libOpenGL.so.0 libopengl0 #MINVER#
    
    2
    +* Build-Depends-Package: libopengl-dev
    
    2 3
      glAccum@Base 0
    
    3 4
      glActiveShaderProgram@Base 0
    
    4 5
      glActiveTexture@Base 0
    


  • Reply to: