1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
  
     | 
    
      Source: hotspot
Section: utils
Priority: optional
Maintainer: Yanhao Mo <yanhaocs@gmail.com>
Build-Depends:
 debhelper (>=11~),
 cmake,
 extra-cmake-modules,
 libkf5threadweaver-dev,
 libkf5i18n-dev,
 libkf5coreaddons-dev,
 libkf5itemviews-dev,
 libkf5itemmodels-dev,
 libkf5kio-dev,
 libkf5configwidgets-dev,
 libkf5solid-dev,
 libkf5windowsystem-dev,
 libqt5svg5-dev,
 libelf-dev,
 libdw-dev,
 gettext,
Standards-Version: 4.2.1
Homepage: https://github.com/KDAB/hotspot
Vcs-Git: https://salsa.debian.org/debian/hotspot.git
Vcs-Browser: https://salsa.debian.org/debian/hotspot
Package: hotspot
Architecture: any
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 linux-perf,
 policykit-1,
Description: GUI tool for performance analysis
 hotspot project is a KDAB R&D effort to create a
 standalone GUI tool for performance data. This tool
 now only support perf output data. But is intended to
 support various other performance data formats in the
 future.
 
     |