Cura-packaging/master/Cura/control

41 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-09-04 13:43:23 +00:00
Source: cura
Section: science
Priority: optional
Maintainer: Thomas Karl Pietrowski <thopiekar@googlemail.com>
Build-Depends:
debhelper (>= 9), cmake,
2016-09-04 13:43:23 +00:00
python3-dev,
python3-uranium, uranium-tools,
qttools5-dev, qttools5-dev-tools,
gettext,
python3-pytest, pylint3,
Standards-Version: 3.9.6
Homepage: https://github.com/Ultimaker/Cura
2016-09-04 13:43:23 +00:00
X-Python3-Version: >= 3.4
Vcs-Git: https://github.com/Ultimaker/Cura.git
Vcs-Browser: https://github.com/Ultimaker/Cura
Package: cura
Architecture: all
Depends:
${shlibs:Depends},
${misc:Depends},
${python3:Depends},
cura-engine,
python3-uranium,
qml-module-qtqml-models2,
qml-module-qtquick-controls,
qml-module-qtquick-dialogs,
# needed packages for 2.1 - don't see messages about missing modules on 2.3/master
qml-module-qt-labs-folderlistmodel,
qml-module-qt-labs-settings,
Provides:
cura-plugin-api-3,
2016-09-11 10:35:35 +00:00
${python3:Provides},
2016-09-04 13:43:23 +00:00
XB-Python3-Version:
2016-09-11 10:35:35 +00:00
${python3:Versions},
2016-09-04 13:43:23 +00:00
Description: 3D printer / slicing GUI built on top of the Uranium framework
This is the new, shiny frontend for Cura. daid/Cura is the old legacy Cura that everyone knows and loves/hates.
.
We re-worked the whole GUI code at Ultimaker, because the old code started to become a unmaintainable.