diff --git a/debian/changelog b/debian/changelog index df041ab7..e55fe70c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +system76-driver (20.04.98~~alpha) focal; urgency=low + + * Daily WIP for 20.04.98 + * Depend on virtual package for system76-power applet + + -- Jeremy Soller Wed, 16 Oct 2024 11:24:29 -0600 + system76-driver (20.04.97) focal; urgency=low * Add thelio-spark-r1 diff --git a/debian/control b/debian/control index b0898c92..f06538e2 100644 --- a/debian/control +++ b/debian/control @@ -39,6 +39,7 @@ Depends: ${python3:Depends}, ${misc:Depends}, system76-io-dkms, system76-oled [amd64], system76-power, + system76-power-applet-virtual [amd64], xbacklight, usbutils, Recommends: hidpi-daemon [amd64], diff --git a/system76driver/__init__.py b/system76driver/__init__.py index 311b44ff..23dfd35f 100644 --- a/system76driver/__init__.py +++ b/system76driver/__init__.py @@ -25,7 +25,7 @@ import logging -__version__ = '20.04.97' +__version__ = '20.04.98' datadir = path.join(path.dirname(path.abspath(__file__)), 'data') log = logging.getLogger(__name__)