Compare commits
10 Commits
26d7d8c9fb
...
396c3d5170
Author | SHA1 | Date | |
---|---|---|---|
396c3d5170 | |||
d81b1c7857 | |||
b9fa753636 | |||
57bbb02b3c | |||
40fe6cb0c8 | |||
|
96907a596d | ||
|
16f77640b3 | ||
|
225f120d7e | ||
|
11a2e40441 | ||
|
3f6e60c63f |
21
debian/changelog
vendored
21
debian/changelog
vendored
@ -1,8 +1,25 @@
|
||||
lxqt-sudo (1.2.0-0ubuntu1~ppa1) jammy; urgency=medium
|
||||
lxqt-sudo (1.3.0-0ubuntu1~ppa1) jammy; urgency=medium
|
||||
|
||||
* Backport to Jammy.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 18 Nov 2022 18:52:48 -0600
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 13:03:21 -0500
|
||||
|
||||
lxqt-sudo (1.3.0-0ubuntu1) mantic; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Bump build dependencies.
|
||||
* Install new lxqtdoas binary.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 09:51:31 -0500
|
||||
|
||||
lxqt-sudo (1.2.0-1ubuntu1) lunar; urgency=medium
|
||||
|
||||
* Reverted a sync from Debian.
|
||||
* Bumped Standards-Version to 4.6.2, no changes necessary.
|
||||
* Removed obsolete 'override_dh_missing' section from debian/rules.
|
||||
* Updated copyright file.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 16 Feb 2023 20:20:33 -0600
|
||||
|
||||
lxqt-sudo (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -10,11 +10,11 @@ Section: x11
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
libkf5windowsystem-dev,
|
||||
liblxqt1-dev (>= 1.2.0),
|
||||
liblxqt1-dev (>= 1.3.0),
|
||||
libqt5svg5-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libx11-dev
|
||||
Standards-Version: 4.6.1
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-sudo-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-sudo-packaging.git
|
||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/cgit/pkg-team/lxqt-sudo
|
||||
|
9
debian/copyright
vendored
9
debian/copyright
vendored
@ -4,13 +4,14 @@ Source: https://github.com/lxqt/lxqt-sudo
|
||||
|
||||
Files: *
|
||||
Copyright: 2015-2022 LXQt team
|
||||
2015-2018 Palo Kisa <palo.kisa@gmail.com>
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2021-2022, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
2015-2019, Alf Gaida <agaida@siduction.org>
|
||||
2015, Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
2015, ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||
Copyright: 2021-2023 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
2015-2019 Alf Gaida <agaida@siduction.org>
|
||||
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||
License: LGPL-2.1+
|
||||
|
||||
License: LGPL-2.1+
|
||||
|
2
debian/lxqt-sudo.install
vendored
2
debian/lxqt-sudo.install
vendored
@ -1,6 +1,8 @@
|
||||
usr/bin/lxdoas
|
||||
usr/bin/lxqt-sudo
|
||||
usr/bin/lxsu
|
||||
usr/bin/lxsudo
|
||||
usr/share/man/man1/lxdoas.1
|
||||
usr/share/man/man1/lxqt-sudo.1
|
||||
usr/share/man/man1/lxsu.1
|
||||
usr/share/man/man1/lxsudo.1
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -7,9 +7,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
%:
|
||||
dh ${@} --buildsystem cmake
|
||||
|
||||
override_dh_missing:
|
||||
dh_missing --fail-missing
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
-DUPDATE_TRANSLATIONS=OFF \
|
||||
|
Loading…
x
Reference in New Issue
Block a user