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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: kf6-kplotting
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Patrick Franz <deltaone@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
dh-sequence-pkgkde-symbolshelper,
cmake (>= 3.16~),
doxygen,
extra-cmake-modules (>= 6.18.0~),
libxkbcommon-dev,
qt6-base-dev (>= 6.7.0~),
qt6-tools-dev (>= 6.5.0~),
Standards-Version: 4.7.2
Homepage: https://invent.kde.org/frameworks/kplotting
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kf6-kplotting
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kf6-kplotting.git
Rules-Requires-Root: no
Package: libkf6plotting-dev
Section: libdevel
Architecture: any
Depends: libkf6plotting6 (= ${binary:Version}),
qt6-base-dev (>= 6.7.0~),
${misc:Depends},
${shlibs:Depends},
Recommends: libkf6plotting-doc (= ${source:Version}),
Description: development files for kplotting
KPlotWidget is a QWidget-derived class that provides a virtual base class
for easy data-plotting. The idea behind KPlotWidget is that you only have
to specify information in "data units"; i.e., the natural units of the
data being plotted. KPlotWidget automatically converts everything
to screen pixel units.
.
Contains development files for kplotting.
Package: libkf6plotting-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: KPlotting provides classes to do plotting (documentation)
KPlotWidget is a QWidget-derived class that provides a virtual base class
for easy data-plotting. The idea behind KPlotWidget is that you only have
to specify information in "data units"; i.e., the natural units of the
data being plotted. KPlotWidget automatically converts everything
to screen pixel units.
.
This package contains the qch documentation files.
Section: doc
Package: libkf6plotting6
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
Description: KPlotting provides classes to do plotting
KPlotWidget is a QWidget-derived class that provides a virtual base class
for easy data-plotting. The idea behind KPlotWidget is that you only have
to specify information in "data units"; i.e., the natural units of the
data being plotted. KPlotWidget automatically converts everything
to screen pixel units.
|