diff --git a/2.3/Cura-extra-plugins/control b/2.3/Cura-extra-plugins/control index 0f7a99b..6bec6d8 100644 --- a/2.3/Cura-extra-plugins/control +++ b/2.3/Cura-extra-plugins/control @@ -8,7 +8,6 @@ Standards-Version: 3.9.6 Package: cura-extra-plugins-all Architecture: all Depends: - cura, # cura-extra-plugin-doodle3d, cura-extra-plugin-octoprint, cura-extra-plugin-postprocessing, @@ -20,7 +19,7 @@ Description: 3rd party plugins for Cura #Package: cura-extra-plugin-doodle3d #Architecture: all #Depends: -# cura, +# cura-plugin-api-2, # ${misc:Depends} #Description: 3rd party plugins for Cura # . @@ -28,7 +27,7 @@ Description: 3rd party plugins for Cura Package: cura-extra-plugin-postprocessing Architecture: all Depends: - cura, + cura-plugin-api-3, ${misc:Depends} Description: postprocessing plugin for Cura . @@ -36,7 +35,7 @@ Description: postprocessing plugin for Cura Package: cura-extra-plugin-octoprint Architecture: all Depends: - cura, + cura-plugin-api-3, python3-zeroconf, ${misc:Depends} Description: postprocessing plugin for Cura diff --git a/2.3/Cura-extra-plugins/rules b/2.3/Cura-extra-plugins/rules index e84f90f..84395a8 100755 --- a/2.3/Cura-extra-plugins/rules +++ b/2.3/Cura-extra-plugins/rules @@ -12,7 +12,7 @@ CURA_PLUGINS = PostProcessingPlugin OctoPrintPlugin override_dh_auto_clean: for PLUGIN in $(CURA_PLUGINS) ; do \ dh_auto_clean -O--sourcedirectory=$${PLUGIN} \ - -O--builddirectory=$${PLUGIN}-build; \ + -O--builddirectory=$${PLUGIN}-build; \ done override_dh_auto_configure: diff --git a/2.3/Cura/control b/2.3/Cura/control index 125c710..b7afdee 100644 --- a/2.3/Cura/control +++ b/2.3/Cura/control @@ -1,7 +1,7 @@ Source: cura Section: science Priority: optional -Maintainer: Thomas-Karl Pietrowski +Maintainer: Thomas Karl Pietrowski Build-Depends: debhelper (>= 9), cmake, dh-python, python3-dev, python3-uranium, uranium-tools, @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9), cmake, dh-python, gettext, python3-pytest, pylint3, Standards-Version: 3.9.6 -Homepage: https://ultimaker.com/en/products/cura-software +Homepage: https://github.com/Ultimaker/Cura X-Python3-Version: >= 3.4 Vcs-Git: https://github.com/Ultimaker/Cura.git Vcs-Browser: https://github.com/Ultimaker/Cura @@ -29,9 +29,10 @@ Depends: qml-module-qt-labs-folderlistmodel, qml-module-qt-labs-settings, Provides: - ${python3:Provides} + cura-plugin-api-3, + ${python3:Provides}, XB-Python3-Version: - ${python3:Versions} + ${python3:Versions}, 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. . diff --git a/2.3/CuraEngine/control b/2.3/CuraEngine/control index db375bb..a2731ed 100644 --- a/2.3/CuraEngine/control +++ b/2.3/CuraEngine/control @@ -1,10 +1,10 @@ Source: cura-engine Section: utils Priority: optional -Maintainer: Thomas-Karl Pietrowski +Maintainer: Thomas Karl Pietrowski Build-Depends: debhelper (>= 9), cmake, dh-python, libarcus-dev, - protobuf-compiler, libprotobuf-dev + protobuf-compiler, libprotobuf-dev, Standards-Version: 3.9.6 Homepage: https://github.com/Ultimaker/CuraEngine Vcs-Git: https://github.com/Ultimaker/CuraEngine.git diff --git a/2.3/CuraEngine/rules b/2.3/CuraEngine/rules index 904406a..a564bd2 100755 --- a/2.3/CuraEngine/rules +++ b/2.3/CuraEngine/rules @@ -8,7 +8,8 @@ override_dh_auto_configure: dh_auto_configure -- \ - -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) + -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \ + -DBUILD_TESTS:BOOL=ON override_dh_install: dh_install --fail-missing diff --git a/2.3/Uranium/control b/2.3/Uranium/control index d086131..46cace3 100644 --- a/2.3/Uranium/control +++ b/2.3/Uranium/control @@ -1,14 +1,14 @@ Source: uranium Section: python Priority: optional -Maintainer: Thomas-Karl Pietrowski +Maintainer: Thomas Karl Pietrowski Build-Depends: debhelper (>= 9), cmake, dh-python, python3-all-dev, python3-pyqt5, python3-numpy, doxygen, gettext, python3-pytest, pylint3, Standards-Version: 3.9.6 -Homepage: https://ultimaker.com/en/products/cura-software +Homepage: https://github.com/Ultimaker/Uranium X-Python3-Version: >= 3.4 Vcs-Git: https://github.com/Ultimaker/Uranium.git Vcs-Browser: https://github.com/Ultimaker/Uranium @@ -33,6 +33,8 @@ Depends: python3-serial, qml-module-qtqml-models2, qml-module-qtquick-dialogs, +Recommends: + python3-colorlog, Provides: ${python3:Provides} XB-Python3-Version: diff --git a/2.3/libArcus/control b/2.3/libArcus/control index 05788fb..5dbfe0c 100644 --- a/2.3/libArcus/control +++ b/2.3/libArcus/control @@ -1,12 +1,12 @@ Source: libarcus Section: devel Priority: optional -Maintainer: Thomas-Karl Pietrowski +Maintainer: Thomas Karl Pietrowski Build-Depends: debhelper (>= 9), cmake, dh-python, python3-dev, python3-sip-dev, protobuf-compiler, libprotobuf10-dev | libprotobuf-dev (>= 3.0.0), libprotoc10-dev | libprotoc-dev, Standards-Version: 3.9.6 -Homepage: +Homepage: https://github.com/Ultimaker/libArcus X-Python3-Version: >= 3.4 Vcs-Git: https://github.com/Ultimaker/libArcus.git Vcs-Browser: https://github.com/Ultimaker/libArcus