diff --git a/Cura-extra-plugins/control b/Cura-extra-plugins/control index 938680e..abc78bd 100644 --- a/Cura-extra-plugins/control +++ b/Cura-extra-plugins/control @@ -26,7 +26,6 @@ Package: cura-extra-plugins-all-dev Architecture: all Depends: cura-extra-plugin-godmode, - cura-extra-plugin-dbusinterface, Provides: cura-extra-plugins Enhances: @@ -42,14 +41,6 @@ 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: diff --git a/Cura-extra-plugins/cura-extra-plugin-dbusinterface.install b/Cura-extra-plugins/cura-extra-plugin-dbusinterface.install deleted file mode 100644 index d79e3e1..0000000 --- a/Cura-extra-plugins/cura-extra-plugin-dbusinterface.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/cura/plugins/DBusInterface/ diff --git a/Cura-extra-plugins/rules b/Cura-extra-plugins/rules index a3a05e3..e2f9ccf 100755 --- a/Cura-extra-plugins/rules +++ b/Cura-extra-plugins/rules @@ -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 DBusInterfacePlugin +CURA_PLUGINS = PostProcessingPlugin OctoPrintPlugin GodModePlugin OrientationPlugin Doodle3DPlugin %: dh $@ --parallel