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 64 65 66 67
|
Source: qcustomplot
Section: libs
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Anton Gladky <gladk@debian.org>
Homepage: http://www.qcustomplot.com
Standards-Version: 3.9.6
Build-Depends:
cmake,
debhelper (>= 9),
qtbase5-dev
Vcs-Git: git://anonscm.debian.org/debian-science/packages/qcustomplot.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/qcustomplot.git
XS-Testsuite: autopkgtest
Package: libqcustomplot-dev
Section: libdevel
Architecture: any
Depends:
libqcustomplot1.2 (= ${binary:Version}),
qtbase5-dev,
${misc:Depends}
Description: Qt C++ widget for plotting. Header
QCustomPlot plotting library focuses on making good looking, publication
quality 2D plots, graphs and charts, as well as offering high performance for
realtime visualization applications. The package contains a header-file.
Package: libqcustomplot-doc
Section: doc
Architecture: all
Depends:
${misc:Depends}
Description: Qt C++ widget for plotting. Documentation and examples
QCustomPlot plotting library focuses on making good looking, publication
quality 2D plots, graphs and charts, as well as offering high performance for
realtime visualization applications. The package contains examples and
documentation.
Package: libqcustomplot1.2
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Qt C++ widget for plotting
QCustomPlot plotting library focuses on making good looking, publication
quality 2D plots, graphs and charts, as well as offering high performance for
realtime visualization applications.
Package: libqcustomplot1.2-dbg
Architecture: any
Section: debug
Priority: extra
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends}
Depends:
libqcustomplot1.2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Qt C++ widget for plotting. Debugging symbols
QCustomPlot plotting library focuses on making good looking, publication
quality 2D plots, graphs and charts, as well as offering high performance for
realtime visualization applications. The package contains debugging symbols.
|