Compare commits
11 Commits
backports/
...
ubuntu/plu
Author | SHA1 | Date | |
---|---|---|---|
75c07ccf67 | |||
a4edc56bd2 | |||
287906ab3d | |||
cac4867b46 | |||
c8b04d05e3 | |||
|
c0480a0807 | ||
|
3463cebeb3 | ||
|
57b9a9adcb | ||
|
4a6ed8419b | ||
|
08b4e84914 | ||
|
5f3e67e81b |
16
debian/changelog
vendored
16
debian/changelog
vendored
@ -1,8 +1,18 @@
|
|||||||
lxqt-admin (1.4.0-0ubuntu1~ppa1) mantic; urgency=medium
|
lxqt-admin (2.1.0-0ubuntu1) plucky; urgency=medium
|
||||||
|
|
||||||
* Backport to Mantic.
|
* New upstream release.
|
||||||
|
- Bump build dependencies.
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 16 Nov 2023 15:08:29 -0600
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 15 Nov 2024 15:32:22 -0600
|
||||||
|
|
||||||
|
lxqt-admin (2.0.0-0ubuntu1) oracular; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
* Bump Standards-Version to 4.7.0, no changes necessary.
|
||||||
|
* Adjust build dependencies.
|
||||||
|
* Update copyright file.
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 15 Aug 2024 16:37:50 -0500
|
||||||
|
|
||||||
lxqt-admin (1.4.0-0ubuntu1) noble; urgency=medium
|
lxqt-admin (1.4.0-0ubuntu1) noble; urgency=medium
|
||||||
|
|
||||||
|
21
debian/control
vendored
21
debian/control
vendored
@ -1,6 +1,6 @@
|
|||||||
Source: lxqt-admin
|
Source: lxqt-admin
|
||||||
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>,
|
||||||
@ -9,18 +9,17 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
|
|||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
libkf5windowsystem-dev,
|
libkf6windowsystem-dev,
|
||||||
liblxqt1-dev (>= 1.4.0),
|
liblxqt2-dev (>= 2.1.0),
|
||||||
libpolkit-qt5-1-dev,
|
libpolkit-qt6-1-dev,
|
||||||
libqt5svg5-dev,
|
|
||||||
libqt5x11extras5-dev,
|
|
||||||
libsystemd-dev,
|
libsystemd-dev,
|
||||||
libx11-dev
|
libx11-dev,
|
||||||
Standards-Version: 4.6.2
|
qt6-svg-dev (>= 6.6.0)
|
||||||
|
Standards-Version: 4.7.0
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-admin-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-admin-packaging
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-admin-packaging.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-admin-packaging.git
|
||||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-admin
|
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-admin
|
||||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-admin.git
|
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-admin.git
|
||||||
Homepage: https://github.com/lxqt/lxqt-admin
|
Homepage: https://github.com/lxqt/lxqt-admin
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
@ -39,7 +38,7 @@ Package: lxqt-admin-l10n
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Section: localization
|
Section: localization
|
||||||
Depends: qttranslations5-l10n, ${misc:Depends}
|
Depends: qt6-translations-l10n, ${misc:Depends}
|
||||||
Description: Language package for lxqt-admin
|
Description: Language package for lxqt-admin
|
||||||
The l10n files for lxqt-admin.
|
The l10n files for lxqt-admin.
|
||||||
.
|
.
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,12 +3,12 @@ Upstream-Name: lxqt-admin
|
|||||||
Source: https://github.com/lxqt/lxqt-admin
|
Source: https://github.com/lxqt/lxqt-admin
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2014-2023 LXQt team
|
Copyright: 2014-2024 LXQt team
|
||||||
2014-2016 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
2014-2016 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2021-2023 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Copyright: 2021-2024 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
2022 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
2022 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||||
2014-2019 Alf Gaida <agaida@siduction.org>
|
2014-2019 Alf Gaida <agaida@siduction.org>
|
||||||
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
|
6
debian/lxqt-admin.install
vendored
6
debian/lxqt-admin.install
vendored
@ -1,6 +1,6 @@
|
|||||||
usr/share/applications/lxqt-admin-user.desktop
|
|
||||||
usr/share/applications/lxqt-admin-time.desktop
|
|
||||||
usr/share/polkit-1/actions/org.lxqt.lxqt-admin-user.policy
|
|
||||||
usr/bin/lxqt-admin-time
|
usr/bin/lxqt-admin-time
|
||||||
usr/bin/lxqt-admin-user
|
usr/bin/lxqt-admin-user
|
||||||
usr/bin/lxqt-admin-user-helper
|
usr/bin/lxqt-admin-user-helper
|
||||||
|
usr/share/applications/lxqt-admin-time.desktop
|
||||||
|
usr/share/applications/lxqt-admin-user.desktop
|
||||||
|
usr/share/polkit-1/actions/org.lxqt.lxqt-admin-user.policy
|
||||||
|
4
debian/lxqt-admin.lintian-overrides
vendored
Normal file
4
debian/lxqt-admin.lintian-overrides
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# This is expected/okay
|
||||||
|
lxqt-admin: desktop-entry-lacks-keywords-entry [usr/share/applications/*.desktop]
|
||||||
|
lxqt-admin: desktop-entry-invalid-category LXQt [usr/share/applications/*.desktop]
|
||||||
|
lxqt-admin: no-manual-page [usr/bin/*]
|
Loading…
x
Reference in New Issue
Block a user