From 60d00722ccce057d8362e7d8f7420e548f19de8d Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Sun, 12 Feb 2023 10:48:20 -0600 Subject: [PATCH] Sync with archive. --- debian/.gitignore | 7 ------- debian/changelog | 9 ++++----- debian/control | 12 +++++------- debian/watch | 9 +++++---- 4 files changed, 14 insertions(+), 23 deletions(-) delete mode 100644 debian/.gitignore diff --git a/debian/.gitignore b/debian/.gitignore deleted file mode 100644 index f58cc5d..0000000 --- a/debian/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -/*.debhelper -/*.log -/*.substvars -/debhelper-build-stamp -/files - -/lxqt-about/ diff --git a/debian/changelog b/debian/changelog index f2d83b5..7594bd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,10 @@ -lxqt-about (1.2.0-0ubuntu1) lunar; urgency=medium +lxqt-about (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. + * Add Rules-Requires-Root: no. + * Update d/watch for GitHub. - -- Simon Quigley Thu, 17 Nov 2022 17:51:11 -0600 + -- ChangZhuo Chen (陳昌倬) Wed, 14 Dec 2022 22:29:15 +0800 lxqt-about (1.1.0-3) unstable; urgency=medium diff --git a/debian/control b/debian/control index 406ba42..41f9101 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,5 @@ Source: lxqt-about -Maintainer: Lubuntu Developers -XSBC-Original-Maintainer: LXQt Packaging Team +Maintainer: LXQt Packaging Team Uploaders: Alf Gaida , ChangZhuo Chen (陳昌倬) , Andrew Lee (李健秋) @@ -8,16 +7,15 @@ 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-about-packaging -Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-about-packaging.git -XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-about -XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-about.git +Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-about +Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-about.git Homepage: https://github.com/lxqt/lxqt-about +Rules-Requires-Root: no Package: lxqt-about Architecture: any diff --git a/debian/watch b/debian/watch index a544020..81e8bb7 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\/(.*)\.tar\.gz/releases\/download\/$1\/@PACKAGE@-$1\.tar\.xz/,filenamemangle=s/([\d\.]+)\.tar\.gz/@PACKAGE@-$1\.tar\.xz/,pgpsigurlmangle=s/$/.asc/" \ +https://github.com/lxqt/@PACKAGE@/tags .*/([\d\.]+)\.tar\.gz