Revert a sync from Debian.

This reverts commit 3f6e60c63fabf715e01e329904279a9cd195cdac.
This commit is contained in:
Aaron Rainbolt 2023-02-16 20:20:22 -06:00
parent 3f6e60c63f
commit 11a2e40441
5 changed files with 35 additions and 38 deletions

6
debian/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
/*.debhelper
/*.log
/*.substvars
/files
/lxqt-sudo/

30
debian/changelog vendored
View File

@ -1,17 +1,17 @@
lxqt-sudo (1.2.0-1) unstable; urgency=medium lxqt-sudo (1.2.0-1ubuntu1) lunar; urgency=medium
* Reverted a sync from Debian.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 16 Feb 2023 20:20:33 -0600
lxqt-sudo (1.2.0-0ubuntu1) lunar; urgency=medium
* New upstream release. * New upstream release.
* Sort Depends in d/control. * Fix the watch file, for real this time.
* Sort d/copyright. * Lubuntuify the package slightly, to make debhelper happy.
* Update d/watch for GitHub. * Bump build dependencies in debian/control.
-- ChangZhuo Chen (陳昌倬) <czchen@debian.org> Sat, 17 Dec 2022 23:58:51 +0800 -- Simon Quigley <tsimonq2@ubuntu.com> Fri, 18 Nov 2022 18:51:41 -0600
lxqt-sudo (1.1.0-2) unstable; urgency=medium
* Merge to unstable.
-- ChangZhuo Chen (陳昌倬) <czchen@debian.org> Sat, 19 Nov 2022 09:32:56 +0800
lxqt-sudo (1.1.0-1) experimental; urgency=medium lxqt-sudo (1.1.0-1) experimental; urgency=medium
@ -26,14 +26,6 @@ lxqt-sudo (1.1.0-1) experimental; urgency=medium
-- Aaron Rainbolt <arraybolt3@gmail.com> Wed, 13 Jul 2022 19:57:33 -0500 -- Aaron Rainbolt <arraybolt3@gmail.com> Wed, 13 Jul 2022 19:57:33 -0500
lxqt-sudo (1.0.0-1) unstable; urgency=medium
* New upstream release
* Bumped Standards-Version to 4.6.0, no changes needed
* Update debian/copyright
-- S. 7 <severusseptimius7@gmail.com> Thu, 25 Nov 2021 18:19:55 +0200
lxqt-sudo (0.16.0-1) unstable; urgency=medium lxqt-sudo (0.16.0-1) unstable; urgency=medium
[ Alf Gaida ] [ Alf Gaida ]

20
debian/control vendored
View File

@ -1,5 +1,6 @@
Source: lxqt-sudo Source: lxqt-sudo
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org> Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
XSBC-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,22 +10,22 @@ 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.2.0),
libqt5svg5-dev, libqt5svg5-dev,
libqt5x11extras5-dev, libqt5x11extras5-dev,
libx11-dev libx11-dev
Standards-Version: 4.6.1 Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/cgit/pkg-team/lxqt-sudo Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-sudo-packaging
Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-sudo.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-Git: https://salsa.debian.org/lxqt-team/lxqt-sudo.git
Homepage: https://github.com/lxqt/lxqt-sudo Homepage: https://github.com/lxqt/lxqt-sudo
Rules-Requires-Root: no Rules-Requires-Root: no
Package: lxqt-sudo Package: lxqt-sudo
Architecture: any Architecture: any
Depends: ${misc:Depends}, Depends: ${misc:Depends}, ${shlibs:Depends}
${shlibs:Depends} Recommends: lxqt-qtplugin, lxqt-sudo-l10n
Recommends: lxqt-sudo-l10n,
lxqt-qtplugin
Description: Graphical Qt frontend for plain sudo Description: Graphical Qt frontend for plain sudo
lxqt-sudo is a graphical Qt frontend for plain sudo(8) (for requesting lxqt-sudo is a graphical Qt frontend for plain sudo(8) (for requesting
optional password in GUI fashion). When invoked it simply spawns child sudo optional password in GUI fashion). When invoked it simply spawns child sudo
@ -36,8 +37,7 @@ Package: lxqt-sudo-l10n
Architecture: all Architecture: all
Multi-Arch: foreign Multi-Arch: foreign
Section: localization Section: localization
Depends: ${misc:Depends}, Depends: qttranslations5-l10n, ${misc:Depends}
qttranslations5-l10n
Description: Language package for lxqt-sudo Description: Language package for lxqt-sudo
The l10n files for lxqt-sudo. The l10n files for lxqt-sudo.
. .

8
debian/copyright vendored
View File

@ -7,10 +7,10 @@ Copyright: 2015-2022 LXQt team
License: LGPL-2.1+ License: LGPL-2.1+
Files: debian/* Files: debian/*
Copyright: 2015-2019 Alf Gaida <agaida@siduction.org> Copyright: 2021-2022, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
2015 Andrew Lee (李健秋) <ajqlee@debian.org> 2015-2019, Alf Gaida <agaida@siduction.org>
2015-2022 ChangZhuo Chen (陳昌倬) <czchen@debian.org> 2015, Andrew Lee (李健秋) <ajqlee@debian.org>
2021-2022 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> 2015, ChangZhuo Chen (陳昌倬) <czchen@debian.org>
License: LGPL-2.1+ License: LGPL-2.1+
License: LGPL-2.1+ License: LGPL-2.1+

9
debian/watch vendored
View File

@ -1,6 +1,5 @@
version=4 version=4
opts="searchmode=plain, \
# See https://davesteele.github.io/development/2015/05/02/debian-watch-file-format-for-signed-github-source-tars/ for GitHub workaround for releases page. pgpsigurlmangle=s/$/.asc/, \
uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \
opts="downloadurlmangle=s/archive\/refs\/tags\/@ANY_VERSION@@ARCHIVE_EXT@/releases\/download\/$1\/@PACKAGE@-$1\.tar\.xz/,filenamemangle=s/@ANY_VERSION@@ARCHIVE_EXT@/@PACKAGE@-$1\.tar\.xz/,pgpsigurlmangle=s/$/.asc/" \ https://api.github.com/repos/lxqt/@PACKAGE@/releases https:\/\/github.com\/lxqt\/@PACKAGE@\/releases\/download\/@ANY_VERSION@\/@PACKAGE@-@ANY_VERSION@.tar.xz
https://github.com/lxqt/@PACKAGE@/tags .*/@ANY_VERSION@@ARCHIVE_EXT@