Compare commits

...

2 Commits

Author SHA1 Message Date
92db745a31 Revert "Change build dependency libprocps-dev -> libproc2-dev."
This reverts commit 8837be79378ddad18304e2235a57b3ba73539dc2.
2023-11-12 19:03:16 -06:00
ba81136b9d Explicitly depend on dbus-bin, since dbus-update-activation- environment is now directly called. 2023-11-12 19:01:31 -06:00
2 changed files with 5 additions and 2 deletions

2
debian/changelog vendored
View File

@ -4,6 +4,8 @@ lxqt-session (1.4.0-0ubuntu1) UNRELEASED; urgency=medium
* Bump build dependencies.
* Update copyright years.
* Wraaaaaaaaaaaaaaaaaaaaaaaaaaaap.
* Explicitly depend on dbus-bin, since dbus-update-activation-
environment is now directly called.
-- Simon Quigley <tsimonq2@ubuntu.com> Sun, 12 Nov 2023 18:57:57 -0600

5
debian/control vendored
View File

@ -9,7 +9,7 @@ Priority: optional
Build-Depends: debhelper-compat (= 13),
libkf5windowsystem-dev,
liblxqt1-dev (>= 1.4.0),
libproc2-dev,
libprocps-dev,
libqt5svg5-dev,
libqt5x11extras5-dev,
libudev-dev [linux-any],
@ -31,7 +31,8 @@ Depends: lxqt-qtplugin,
x11-xkb-utils,
${misc:Depends},
${shlibs:Depends}
Recommends: lxqt-config,
Recommends: dbus-bin,
lxqt-config,
lxqt-notificationd,
lxqt-policykit,
lxqt-powermanagement,