Compare commits
6 Commits
ubuntu/ora
...
ubuntu/plu
Author | SHA1 | Date | |
---|---|---|---|
c7a5d201d2 | |||
0ecc6264c1 | |||
de4b6f21f6 | |||
62883003fa | |||
f07a3e619e | |||
517912ab7e |
19
debian/changelog
vendored
19
debian/changelog
vendored
@ -1,3 +1,22 @@
|
|||||||
|
lxqt-about (2.1.0-0ubuntu3) plucky; urgency=medium
|
||||||
|
|
||||||
|
* Update Standards-Version to 4.7.1, no changes needed.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 21 Feb 2025 16:41:21 -0600
|
||||||
|
|
||||||
|
lxqt-about (2.1.0-0ubuntu2) plucky; urgency=medium
|
||||||
|
|
||||||
|
* No-change rebuild for lxqt-build-tools C++17 -> C++20.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 03 Jan 2025 03:54:49 -0600
|
||||||
|
|
||||||
|
lxqt-about (2.1.0-0ubuntu1) plucky; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
- Bump build dependencies.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 15 Nov 2024 15:32:18 -0600
|
||||||
|
|
||||||
lxqt-about (2.0.0-0ubuntu1) oracular; urgency=medium
|
lxqt-about (2.0.0-0ubuntu1) oracular; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
19
debian/control
vendored
19
debian/control
vendored
@ -1,6 +1,6 @@
|
|||||||
Source: lxqt-about
|
Source: lxqt-about
|
||||||
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>
|
||||||
@ -8,23 +8,21 @@ Section: x11
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
libkf6windowsystem-dev,
|
libkf6windowsystem-dev,
|
||||||
liblxqt2-dev (>= 1.4.0),
|
liblxqt2-dev (>= 2.1.0),
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
qt6-svg-dev
|
qt6-svg-dev
|
||||||
Standards-Version: 4.7.0
|
Standards-Version: 4.7.1
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-about-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-about-packaging
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-about-packaging.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-about-packaging.git
|
||||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-about
|
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-about
|
||||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-about.git
|
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-about.git
|
||||||
Homepage: https://github.com/lxqt/lxqt-about
|
Homepage: https://github.com/lxqt/lxqt-about
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: lxqt-about
|
Package: lxqt-about
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
${shlibs:Depends}
|
Recommends: lxqt-about-l10n, lxqt-qtplugin
|
||||||
Recommends: lxqt-about-l10n,
|
|
||||||
lxqt-qtplugin
|
|
||||||
Description: About screen for LXQt
|
Description: About screen for LXQt
|
||||||
The about screen for LXQt
|
The about screen for LXQt
|
||||||
.
|
.
|
||||||
@ -34,8 +32,7 @@ Package: lxqt-about-l10n
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Section: localization
|
Section: localization
|
||||||
Depends: ${misc:Depends},
|
Depends: qt6-translations-l10n, ${misc:Depends}
|
||||||
qt6-translations-l10n
|
|
||||||
Description: Language package for lxqt-about
|
Description: Language package for lxqt-about
|
||||||
The about screen for LXQt
|
The about screen for LXQt
|
||||||
.
|
.
|
||||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -10,7 +10,7 @@ Copyright: 2012-2024 LXQt team
|
|||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2021-2024 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Copyright: 2021-2025 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-2021 Andrew Lee (李健秋) <ajqlee@debian.org>
|
2015-2021 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
|
3
debian/lxqt-about.lintian-overrides
vendored
Normal file
3
debian/lxqt-about.lintian-overrides
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# This is expected
|
||||||
|
lxqt-about: desktop-entry-lacks-keywords-entry [usr/share/applications/*.desktop]
|
||||||
|
lxqt-about: no-manual-page [usr/bin/*]
|
Loading…
x
Reference in New Issue
Block a user