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
  
     | 
    
      Source: nitroxcalc
Section: utils
Priority: optional
Maintainer: Salvo 'LtWorf' Tomaselli <ltworf@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 qmake6,
 qt6-base-dev,
 qt6-declarative-dev,
 dh-sequence-qmldeps,
Standards-Version: 4.7.0
Homepage: https://codeberg.org/ltworf/nitroxcalc
Vcs-Browser: https://codeberg.org/ltworf/nitroxcalc
Vcs-Git: https://codeberg.org/ltworf/nitroxcalc.git
Rules-Requires-Root: no
Package: nitroxcalc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},  ${qml6:Depends},
 qt6-svg-plugins,
 libqt6svg6,
Description: Graphical nitrox calculator
 Nitrox is an oxygen enriched mixture used by SCUBA divers.
 .
 When using it, the maximum reacheable depth decreases and
 the equivalent depth changes, increasing the bottom time.
 .
 This tool is used to quickly calculate those values, depending
 on the nitrogen mixsture used.
 
     |