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

[Git][xorg-team/lib/libglvnd][debian-unstable] 3 commits: Upload to unstable.



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +libglvnd (1.3.0-5) unstable; urgency=medium
    
    2
    +
    
    3
    +  * control: Add lib{egl,gl,gles,glx}-dev to libglvnd-dev depends, since
    
    4
    +    the .so symlinks have moved.
    
    5
    +
    
    6
    + -- Timo Aaltonen <tjaalton@debian.org>  Fri, 20 Dec 2019 21:06:47 +0200
    
    7
    +
    
    8
    +libglvnd (1.3.0-4) unstable; urgency=medium
    
    9
    +
    
    10
    +  * Upload to unstable.
    
    11
    +
    
    12
    + -- Timo Aaltonen <tjaalton@debian.org>  Thu, 19 Dec 2019 08:57:14 +0200
    
    13
    +
    
    1 14
     libglvnd (1.3.0-3) experimental; urgency=medium
    
    2 15
     
    
    3 16
       * fix-armel-build.diff: Attempt to fix build on armel.
    

  • debian/control
    ... ... @@ -25,6 +25,10 @@ Architecture: any
    25 25
     Depends:
    
    26 26
      libglvnd0 (= ${binary:Version}),
    
    27 27
      ${misc:Depends},
    
    28
    + libegl-dev (>= 1.3.0-1),
    
    29
    + libgl-dev (>= 1.3.0-1),
    
    30
    + libgles-dev (>= 1.3.0-1),
    
    31
    + libglx-dev (>= 1.3.0-1),
    
    28 32
     Breaks:
    
    29 33
      libglvnd-core-dev (<< 1.3.0-1),
    
    30 34
     Replaces:
    


  • Reply to: