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

[Git][xorg-team/lib/libglvnd][debian-unstable] control: Add libopengl-dev to libglvnd-dev depends, since it used to carry the .so.



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-8) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * control: Add libopengl-dev to libglvnd-dev depends, since it used to
    
    4
    +    carry the .so.
    
    5
    +
    
    6
    + -- Timo Aaltonen <tjaalton@debian.org>  Thu, 09 Jan 2020 12:23:54 +0200
    
    7
    +
    
    1 8
     libglvnd (1.3.0-7) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * control: Add libglx-dev to libgl-dev Depends.
    

  • debian/control
    ... ... @@ -29,6 +29,7 @@ Depends:
    29 29
      libgl-dev (>= 1.3.0-1),
    
    30 30
      libgles-dev (>= 1.3.0-1),
    
    31 31
      libglx-dev (>= 1.3.0-1),
    
    32
    + libopengl-dev (>= 1.3.0-1),
    
    32 33
     Breaks:
    
    33 34
      libglvnd-core-dev (<< 1.3.0-1),
    
    34 35
     Replaces:
    


  • Reply to: