Merge PR #8: Add missing "Replaces" tag tp packages
commit
231f7695f2
|
|
@ -16,6 +16,7 @@ Architecture: any
|
|||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Conflicts: nymea-plugin-genericthings
|
||||
Replaces: nymea-plugin-genericthings
|
||||
Description: nymea integration plugin for generic buttons
|
||||
This package contains the nymea integration plugin for buttons buttons
|
||||
and switches. This can be used represent buttons (like remote controls)
|
||||
|
|
@ -32,6 +33,7 @@ Section: libs
|
|||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Conflicts: nymea-plugin-genericthings
|
||||
Replaces: nymea-plugin-genericthings
|
||||
Description: nymea integration plugin for generic cars
|
||||
This package contains the nymea integration plugin for generic cars.
|
||||
|
||||
|
|
@ -42,6 +44,7 @@ Section: libs
|
|||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Conflicts: nymea-plugin-genericthings
|
||||
Replaces: nymea-plugin-genericthings
|
||||
Description: nymea integration plugin for generic energy related thins
|
||||
This package contains the nymea integeration plugin for generic energy
|
||||
related devices. They can be used to represent such energy related devices
|
||||
|
|
@ -55,6 +58,7 @@ Section: libs
|
|||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Conflicts: nymea-plugin-genericthings
|
||||
Replaces: nymea-plugin-genericthings
|
||||
Description: nymea integration plugin for generic garages
|
||||
This package contains the nymea integration plugin for generic garages.
|
||||
They can be used to connect represent various garages in nymea when
|
||||
|
|
@ -67,6 +71,7 @@ Architecture: any
|
|||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Conflicts: nymea-plugin-genericthings
|
||||
Replaces: nymea-plugin-genericthings
|
||||
Description: nymea integration plugin for geeric heating and cooling devices
|
||||
This package contains the nymea integration plugin for generic heating and
|
||||
cooling devices. They can be used to represent such devices in nymea when
|
||||
|
|
@ -79,6 +84,7 @@ Architecture: any
|
|||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Conflicts: nymea-plugin-genericthings
|
||||
Replaces: nymea-plugin-genericthings
|
||||
Description: nymea integration plugin for generic irrigation systems
|
||||
This package contains the nymea integration plugin for generic irrigation
|
||||
systems. They can be used to represent such devices in nymea when a particular
|
||||
|
|
@ -91,6 +97,7 @@ Architecture: any
|
|||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Conflicts: nymea-plugin-genericthings
|
||||
Replaces: nymea-plugin-genericthings
|
||||
Description: nymea integration plugin for generic lights
|
||||
This package contains the nymea integration plugin for generic lights.
|
||||
They can be used to represent lights in nymea which are controlled via
|
||||
|
|
@ -103,6 +110,7 @@ Architecture: any
|
|||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Conflicts: nymea-plugin-genericthings
|
||||
Replaces: nymea-plugin-genericthings
|
||||
Description: nymea integration plugin for generic sensors
|
||||
This package contains the nymea integration plugin for generic sensors.
|
||||
They can be used to represent such sensors in nymea when a particular
|
||||
|
|
@ -115,6 +123,7 @@ Architecture: any
|
|||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Conflicts: nymea-plugin-genericthings
|
||||
Replaces: nymea-plugin-genericthings
|
||||
Description: nymea integration plugin for generic shading devices
|
||||
This package contains the nymea integration plugin for generic shading devices.
|
||||
They can be used to represent such devices in nymea when a particular device
|
||||
|
|
@ -127,6 +136,7 @@ Architecture: any
|
|||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Conflicts: nymea-plugin-genericthings
|
||||
Replaces: nymea-plugin-genericthings
|
||||
Description: nymea integration plugin for a generic thing
|
||||
This package contains the nymea integration plugin for all generic thing.
|
||||
This can be used to represent various data for devices or services that
|
||||
|
|
@ -147,8 +157,8 @@ Depends: ${shlibs:Depends},
|
|||
nymea-plugin-generic-sensors,
|
||||
nymea-plugin-generic-shading,
|
||||
nymea-plugin-generic-thing,
|
||||
Replaces: nymea-plugin-genericthings
|
||||
Conflicts: nymea-plugin-genericthings
|
||||
Replaces: nymea-plugin-genericthings
|
||||
Description: meta package for nymeas generic things plugins
|
||||
This package will install all generic things plugins
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue