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

[Git][xorg-team/lib/libdrm][debian-unstable] 2 commits: control: Drop libatomic-ops-dev from build-depends again, as we can continue...



Title: GitLab

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

Commits:

  • 6a3df7be
    by Timo Aaltonen at 2024-02-08T10:34:33+02:00
    control: Drop libatomic-ops-dev from build-depends again, as we can continue using atomic ops provided by gcc.
    
    and libatomic-ops-dev is not available for i386 on Ubuntu
    
  • 977db64a
    by Timo Aaltonen at 2024-02-08T10:35:11+02:00
    release to sid
    

2 changed files:

Changes:

  • debian/changelog
    1
    +libdrm (2.4.120-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * control: Drop libatomic-ops-dev from build-depends again, as we can
    
    4
    +    continue using atomic ops provided by gcc.
    
    5
    +
    
    6
    + -- Timo Aaltonen <tjaalton@debian.org>  Thu, 08 Feb 2024 10:34:49 +0200
    
    7
    +
    
    1 8
     libdrm (2.4.120-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * New upstream release.
    

  • debian/control
    ... ... @@ -5,7 +5,6 @@ Uploaders: Andreas Boll <aboll@debian.org>
    5 5
     Build-Depends:
    
    6 6
      debhelper-compat (= 13),
    
    7 7
      meson,
    
    8
    - libatomic-ops-dev,
    
    9 8
      libpciaccess-dev,
    
    10 9
      libudev-dev [linux-any],
    
    11 10
      libx11-dev,
    


  • Reply to: