Revert "DBusInterface: Remove package"

This reverts commit 91a1dc6f2e.
This commit is contained in:
Thomas Karl Pietrowski 2016-12-15 18:08:38 +01:00
parent 91a1dc6f2e
commit 39d4e8d4ba
3 changed files with 11 additions and 1 deletions

View File

@ -26,6 +26,7 @@ Package: cura-extra-plugins-all-dev
Architecture: all
Depends:
cura-extra-plugin-godmode,
cura-extra-plugin-dbusinterface,
Provides:
cura-extra-plugins
Enhances:
@ -41,6 +42,14 @@ Depends:
Description: Cura plugin - GodMode
For more info see: https://github.com/sedwards2009/cura-god-mode-plugin
Package: cura-extra-plugin-dbusinterface
Architecture: all
Depends:
cura-plugin-api-3,
${misc:Depends}
Description: Cura plugin - DBusInterface
For more info see: https://github.com/awhiemstra/cura-dbusinterface
Package: cura-extra-plugin-doodle3d
Architecture: all
Depends:

View File

@ -0,0 +1 @@
usr/lib/cura/plugins/DBusInterface/

View File

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