Compare commits

...

10 Commits

Author SHA1 Message Date
396c3d5170 Backport to Jammy. 2023-08-11 13:06:27 -05:00
d81b1c7857 Upload to Mantic. 2023-08-11 09:52:05 -05:00
b9fa753636 Install new lxqtdoas binary. 2023-08-11 09:44:59 -05:00
57bbb02b3c Bump build dependencies. 2023-08-10 16:43:37 -05:00
40fe6cb0c8 New upstream release. 2023-08-10 16:39:47 -05:00
Aaron Rainbolt
96907a596d Updated copyright file. 2023-02-16 23:00:21 -06:00
Aaron Rainbolt
16f77640b3 Removed override_dh_missing. 2023-02-16 20:23:24 -06:00
Aaron Rainbolt
225f120d7e Bumped Standards-Version. 2023-02-16 20:22:52 -06:00
Aaron Rainbolt
11a2e40441 Revert a sync from Debian.
This reverts commit 3f6e60c63fabf715e01e329904279a9cd195cdac.
2023-02-16 20:20:50 -06:00
Aaron Rainbolt
3f6e60c63f Sync with archive. 2023-02-16 20:20:01 -06:00
5 changed files with 32 additions and 9 deletions

23
debian/changelog vendored
View File

@ -1,3 +1,26 @@
lxqt-sudo (1.3.0-0ubuntu1~ppa1) jammy; urgency=medium
* Backport to Jammy.
-- 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 lxqt-sudo (1.2.0-0ubuntu1) lunar; urgency=medium
* New upstream release. * New upstream release.

4
debian/control vendored
View File

@ -10,11 +10,11 @@ Section: x11
Priority: optional Priority: optional
Build-Depends: debhelper-compat (= 13), Build-Depends: debhelper-compat (= 13),
libkf5windowsystem-dev, libkf5windowsystem-dev,
liblxqt1-dev (>= 1.2.0), liblxqt1-dev (>= 1.3.0),
libqt5svg5-dev, libqt5svg5-dev,
libqt5x11extras5-dev, libqt5x11extras5-dev,
libx11-dev libx11-dev
Standards-Version: 4.6.1 Standards-Version: 4.6.2
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-sudo-packaging Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-sudo-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-sudo-packaging.git Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-sudo-packaging.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/cgit/pkg-team/lxqt-sudo XS-Debian-Vcs-Browser: https://salsa.debian.org/cgit/pkg-team/lxqt-sudo

9
debian/copyright vendored
View File

@ -4,13 +4,14 @@ Source: https://github.com/lxqt/lxqt-sudo
Files: * Files: *
Copyright: 2015-2022 LXQt team Copyright: 2015-2022 LXQt team
2015-2018 Palo Kisa <palo.kisa@gmail.com>
License: LGPL-2.1+ License: LGPL-2.1+
Files: debian/* Files: debian/*
Copyright: 2021-2022, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> Copyright: 2021-2023 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
2015-2019, Alf Gaida <agaida@siduction.org> 2015-2019 Alf Gaida <agaida@siduction.org>
2015, Andrew Lee (李健秋) <ajqlee@debian.org> 2015 Andrew Lee (李健秋) <ajqlee@debian.org>
2015, ChangZhuo Chen (陳昌倬) <czchen@debian.org> 2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
License: LGPL-2.1+ License: LGPL-2.1+
License: LGPL-2.1+ License: LGPL-2.1+

View File

@ -1,6 +1,8 @@
usr/bin/lxdoas
usr/bin/lxqt-sudo usr/bin/lxqt-sudo
usr/bin/lxsu usr/bin/lxsu
usr/bin/lxsudo usr/bin/lxsudo
usr/share/man/man1/lxdoas.1
usr/share/man/man1/lxqt-sudo.1 usr/share/man/man1/lxqt-sudo.1
usr/share/man/man1/lxsu.1 usr/share/man/man1/lxsu.1
usr/share/man/man1/lxsudo.1 usr/share/man/man1/lxsudo.1

3
debian/rules vendored
View File

@ -7,9 +7,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%: %:
dh ${@} --buildsystem cmake dh ${@} --buildsystem cmake
override_dh_missing:
dh_missing --fail-missing
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- \ dh_auto_configure -- \
-DUPDATE_TRANSLATIONS=OFF \ -DUPDATE_TRANSLATIONS=OFF \