Sync with archive.
This commit is contained in:
parent
a8007e497b
commit
dd71da277b
7
debian/.gitignore
vendored
7
debian/.gitignore
vendored
@ -1,7 +0,0 @@
|
|||||||
/*.debhelper
|
|
||||||
/*.log
|
|
||||||
/*.substvars
|
|
||||||
/debhelper-build-stamp
|
|
||||||
/files
|
|
||||||
|
|
||||||
/tmp
|
|
60
debian/changelog
vendored
60
debian/changelog
vendored
@ -1,28 +1,48 @@
|
|||||||
qtxdg-tools (3.10.0-0ubuntu2) lunar; urgency=medium
|
qtxdg-tools (3.10.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Updated copyright file.
|
[ Palo Kisa ]
|
||||||
* Drop unnecessary debian/docs file.
|
* New upstream release
|
||||||
* Overrode a missing manpage Lintian gripe.
|
* debian/watch: Fix github uscan processing
|
||||||
* Added 'Rules-Requires-Root: no' to debian/control.
|
* debian: Add gbp config
|
||||||
* Removed obsolete "-Wl,--as-needed" linker flag.
|
|
||||||
* Moved the package to the "admin" section since it doesn't really fit
|
|
||||||
in "libs".
|
|
||||||
* Fixed a typo in debian/control.
|
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 29 Nov 2022 14:32:00 -0600
|
[ ChangZhuo Chen (陳昌倬) ]
|
||||||
|
* Add ChangZhuo Chen as Uploaders.
|
||||||
|
* Add Repository-Browse in d/upstream/mateadata.
|
||||||
|
* Update Build-Depends.
|
||||||
|
* Refactor d/copyright.
|
||||||
|
|
||||||
qtxdg-tools (3.10.0-0ubuntu1) lunar; urgency=medium
|
-- ChangZhuo Chen (陳昌倬) <czchen@debian.org> Thu, 08 Dec 2022 01:09:08 +0800
|
||||||
|
|
||||||
* New upstream release.
|
qtxdg-tools (3.9.1-3) unstable; urgency=medium
|
||||||
* Fix the watch file, for real this time.
|
|
||||||
* Lubuntuify the package slightly, to make debhelper happy.
|
|
||||||
* Bump build dependencies to the latest upstream LXQt versions.
|
|
||||||
* Fix typo in the upstream metadata.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 16 Nov 2022 19:05:55 -0600
|
[ Aaron Rainbolt ]
|
||||||
|
* debian/watch: Overhaul watch file to make it compatible with GitHub
|
||||||
|
again.
|
||||||
|
* debian/control: Added 'Rules-Requires-Root: no' to silence a Lintian
|
||||||
|
gripe.
|
||||||
|
* debian/copyright: Added Aaron Rainbolt.
|
||||||
|
* debian/control: Fixed Vcs-Browser and Vcs-Git fields to point to
|
||||||
|
Debian Salsa rather than Lubuntu GitHub.
|
||||||
|
[ Andrew Lee (李健秋) ]
|
||||||
|
* debian/salsa-ci.yml: disable build in experimental to make piuparts
|
||||||
|
happy.
|
||||||
|
|
||||||
qtxdg-tools (3.9.1-0ubuntu1) kinetic; urgency=medium
|
-- Andrew Lee (李健秋) <ajqlee@debian.org> Fri, 11 Nov 2022 13:03:57 +0800
|
||||||
|
|
||||||
* Initial release.
|
qtxdg-tools (3.9.1-2) unstable; urgency=medium
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 31 May 2022 18:45:28 -0500
|
* Added debian/salsa-ci.yml file.
|
||||||
|
* debian/watch: fix uscan error.
|
||||||
|
* debian/rules: Remove unnecessary -Wl,--as-needed.
|
||||||
|
* debian/rules: Drop --fail-missing argument to dh_missing which is now
|
||||||
|
default in debhelper 13.
|
||||||
|
* Added myself as uploader.
|
||||||
|
* debian/lintian-overrides: no-manual-page for qtxdg-mat.
|
||||||
|
|
||||||
|
-- Andrew Lee (李健秋) <ajqlee@debian.org> Thu, 27 Oct 2022 12:11:24 +0800
|
||||||
|
|
||||||
|
qtxdg-tools (3.9.1-1) experimental; urgency=medium
|
||||||
|
|
||||||
|
* Initial release (Closes: #1014257).
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@debian.org> Sat, 02 Jul 2022 20:54:54 -0500
|
||||||
|
18
debian/control
vendored
18
debian/control
vendored
@ -1,15 +1,17 @@
|
|||||||
Source: qtxdg-tools
|
Source: qtxdg-tools
|
||||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||||
Uploaders: Simon Quigley <tsimonq2@lubuntu.me>
|
Uploaders: Simon Quigley <tsimonq2@debian.org>,
|
||||||
Section: admin
|
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
||||||
|
ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||||
|
Section: libs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
libqt5xdg-dev (>= 3.10.0),
|
libqt5xdg-dev (>= 3.10.0~),
|
||||||
libqt5xdgiconloader-dev (>= 3.10.0),
|
libqt5xdgiconloader-dev (>= 3.10.0~),
|
||||||
lxqt-build-tools (>= 0.12.0)
|
lxqt-build-tools (>= 0.12.0~)
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.1
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/qtxdg-tools-packaging
|
Vcs-Browser: https://salsa.debian.org/lxqt-team/qtxdg-tools
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/qtxdg-tools-packaging.git
|
Vcs-Git: https://salsa.debian.org/lxqt-team/qtxdg-tools.git
|
||||||
Homepage: https://github.com/lxqt/qtxdg-tools
|
Homepage: https://github.com/lxqt/qtxdg-tools
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
|
6
debian/copyright
vendored
6
debian/copyright
vendored
@ -3,12 +3,14 @@ Upstream-Name: qtxdg-tools
|
|||||||
Source: https://github.com/lxqt/qtxdg-tools
|
Source: https://github.com/lxqt/qtxdg-tools
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2018-2021 Luís Pereira <luis.artur.pereira@gmail.com>
|
Copyright: 2019-2021 Luís Pereira <luis.artur.pereira@gmail.com>
|
||||||
2020-2022 LXQt team
|
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2022 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Copyright: 2022 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
|
2022 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
|
2022 Aaron Rainbolt <arraybolt3@ubuntu.com>
|
||||||
|
2022 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
1
debian/docs
vendored
Normal file
1
debian/docs
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
CHANGELOG
|
5
debian/gbp.conf
vendored
Normal file
5
debian/gbp.conf
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
debian-branch = debian/sid
|
||||||
|
upstream-branch = upstream/latest
|
||||||
|
pristine-tar = True
|
||||||
|
compression = xz
|
2
debian/lintian-overrides
vendored
2
debian/lintian-overrides
vendored
@ -1,2 +1,2 @@
|
|||||||
# there will be no manual page in the foreseeable future
|
# currently no manpage for qtxdg-mat
|
||||||
qtxdg-tools: no-manual-page [usr/bin/qtxdg-mat]
|
qtxdg-tools: no-manual-page [usr/bin/qtxdg-mat]
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -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 \
|
||||||
|
14
debian/salsa-ci.yml
vendored
Normal file
14
debian/salsa-ci.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# For more information on what jobs are run see:
|
||||||
|
# https://salsa.debian.org/salsa-ci-team/pipeline
|
||||||
|
#
|
||||||
|
# To enable the jobs, go to your repository (at salsa.debian.org)
|
||||||
|
# and click over Settings > CI/CD > Expand (in General pipelines).
|
||||||
|
# In "Custom CI config path" write debian/salsa-ci.yml and click
|
||||||
|
# in "Save Changes". The CI tests will run after the next commit.
|
||||||
|
---
|
||||||
|
include:
|
||||||
|
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
|
||||||
|
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
|
||||||
|
|
||||||
|
#variables:
|
||||||
|
# RELEASE: 'experimental'
|
6
debian/watch
vendored
6
debian/watch
vendored
@ -1,5 +1,3 @@
|
|||||||
version=4
|
version=4
|
||||||
opts="searchmode=plain, \
|
opts="downloadurlmangle=s%/tag/([^/]+)$%/download/$1/@PACKAGE@-$1.tar.xz%, filenamemangle=s%^.*/([^/]+)$%@PACKAGE@-$1.tar.xz%, pgpsigurlmangle=s/$/.asc/" \
|
||||||
pgpsigurlmangle=s/$/.asc/, \
|
https://github.com/lxqt/@PACKAGE@/tags /lxqt/@PACKAGE@/releases/tag/([^/]+)$
|
||||||
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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user