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

[Git][xorg-team/app/intel-gpu-tools][debian-unstable] 2 commits: Transition to automatic debug package (from: intel-gpu-tools-dbg).



Title: GitLab

Julien Cristau pushed to branch debian-unstable at X Strike Force / app / intel-gpu-tools

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    +intel-gpu-tools (1.22-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Transition to automatic debug package (from: intel-gpu-tools-dbg).
    
    4
    +
    
    5
    + -- Jelmer Vernooij <jelmer@debian.org>  Sat, 27 Oct 2018 15:27:43 +0000
    
    6
    +
    
    1 7
     intel-gpu-tools (1.22-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream release.
    

  • debian/control
    ... ... @@ -40,17 +40,3 @@ Description: tools for debugging the Intel graphics driver
    40 40
      intel-gpu-tools is a package of tools for debugging the Intel graphics driver,
    
    41 41
      including a GPU hang dumping program, performance monitor, and performance
    
    42 42
      microbenchmarks for regression testing the DRM.
    43
    -
    
    44
    -Package: intel-gpu-tools-dbg
    
    45
    -Section: debug
    
    46
    -Priority: extra
    
    47
    -Architecture: amd64 i386
    
    48
    -Depends: intel-gpu-tools (= ${binary:Version}),
    
    49
    -         ${misc:Depends},
    
    50
    -         ${shlibs:Depends}
    
    51
    -Description: tools for debugging the Intel graphics driver (debug)
    
    52
    - intel-gpu-tools is a package of tools for debugging the Intel graphics driver,
    
    53
    - including a GPU hang dumping program, performance monitor, and performance
    
    54
    - microbenchmarks for regression testing the DRM.
    
    55
    - .
    
    56
    - This package contains debugging symbols for intel-gpu-tools.

  • debian/rules
    ... ... @@ -30,7 +30,7 @@ override_dh_install:
    30 30
     	dh_install --fail-missing
    
    31 31
     
    
    32 32
     override_dh_strip:
    
    33
    -	dh_strip --dbg-package=intel-gpu-tools-dbg
    
    33
    +	dh_strip --dbgsym-migration='intel-gpu-tools-dbg (<< 1.22-2~)'
    
    34 34
     
    
    35 35
     %:
    
    36 36
     	dh $@ --with autoreconf --builddirectory=build/
    


  • Reply to: