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

[Git][xorg-team/lib/libglvnd][debian-unstable] 4 commits: control: Add a transitional package for libglvnd-core-dev.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libglvnd

Commits:

3 changed files:

Changes:

  • debian/changelog
    ... ... @@ -8,6 +8,10 @@ libglvnd (1.2.0-1) UNRELEASED; urgency=medium
    8 8
       * control: Drop old Breaks/Replaces.
    
    9 9
       * libgles1: Override package-name-doesnt-match-sonames.
    
    10 10
       * control: Support nocheck profile for xvfb build-dep. (Closes: #928475)
    
    11
    +  * control: Add mesa-common-dev to lib{gl,glx}-dev depends, due to
    
    12
    +    {gl,glx}_mangle.h includes.
    
    13
    +  * control: Fix lib{egl,gles,glx}-dev depends.
    
    14
    +  * Migrate to python3. (Closes: #936868)
    
    11 15
     
    
    12 16
      -- Timo Aaltonen <tjaalton@debian.org>  Wed, 13 Mar 2019 20:05:49 +0200
    
    13 17
     
    

  • debian/control
    ... ... @@ -7,8 +7,7 @@ Build-Depends:
    7 7
      pkg-config,
    
    8 8
      libx11-dev,
    
    9 9
      libxext-dev,
    
    10
    - python-dev,
    
    11
    - python-libxml2,
    
    10
    + python3-libxml2,
    
    12 11
      x11proto-gl-dev,
    
    13 12
      xauth,
    
    14 13
      xvfb <!nocheck>,
    
    ... ... @@ -35,6 +34,16 @@ Description: Vendor neutral GL dispatch library -- development files
    35 34
      .
    
    36 35
      This package contains the development files for libglvnd.
    
    37 36
     
    
    37
    +Package: libglvnd-core-dev
    
    38
    +Section: oldlibs
    
    39
    +Architecture: any
    
    40
    +Depends:
    
    41
    + libglvnd-dev,
    
    42
    + ${misc:Depends},
    
    43
    +Multi-Arch: same
    
    44
    +Description: transitional dummy package
    
    45
    + This is a transitional dummy package, it can be safely removed.
    
    46
    +
    
    38 47
     Package: libglvnd0
    
    39 48
     Architecture: any
    
    40 49
     Pre-Depends: ${misc:Pre-Depends},
    
    ... ... @@ -71,6 +80,8 @@ Package: libegl-dev
    71 80
     Architecture: any
    
    72 81
     Depends:
    
    73 82
      libegl1 (= ${binary:Version}),
    
    83
    + libgl-dev,
    
    84
    + libx11-dev,
    
    74 85
      ${misc:Depends},
    
    75 86
     Replaces:
    
    76 87
      libegl1-mesa-dev (<< 19.2.0-1),
    
    ... ... @@ -117,6 +128,8 @@ Description: Vendor neutral GL dispatch library -- GLESv2 support
    117 128
     Package: libgles-dev
    
    118 129
     Architecture: any
    
    119 130
     Depends:
    
    131
    + libegl-dev,
    
    132
    + libgl-dev,
    
    120 133
      libgles1 (= ${binary:Version}),
    
    121 134
      libgles2 (= ${binary:Version}),
    
    122 135
      ${misc:Depends},
    
    ... ... @@ -153,6 +166,7 @@ Package: libgl-dev
    153 166
     Architecture: any
    
    154 167
     Depends:
    
    155 168
      libgl1 (= ${binary:Version}),
    
    169
    + mesa-common-dev,
    
    156 170
      ${misc:Depends},
    
    157 171
     Replaces:
    
    158 172
      libgl1-mesa-dev (<< 19.2.0-1),
    
    ... ... @@ -189,6 +203,8 @@ Package: libglx-dev
    189 203
     Architecture: any
    
    190 204
     Depends:
    
    191 205
      libglx0 (= ${binary:Version}),
    
    206
    + libx11-dev,
    
    207
    + mesa-common-dev,
    
    192 208
      ${misc:Depends},
    
    193 209
     Replaces:
    
    194 210
      libglvnd-dev (<< 1.2.0-1),
    

  • debian/rules
    ... ... @@ -3,6 +3,8 @@
    3 3
     # Uncomment this to turn on verbose mode.
    
    4 4
     #export DH_VERBOSE=1
    
    5 5
     
    
    6
    +export PYTHON=/usr/bin/python3
    
    7
    +
    
    6 8
     override_dh_auto_install:
    
    7 9
     	dh_auto_install
    
    8 10
     	find debian/tmp -name '*.la' -delete
    


  • Reply to: