From 747601e98e1cae5435cf47915faea29d0b9154ca Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Tue, 27 Dec 2016 13:41:54 +0100 Subject: [PATCH] Renaming all cura-extra-plugin* packages .. into cura-plugin* packages. In theory there is no reason why a plugin shouldn't be allowed to go into the main repository, called Cura. Therefore we should care about this and prevent any future conflicts between packages. Recently this situation was hit, when UM3NPP plugin has been moved into Cura. --- Cura-extra-plugins/control | 34 ++++++++++++------- ...tall => cura-plugin-dbusinterface.install} | 0 ...d.install => cura-plugin-doodle3d.install} | 0 ...de.install => cura-plugin-godmode.install} | 0 ....install => cura-plugin-octoprint.install} | 0 ...nstall => cura-plugin-orientation.install} | 0 ...all => cura-plugin-postprocessing.install} | 0 7 files changed, 21 insertions(+), 13 deletions(-) rename Cura-extra-plugins/{cura-extra-plugin-dbusinterface.install => cura-plugin-dbusinterface.install} (100%) rename Cura-extra-plugins/{cura-extra-plugin-doodle3d.install => cura-plugin-doodle3d.install} (100%) rename Cura-extra-plugins/{cura-extra-plugin-godmode.install => cura-plugin-godmode.install} (100%) rename Cura-extra-plugins/{cura-extra-plugin-octoprint.install => cura-plugin-octoprint.install} (100%) rename Cura-extra-plugins/{cura-extra-plugin-orientation.install => cura-plugin-orientation.install} (100%) rename Cura-extra-plugins/{cura-extra-plugin-postprocessing.install => cura-plugin-postprocessing.install} (100%) diff --git a/Cura-extra-plugins/control b/Cura-extra-plugins/control index 938680e..5f89793 100644 --- a/Cura-extra-plugins/control +++ b/Cura-extra-plugins/control @@ -7,12 +7,13 @@ Build-Depends: python3-all-dev Standards-Version: 3.9.6 -Package: cura-extra-plugins-all +Package: cura-plugins-all-extra +Provides: cura-extra-plugins-all Architecture: all Depends: - cura-extra-plugin-octoprint, - cura-extra-plugin-orientation, - cura-extra-plugin-postprocessing, + cura-plugin-octoprint, + cura-plugin-orientation, + cura-plugin-postprocessing, # Incompatible API: # cura-extra-plugin-doodle3d, Provides: @@ -22,11 +23,12 @@ Enhances: Description: Cura plugin meta-package . -Package: cura-extra-plugins-all-dev +Package: cura-plugins-all-extra-dev +Provides: cura-extra-plugins-all-dev Architecture: all Depends: - cura-extra-plugin-godmode, - cura-extra-plugin-dbusinterface, + cura-plugin-godmode, + cura-plugin-dbusinterface, Provides: cura-extra-plugins Enhances: @@ -34,7 +36,8 @@ Enhances: Description: Cura plugin meta-package . -Package: cura-extra-plugin-godmode +Package: cura-plugin-godmode +Provides: cura-extra-plugin-godmode Architecture: all Depends: cura-plugin-api-3, @@ -42,7 +45,8 @@ Depends: Description: Cura plugin - GodMode For more info see: https://github.com/sedwards2009/cura-god-mode-plugin -Package: cura-extra-plugin-dbusinterface +Package: cura-plugin-dbusinterface +Provides: cura-extra-plugin-dbusinterface Architecture: all Depends: cura-plugin-api-3, @@ -50,7 +54,8 @@ Depends: Description: Cura plugin - DBusInterface For more info see: https://github.com/awhiemstra/cura-dbusinterface -Package: cura-extra-plugin-doodle3d +Package: cura-plugin-doodle3d +Provides: cura-extra-plugin-doodle3d Architecture: all Depends: cura-plugin-api-2, @@ -58,7 +63,8 @@ Depends: Description: Cura plugin - Doodle3D . -Package: cura-extra-plugin-postprocessing +Package: cura-plugin-postprocessing +Provides: cura-extra-plugin-postprocessing Architecture: all Depends: cura-plugin-api-3, @@ -66,7 +72,8 @@ Depends: Description: Cura plugin - PostProcessing For more info see: https://github.com/nallath/PostProcessingPlugin -Package: cura-extra-plugin-octoprint +Package: cura-plugin-octoprint +Provides: cura-extra-plugin-octoprint Architecture: all Depends: cura-plugin-api-3, @@ -75,7 +82,8 @@ Depends: Description: Cura plugin - OctoPrint For more info see: https://github.com/fieldOfView/OctoPrintPlugin -Package: cura-extra-plugin-orientation +Package: cura-plugin-orientation +Provides: cura-extra-plugin-orientation Architecture: all Depends: cura-plugin-api-3, diff --git a/Cura-extra-plugins/cura-extra-plugin-dbusinterface.install b/Cura-extra-plugins/cura-plugin-dbusinterface.install similarity index 100% rename from Cura-extra-plugins/cura-extra-plugin-dbusinterface.install rename to Cura-extra-plugins/cura-plugin-dbusinterface.install diff --git a/Cura-extra-plugins/cura-extra-plugin-doodle3d.install b/Cura-extra-plugins/cura-plugin-doodle3d.install similarity index 100% rename from Cura-extra-plugins/cura-extra-plugin-doodle3d.install rename to Cura-extra-plugins/cura-plugin-doodle3d.install diff --git a/Cura-extra-plugins/cura-extra-plugin-godmode.install b/Cura-extra-plugins/cura-plugin-godmode.install similarity index 100% rename from Cura-extra-plugins/cura-extra-plugin-godmode.install rename to Cura-extra-plugins/cura-plugin-godmode.install diff --git a/Cura-extra-plugins/cura-extra-plugin-octoprint.install b/Cura-extra-plugins/cura-plugin-octoprint.install similarity index 100% rename from Cura-extra-plugins/cura-extra-plugin-octoprint.install rename to Cura-extra-plugins/cura-plugin-octoprint.install diff --git a/Cura-extra-plugins/cura-extra-plugin-orientation.install b/Cura-extra-plugins/cura-plugin-orientation.install similarity index 100% rename from Cura-extra-plugins/cura-extra-plugin-orientation.install rename to Cura-extra-plugins/cura-plugin-orientation.install diff --git a/Cura-extra-plugins/cura-extra-plugin-postprocessing.install b/Cura-extra-plugins/cura-plugin-postprocessing.install similarity index 100% rename from Cura-extra-plugins/cura-extra-plugin-postprocessing.install rename to Cura-extra-plugins/cura-plugin-postprocessing.install