# plasma-version This package is an voluntarily empty package that serves as a base that all Plasma packages can depend on to ensure coordinated transitions between different Plasma versions. It will particularly benefit users of Debian testing that regularly goes through such transitions. It also makes it explicit which packages are not compatible with a new version anymore and need to be removed. To do so the plasma-version ships the following Provides: Provides: plasma-version-base-${major}.${minor} where ${major} and ${minor} are taken from the Debian source package version. Plasma packages wanting to use it are expected to use dh-sequence-plasma that will automatically inject the correct dependency on plasma-version-base-${major}.${minor} dependening on their source version.