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

[Git][xorg-team/lib/libdrm][debian-unstable] 2 commits: control: Enable atomic-ops.



Title: GitLab

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

Commits:

  • 09a276ba
    by Timo Aaltonen at 2023-11-14T12:22:46+02:00
    control: Enable atomic-ops.
    
    and sort build-deps while at it
    
  • 45899a3e
    by Timo Aaltonen at 2023-11-14T15:05:33+02:00
    debian/gitlab-ci.yml: Added.
    

3 changed files:

Changes:

  • debian/changelog
    1 1
     libdrm (2.4.117-2) UNRELEASED; urgency=medium
    
    2 2
     
    
    3
    +  [ Diederik de Haas ]
    
    3 4
       * control: Remove unused Build-Depends
    
    4 5
       * control: Update Standards-Version to 4.6.2 (no changes needed)
    
    5 6
       * control: Specify Rules-Requires-Root: no
    
    ... ... @@ -9,6 +10,10 @@ libdrm (2.4.117-2) UNRELEASED; urgency=medium
    9 10
       * symbols: Add missing Build-Depends-Package fields
    
    10 11
       * symbols, lintian: Drop reference to private symbols
    
    11 12
     
    
    13
    +  [ Timo Aaltonen ]
    
    14
    +  * control: Enable atomic-ops.
    
    15
    +  * debian/gitlab-ci.yml: Added.
    
    16
    +
    
    12 17
      -- Diederik de Haas <didi.debian@cknow.org>  Tue, 07 Nov 2023 10:17:27 +0100
    
    13 18
     
    
    14 19
     libdrm (2.4.117-1) unstable; urgency=medium
    

  • debian/control
    ... ... @@ -5,12 +5,13 @@ Uploaders: Andreas Boll <aboll@debian.org>
    5 5
     Build-Depends:
    
    6 6
      debhelper-compat (= 13),
    
    7 7
      meson,
    
    8
    + libatomic-ops-dev,
    
    9
    + libpciaccess-dev,
    
    10
    + libudev-dev [linux-any],
    
    8 11
      libx11-dev,
    
    9 12
      pkg-config,
    
    10
    - python3-setuptools,
    
    11
    - libudev-dev [linux-any],
    
    12
    - libpciaccess-dev,
    
    13 13
      python3-docutils,
    
    14
    + python3-setuptools,
    
    14 15
     # valgrind [amd64 armhf i386 mips mipsel powerpc s390x],
    
    15 16
     Standards-Version: 4.6.2
    
    16 17
     Rules-Requires-Root: no
    

  • debian/gitlab-ci.yml
    1
    +include:
    
    2
    +  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
    
    3
    +  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml


  • Reply to: