Compare commits

...

3 Commits

Author SHA1 Message Date
1c535d4861 Make Lintian happy 2024-11-05 18:44:02 -06:00
6b63130197 Bump build dependencies. 2024-11-05 18:26:02 -06:00
697b925f5f New upstream release. 2024-11-05 18:24:19 -06:00
5 changed files with 29 additions and 12 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
lxqt-session (2.1.0-0ubuntu1) UNRELEASED; urgency=medium
* New upstream release.
- Bump build dependencies.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 05 Nov 2024 18:24:10 -0600
lxqt-session (2.0.0-0ubuntu1) oracular; urgency=medium lxqt-session (2.0.0-0ubuntu1) oracular; urgency=medium
* New upstream release. * New upstream release.

27
debian/control vendored
View File

@ -1,28 +1,28 @@
Source: lxqt-session Source: lxqt-session
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org> Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders: Alf Gaida <agaida@siduction.org>, Uploaders: Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>, ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
Andrew Lee (李健秋) <ajqlee@debian.org> Andrew Lee (李健秋) <ajqlee@debian.org>
Section: x11 Section: x11
Priority: optional Priority: optional
Build-Depends: debhelper-compat (= 13), Build-Depends: debhelper-compat (= 13),
layer-shell-qt, layer-shell-qt (>= 6.0.0),
libkf6windowsystem-dev, libkf6windowsystem-dev (>= 6.0.0),
liblayershellqtinterface-dev, liblayershellqtinterface-dev (>= 6.0.0),
liblxqt2-dev (>= 2.0.0), liblxqt2-dev (>= 2.1.0),
libproc2-dev, libproc2-dev,
libudev-dev [linux-any], libudev-dev [linux-any],
libx11-dev, libx11-dev,
qtxdg-tools (>= 4.0.0), qt6-svg-dev (>= 6.6.0),
xdg-user-dirs, qt6-wayland-dev (>= 6.6.0),
qt6-svg-dev, qtxdg-tools (>= 4.1.0),
qt6-wayland-dev xdg-user-dirs
Standards-Version: 4.7.0 Standards-Version: 4.7.0
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-session-packaging Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-session-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-session-packaging.git Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-session-packaging.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-session Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-session
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-session.git Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-session.git
Homepage: https://github.com/lxqt/lxqt-session Homepage: https://github.com/lxqt/lxqt-session
Rules-Requires-Root: no Rules-Requires-Root: no
@ -63,6 +63,9 @@ Multi-Arch: foreign
Section: localization Section: localization
Depends: qt6-translations-l10n, ${misc:Depends} Depends: qt6-translations-l10n, ${misc:Depends}
Description: Language package for lxqt-session Description: Language package for lxqt-session
The l10n files for lxqt-session. LXQt is an advanced, easy-to-use, and fast desktop environment based on
Qt technologies. It has been tailored for users who value simplicity,
speed, and an intuitive interface. Unlike most desktop environments,
LXQt also works fine with less powerful machines.
. .
This package contains the l10n files needed by lxqt-session. This package contains the l10n files needed by lxqt-session.

View File

@ -14,6 +14,7 @@ usr/share/applications/lxqt-shutdown.desktop
usr/share/applications/lxqt-suspend.desktop usr/share/applications/lxqt-suspend.desktop
usr/share/lxqt/lxqt.conf usr/share/lxqt/lxqt.conf
usr/share/lxqt/session.conf usr/share/lxqt/session.conf
usr/share/lxqt/waylandwindowmanagers.conf
usr/share/lxqt/windowmanagers.conf usr/share/lxqt/windowmanagers.conf
usr/share/man/man1/lxqt-config-session.1 usr/share/man/man1/lxqt-config-session.1
usr/share/man/man1/lxqt-leave.1 usr/share/man/man1/lxqt-leave.1

4
debian/lxqt-session.lintian-overrides vendored Normal file
View File

@ -0,0 +1,4 @@
# This is expected
lxqt-session: desktop-entry-lacks-keywords-entry [usr/share/*/*.desktop]
lxqt-session: desktop-entry-lacks-icon-entry [usr/share/*/*.desktop]
lxqt-session: desktop-entry-invalid-category LXQt [usr/share/*/*.desktop]

2
debian/source/lintian-overrides vendored Normal file
View File

@ -0,0 +1,2 @@
# We will not be forwarding this patch
lxqt-session source: patch-not-forwarded-upstream [debian/patches/gtk-3-configuration-copy.patch]