diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..9cb1bfd --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,6 @@ +/*.debhelper +/*.log +/*.substvars +/files + +/lxqt-sudo/ diff --git a/debian/changelog b/debian/changelog index 9b73aa7..f0b4c43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,17 +1,17 @@ -lxqt-sudo (1.2.0-1) unstable; urgency=medium +lxqt-sudo (1.2.0-1ubuntu1) lunar; urgency=medium - * New upstream release. - * Sort Depends in d/control. - * Sort d/copyright. - * Update d/watch for GitHub. + * Reverted a sync from Debian. - -- ChangZhuo Chen (陳昌倬) Sat, 17 Dec 2022 23:58:51 +0800 + -- Aaron Rainbolt Thu, 16 Feb 2023 20:20:33 -0600 -lxqt-sudo (1.1.0-2) unstable; urgency=medium +lxqt-sudo (1.2.0-0ubuntu1) lunar; urgency=medium - * Merge to unstable. + * New upstream release. + * Fix the watch file, for real this time. + * Lubuntuify the package slightly, to make debhelper happy. + * Bump build dependencies in debian/control. - -- ChangZhuo Chen (陳昌倬) Sat, 19 Nov 2022 09:32:56 +0800 + -- Simon Quigley Fri, 18 Nov 2022 18:51:41 -0600 lxqt-sudo (1.1.0-1) experimental; urgency=medium @@ -26,14 +26,6 @@ lxqt-sudo (1.1.0-1) experimental; urgency=medium -- Aaron Rainbolt 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 Thu, 25 Nov 2021 18:19:55 +0200 - lxqt-sudo (0.16.0-1) unstable; urgency=medium [ Alf Gaida ] diff --git a/debian/control b/debian/control index cc69022..22de4a1 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,6 @@ Source: lxqt-sudo -Maintainer: LXQt Packaging Team +Maintainer: Lubuntu Developers +XSBC-Original-Maintainer: LXQt Packaging Team Uploaders: Alf Gaida , ChangZhuo Chen (陳昌倬) , Andrew Lee (李健秋) , @@ -9,22 +10,22 @@ Section: x11 Priority: optional Build-Depends: debhelper-compat (= 13), libkf5windowsystem-dev, - liblxqt1-dev (>= 1.2.0~), + liblxqt1-dev (>= 1.2.0), libqt5svg5-dev, libqt5x11extras5-dev, libx11-dev Standards-Version: 4.6.1 -Vcs-Browser: https://salsa.debian.org/cgit/pkg-team/lxqt-sudo -Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-sudo.git +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 +XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-sudo.git Homepage: https://github.com/lxqt/lxqt-sudo Rules-Requires-Root: no Package: lxqt-sudo Architecture: any -Depends: ${misc:Depends}, - ${shlibs:Depends} -Recommends: lxqt-sudo-l10n, - lxqt-qtplugin +Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: lxqt-qtplugin, lxqt-sudo-l10n Description: Graphical Qt frontend for plain sudo 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 @@ -36,8 +37,7 @@ Package: lxqt-sudo-l10n Architecture: all Multi-Arch: foreign Section: localization -Depends: ${misc:Depends}, - qttranslations5-l10n +Depends: qttranslations5-l10n, ${misc:Depends} Description: Language package for lxqt-sudo The l10n files for lxqt-sudo. . diff --git a/debian/copyright b/debian/copyright index c568b55..1ba94f7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,10 +7,10 @@ Copyright: 2015-2022 LXQt team License: LGPL-2.1+ Files: debian/* -Copyright: 2015-2019 Alf Gaida - 2015 Andrew Lee (李健秋) - 2015-2022 ChangZhuo Chen (陳昌倬) - 2021-2022 Lubuntu Developers +Copyright: 2021-2022, Lubuntu Developers + 2015-2019, Alf Gaida + 2015, Andrew Lee (李健秋) + 2015, ChangZhuo Chen (陳昌倬) License: LGPL-2.1+ License: LGPL-2.1+ diff --git a/debian/watch b/debian/watch index b75fbc5..a544020 100644 --- a/debian/watch +++ b/debian/watch @@ -1,6 +1,5 @@ version=4 - -# See https://davesteele.github.io/development/2015/05/02/debian-watch-file-format-for-signed-github-source-tars/ for GitHub workaround for releases page. - -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://github.com/lxqt/@PACKAGE@/tags .*/@ANY_VERSION@@ARCHIVE_EXT@ +opts="searchmode=plain, \ +pgpsigurlmangle=s/$/.asc/, \ +uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \ + https://api.github.com/repos/lxqt/@PACKAGE@/releases https:\/\/github.com\/lxqt\/@PACKAGE@\/releases\/download\/@ANY_VERSION@\/@PACKAGE@-@ANY_VERSION@.tar.xz