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.
This commit is contained in:
Thomas Karl Pietrowski 2016-12-27 13:41:54 +01:00
parent 2f4bc0e6aa
commit 747601e98e
7 changed files with 21 additions and 13 deletions

View File

@ -7,12 +7,13 @@ Build-Depends:
python3-all-dev python3-all-dev
Standards-Version: 3.9.6 Standards-Version: 3.9.6
Package: cura-extra-plugins-all Package: cura-plugins-all-extra
Provides: cura-extra-plugins-all
Architecture: all Architecture: all
Depends: Depends:
cura-extra-plugin-octoprint, cura-plugin-octoprint,
cura-extra-plugin-orientation, cura-plugin-orientation,
cura-extra-plugin-postprocessing, cura-plugin-postprocessing,
# Incompatible API: # Incompatible API:
# cura-extra-plugin-doodle3d, # cura-extra-plugin-doodle3d,
Provides: Provides:
@ -22,11 +23,12 @@ Enhances:
Description: Cura plugin meta-package 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 Architecture: all
Depends: Depends:
cura-extra-plugin-godmode, cura-plugin-godmode,
cura-extra-plugin-dbusinterface, cura-plugin-dbusinterface,
Provides: Provides:
cura-extra-plugins cura-extra-plugins
Enhances: Enhances:
@ -34,7 +36,8 @@ Enhances:
Description: Cura plugin meta-package Description: Cura plugin meta-package
. .
Package: cura-extra-plugin-godmode Package: cura-plugin-godmode
Provides: cura-extra-plugin-godmode
Architecture: all Architecture: all
Depends: Depends:
cura-plugin-api-3, cura-plugin-api-3,
@ -42,7 +45,8 @@ Depends:
Description: Cura plugin - GodMode Description: Cura plugin - GodMode
For more info see: https://github.com/sedwards2009/cura-god-mode-plugin 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 Architecture: all
Depends: Depends:
cura-plugin-api-3, cura-plugin-api-3,
@ -50,7 +54,8 @@ Depends:
Description: Cura plugin - DBusInterface Description: Cura plugin - DBusInterface
For more info see: https://github.com/awhiemstra/cura-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 Architecture: all
Depends: Depends:
cura-plugin-api-2, cura-plugin-api-2,
@ -58,7 +63,8 @@ Depends:
Description: Cura plugin - Doodle3D Description: Cura plugin - Doodle3D
. .
Package: cura-extra-plugin-postprocessing Package: cura-plugin-postprocessing
Provides: cura-extra-plugin-postprocessing
Architecture: all Architecture: all
Depends: Depends:
cura-plugin-api-3, cura-plugin-api-3,
@ -66,7 +72,8 @@ Depends:
Description: Cura plugin - PostProcessing Description: Cura plugin - PostProcessing
For more info see: https://github.com/nallath/PostProcessingPlugin 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 Architecture: all
Depends: Depends:
cura-plugin-api-3, cura-plugin-api-3,
@ -75,7 +82,8 @@ Depends:
Description: Cura plugin - OctoPrint Description: Cura plugin - OctoPrint
For more info see: https://github.com/fieldOfView/OctoPrintPlugin 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 Architecture: all
Depends: Depends:
cura-plugin-api-3, cura-plugin-api-3,