Skip building Doodle3D

This commit is contained in:
Thomas Karl Pietrowski 2016-09-11 11:13:58 +02:00
parent fa0af8a2a8
commit 5de4dcfff8
2 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@ Package: cura-extra-plugins-all
Architecture: all Architecture: all
Depends: Depends:
cura, cura,
cura-extra-plugin-doodle3d, # cura-extra-plugin-doodle3d,
cura-extra-plugin-octoprint, cura-extra-plugin-octoprint,
cura-extra-plugin-postprocessing, cura-extra-plugin-postprocessing,
Enhances: Enhances:
@ -17,13 +17,13 @@ Enhances:
Description: 3rd party plugins for Cura Description: 3rd party plugins for Cura
<insert long description, indented with spaces> <insert long description, indented with spaces>
Package: cura-extra-plugin-doodle3d #Package: cura-extra-plugin-doodle3d
Architecture: all #Architecture: all
Depends: #Depends:
cura, # cura,
${misc:Depends} # ${misc:Depends}
Description: 3rd party plugins for Cura #Description: 3rd party plugins for Cura
. # .
Package: cura-extra-plugin-postprocessing Package: cura-extra-plugin-postprocessing
Architecture: all Architecture: all

View File

@ -3,7 +3,7 @@
# output every command that modifies files on the build system. # output every command that modifies files on the build system.
export DH_VERBOSE = 1 export DH_VERBOSE = 1
CURA_PLUGINS = Doodle3D-cura-plugin PostProcessingPlugin OctoPrintPlugin CURA_PLUGINS = PostProcessingPlugin OctoPrintPlugin
%: %:
dh $@ --parallel dh $@ --parallel