2.3: Backporting minor changes from master

This commit is contained in:
Thomas-Karl Pietrowski 2016-10-21 09:15:38 +02:00
parent 4000dbbcd9
commit 3751f379ac
7 changed files with 19 additions and 16 deletions

View File

@ -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

View File

@ -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:

View File

@ -1,7 +1,7 @@
Source: cura
Section: science
Priority: optional
Maintainer: Thomas-Karl Pietrowski <thopiekar@googlemail.com>
Maintainer: Thomas Karl Pietrowski <thopiekar@googlemail.com>
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.
.

View File

@ -1,10 +1,10 @@
Source: cura-engine
Section: utils
Priority: optional
Maintainer: Thomas-Karl Pietrowski <thopiekar@googlemail.com>
Maintainer: Thomas Karl Pietrowski <thopiekar@googlemail.com>
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

View File

@ -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

View File

@ -1,14 +1,14 @@
Source: uranium
Section: python
Priority: optional
Maintainer: Thomas-Karl Pietrowski <thopiekar@unknown>
Maintainer: Thomas Karl Pietrowski <thopiekar@googlemail.com>
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:

View File

@ -1,12 +1,12 @@
Source: libarcus
Section: devel
Priority: optional
Maintainer: Thomas-Karl Pietrowski <thopiekar@unknown>
Maintainer: Thomas Karl Pietrowski <thopiekar@googlemail.com>
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: <insert the upstream URL, if relevant>
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