From 91a1dc6f2e0b5081130de7290c0164556e126c0b Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Thu, 15 Dec 2016 18:07:52 +0100 Subject: [PATCH] DBusInterface: Remove package --- Cura-extra-plugins/control | 9 --------- .../cura-extra-plugin-dbusinterface.install | 1 - Cura-extra-plugins/rules | 2 +- 3 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 Cura-extra-plugins/cura-extra-plugin-dbusinterface.install 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