diff --git a/debian/.gitignore b/debian/.gitignore deleted file mode 100644 index 9cb1bfd..0000000 --- a/debian/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/*.debhelper -/*.log -/*.substvars -/files - -/lxqt-sudo/ diff --git a/debian/changelog b/debian/changelog index 6203959..9b73aa7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,17 @@ -lxqt-sudo (1.2.0-0ubuntu1) lunar; urgency=medium +lxqt-sudo (1.2.0-1) unstable; urgency=medium * 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. + * Sort Depends in d/control. + * Sort d/copyright. + * Update d/watch for GitHub. - -- Simon Quigley Fri, 18 Nov 2022 18:51:41 -0600 + -- ChangZhuo Chen (陳昌倬) Sat, 17 Dec 2022 23:58:51 +0800 + +lxqt-sudo (1.1.0-2) unstable; urgency=medium + + * Merge to unstable. + + -- ChangZhuo Chen (陳昌倬) Sat, 19 Nov 2022 09:32:56 +0800 lxqt-sudo (1.1.0-1) experimental; urgency=medium @@ -20,6 +26,14 @@ 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 22de4a1..cc69022 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,5 @@ Source: lxqt-sudo -Maintainer: Lubuntu Developers -XSBC-Original-Maintainer: LXQt Packaging Team +Maintainer: LXQt Packaging Team Uploaders: Alf Gaida , ChangZhuo Chen (陳昌倬) , Andrew Lee (李健秋) , @@ -10,22 +9,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://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 +Vcs-Browser: https://salsa.debian.org/cgit/pkg-team/lxqt-sudo +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-qtplugin, lxqt-sudo-l10n +Depends: ${misc:Depends}, + ${shlibs:Depends} +Recommends: lxqt-sudo-l10n, + lxqt-qtplugin 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 @@ -37,7 +36,8 @@ Package: lxqt-sudo-l10n Architecture: all Multi-Arch: foreign Section: localization -Depends: qttranslations5-l10n, ${misc:Depends} +Depends: ${misc:Depends}, + qttranslations5-l10n Description: Language package for lxqt-sudo The l10n files for lxqt-sudo. . diff --git a/debian/copyright b/debian/copyright index 1ba94f7..c568b55 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,10 +7,10 @@ Copyright: 2015-2022 LXQt team License: LGPL-2.1+ Files: debian/* -Copyright: 2021-2022, Lubuntu Developers - 2015-2019, Alf Gaida - 2015, Andrew Lee (李健秋) - 2015, ChangZhuo Chen (陳昌倬) +Copyright: 2015-2019 Alf Gaida + 2015 Andrew Lee (李健秋) + 2015-2022 ChangZhuo Chen (陳昌倬) + 2021-2022 Lubuntu Developers License: LGPL-2.1+ License: LGPL-2.1+ diff --git a/debian/watch b/debian/watch index a544020..b75fbc5 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,6 @@ version=4 -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 + +# 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@