[neon/kde/powerdevil/Neon/release] debian: allow tlp to replace power-profiles-daemon but ensures that some type of cpu freq controller is used

Carlos De Maine null at kde.org
Thu Mar 21 11:26:49 GMT 2024


Git commit 0040dddd495fd0b93e5a7f1098637789a661c7ef by Carlos De Maine.
Committed on 21/03/2024 at 11:26.
Pushed by carlosdem into branch 'Neon/release'.

allow tlp to replace power-profiles-daemon but ensures that some type of cpu freq controller is used

M  +3    -1    debian/control

https://invent.kde.org/neon/kde/powerdevil/-/commit/0040dddd495fd0b93e5a7f1098637789a661c7ef

diff --git a/debian/control b/debian/control
index 96f3116..fc59705 100644
--- a/debian/control
+++ b/debian/control
@@ -94,7 +94,9 @@ Description: Global power saver settings.
 
 Package: powerdevil-data
 Architecture: all
-Depends: power-profiles-daemon, ${misc:Depends}, ${shlibs:Depends}
+Depends: power-profiles-daemon | tlp,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Global power saver settings data files.
  Power Devil allows you to define your all power settings.
 


More information about the Neon-commits mailing list