64 lines
2.5 KiB
Plaintext
64 lines
2.5 KiB
Plaintext
|
Source: kplotting
|
||
|
Section: libs
|
||
|
Priority: optional
|
||
|
Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
|
||
|
XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
|
||
|
Uploaders: Norbert Preining <norbert@preining.info>
|
||
|
Build-Depends: cmake (>= 3.16~),
|
||
|
debhelper-compat (= 13),
|
||
|
doxygen,
|
||
|
extra-cmake-modules (>= 5.92.0~),
|
||
|
libqt5sql5-sqlite,
|
||
|
pkg-kde-tools (>= 0.15.15ubuntu0),
|
||
|
qtbase5-dev (>= 5.15.2~),
|
||
|
qttools5-dev,
|
||
|
qttools5-dev-tools (>= 5.4),
|
||
|
Standards-Version: 4.6.0
|
||
|
Homepage: https://invent.kde.org/frameworks/kplotting
|
||
|
Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kplotting
|
||
|
Vcs-Git: https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kplotting
|
||
|
Rules-Requires-Root: no
|
||
|
|
||
|
Package: libkf5plotting-dev
|
||
|
Section: libdevel
|
||
|
Architecture: any
|
||
|
Depends: libkf5plotting5 (= ${binary:Version}),
|
||
|
qtbase5-dev (>= 5.15.2~),
|
||
|
${misc:Depends},
|
||
|
${shlibs:Depends},
|
||
|
Recommends: libkf5plotting-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.
|
||
|
Breaks: libkf5kdelibs4support-dev (<< 5.54)
|
||
|
|
||
|
Package: libkf5plotting-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: libkf5plotting5
|
||
|
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.
|