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

[Git][xorg-team/app/apitrace][debian-unstable] 2 commits: control: Add libbrotli-dev to build-depends.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / app / apitrace

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    -apitrace (11.1+repack-1) UNRELEASED; urgency=medium
    
    1
    +apitrace (11.1+repack-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ David Heidelberg ]
    
    3 4
       * New upstream release.
    
    5
    +  * debian/patches: refresh patches
    
    6
    +  * d/patches: drop gtest, not necessary anymore
    
    7
    +  * d/patches: replace highlight.py patch with correct from upstream
    
    8
    +  * d/patches: disable submodule check
    
    9
    +  * d/copyright: content of thirdparty/brotli was stipped from tarball
    
    10
    +  * d/rules: remove LICENSE-snappy.txt which is no longer present
    
    4 11
     
    
    5
    - -- David Heidelberg <david@ixit.cz>  Wed, 25 May 2022 00:50:34 +0200
    
    12
    +  [ Timo Aaltonen ]
    
    13
    +  * control: Add libbrotli-dev to build-depends.
    
    14
    +
    
    15
    + -- Timo Aaltonen <tjaalton@debian.org>  Wed, 25 May 2022 16:54:07 +0300
    
    6 16
     
    
    7 17
     apitrace (10.0+repack-1) unstable; urgency=medium
    
    8 18
     
    

  • debian/control
    ... ... @@ -6,6 +6,7 @@ Uploaders: Christopher James Halse Rogers <raof@ubuntu.com>
    6 6
     Build-Depends:
    
    7 7
      debhelper-compat (= 13),
    
    8 8
      cmake,
    
    9
    + libbrotli-dev,
    
    9 10
      libgl1-mesa-dev,
    
    10 11
      libegl1-mesa-dev,
    
    11 12
      libgles2-mesa-dev,
    


  • Reply to: