Compare commits
1 Commits
091ea0f0dd
...
0f70e01076
Author | SHA1 | Date | |
---|---|---|---|
0f70e01076 |
30
debian/changelog
vendored
30
debian/changelog
vendored
@ -1,34 +1,8 @@
|
|||||||
lxqt-about (1.3.0-0ubuntu1~ppa1) jammy; urgency=medium
|
lxqt-about (1.2.0-0ubuntu1~ppa1) jammy; urgency=medium
|
||||||
|
|
||||||
* Backport to Jammy.
|
* Backport to Jammy.
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 13:01:38 -0500
|
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 17 Nov 2022 17:56:10 -0600
|
||||||
|
|
||||||
lxqt-about (1.3.0-0ubuntu1) mantic; urgency=medium
|
|
||||||
|
|
||||||
* New upstream release.
|
|
||||||
* Bump build dependencies.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 09:48:53 -0500
|
|
||||||
|
|
||||||
lxqt-about (1.2.0-1ubuntu2) lunar; urgency=medium
|
|
||||||
|
|
||||||
* Fixed a typo in the changelog.
|
|
||||||
* Added ChangZhuo Chen to the copyright file.
|
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 12 Feb 2023 20:28:40 -0600
|
|
||||||
|
|
||||||
lxqt-about (1.2.0-1ubuntu1) lunar; urgency=medium
|
|
||||||
|
|
||||||
[ ChangZhuo Chen ]
|
|
||||||
* Add Rules-Requires-Root: no.
|
|
||||||
|
|
||||||
[ Aaron Rainbolt ]
|
|
||||||
* Revert a sync from Debian.
|
|
||||||
* Bumped Standards-Version to 4.6.2, no changes necessary.
|
|
||||||
* Updated copyright file.
|
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 12 Feb 2023 10:48:46 -0600
|
|
||||||
|
|
||||||
lxqt-about (1.2.0-0ubuntu1) lunar; urgency=medium
|
lxqt-about (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||||
|
|
||||||
|
5
debian/control
vendored
5
debian/control
vendored
@ -8,17 +8,16 @@ Section: x11
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev,
|
||||||
liblxqt1-dev (>= 1.3.0),
|
liblxqt1-dev (>= 1.2.0),
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libx11-dev
|
libx11-dev
|
||||||
Standards-Version: 4.6.2
|
Standards-Version: 4.6.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
|
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-about
|
||||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-about.git
|
XS-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
|
|
||||||
|
|
||||||
Package: lxqt-about
|
Package: lxqt-about
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
10
debian/copyright
vendored
10
debian/copyright
vendored
@ -3,15 +3,13 @@ Upstream-Name: lxqt-about
|
|||||||
Source: https://github.com/lxqt/lxqt-about
|
Source: https://github.com/lxqt/lxqt-about
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2012-2022 LXQt team
|
Copyright: 2012-2022, LXQt team
|
||||||
2010-2012 Razor team
|
2010-2012, Razor team
|
||||||
2010-2014 Petr Vanek <petr@scribus.info>
|
2010-2014, Petr Vanek <petr@scribus.info>
|
||||||
Alexander Sokoloff <sokoloff.a@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-2022 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
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>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user