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
|
Source: qwtplot3d
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Gudjon I. Gudjonsson <gudjon@gudjon.org>,
Andreas Tille <tille@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 10),
doxygen,
libglu1-mesa-dev | libglu-dev,
libjs-jquery,
pkg-kde-tools,
zlib1g-dev,
libqt5opengl5-desktop-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/science-team/qwtplot3d
Vcs-Git: https://salsa.debian.org/science-team/qwtplot3d.git
Homepage: http://qwtplot3d.sourceforge.net
Package: libqwtplot3d-qt5-dev
Architecture: any
Section: libdevel
Depends: libqwtplot3d-qt5-0 (= ${binary:Version}),
${misc:Depends}
Description: 3D plotting library based on Qt5/OpenGL (development)
QwtPlot3D is a feature rich Qt/OpenGL-based C++ programming
library, providing essentially a bunch of 3D-widgets for
programmers.
.
This package contains the QwtPlot3D development files for Qt5.
Package: libqwtplot3d-qt5-0
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: 3D plotting library based on Qt5/OpenGL (runtime)
QwtPlot3D is a feature rich Qt/OpenGL-based C++ programming
library, providing essentially a bunch of 3D-widgets for
programmers.
.
This package contains the files necessary for running applications that
use the QwtPlot3D library and Qt5.
Package: libqwtplot3d-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: w3m | www-browser
Description: 3D plotting library based on Qt/OpenGL (documentation)
QwtPlot3D is a feature rich Qt/OpenGL-based C++ programming
library, providing essentially a bunch of 3D-widgets for
programmers.
.
This package contains the html documentation and example
programs.
|