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
|
Source: rkward
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Thomas Friedrichsmeier <thomas.friedrichsmeier@kdemail.net>,
Dylan Aïssi <daissi@debian.org>
Section: math
Priority: optional
Build-Depends: cmake (>= 3.10.0~),
extra-cmake-modules,
gettext,
pkg-kde-tools,
debhelper-compat (= 13),
libkf5archive-dev (>= 5.44.0~),
libkf5config-dev (>= 5.44.0~),
libkf5coreaddons-dev (>= 5.44.0~),
libkf5crash-dev (>= 5.44.0~),
libkf5doctools-dev (>= 5.44.0~),
libkf5i18n-dev (>= 5.44.0~),
libkf5notifications-dev (>= 5.44.0~),
libkf5parts-dev (>= 5.44.0~),
libkf5texteditor-dev (>= 5.44.0~),
libkf5xmlgui-dev (>= 5.44.0~),
libkf5webkit-dev (>= 5.44.0~),
libkf5widgetsaddons-dev (>= 5.44.0~),
libkf5windowsystem-dev (>= 5.44.0~),
libqt5webkit5-dev (>= 5.9.0~),
qtbase5-dev (>= 5.9.0~),
qtdeclarative5-dev (>= 5.9.0~),
r-base-dev,
xauth <!nocheck>,
xvfb <!nocheck>,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/rkward
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/rkward.git
Homepage: https://rkward.kde.org
Rules-Requires-Root: no
Package: rkward
Architecture: any
Depends: rkward-data (= ${source:Version}),
${misc:Depends},
${rvers},
${rapivers},
${shlibs:Depends}
Recommends: r-base-html
Breaks: rkward-data (<< 0.7.1b-2~)
Replaces: rkward-data (<< 0.7.1b-2~)
Description: KDE frontend to the R statistics language
RKWard aims to become an easy to use, transparent frontend to R,
a powerful system for statistical computation and graphics.
Besides a convenient GUI for the most important statistical functions,
future versions will also provide seamless integration with an
office-suite.
Package: rkward-data
Architecture: all
Depends: ${misc:Depends}
Recommends: rkward
Description: KDE frontend to the R statistics language - data files
RKWard aims to become an easy to use, transparent frontend to R,
a powerful system for statistical computation and graphics.
Besides a convenient GUI for the most important statistical functions,
future versions will also provide seamless integration with an
office-suite.
.
This package provides the architecture independent data files for rkward.
|