parent
a8007e497b
commit
dd71da277b
@ -1,7 +0,0 @@
|
||||
/*.debhelper
|
||||
/*.log
|
||||
/*.substvars
|
||||
/debhelper-build-stamp
|
||||
/files
|
||||
|
||||
/tmp
|
@ -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.
|
||||
* Drop unnecessary debian/docs file.
|
||||
* Overrode a missing manpage Lintian gripe.
|
||||
* Added 'Rules-Requires-Root: no' to debian/control.
|
||||
* 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.
|
||||
[ Palo Kisa ]
|
||||
* New upstream release
|
||||
* debian/watch: Fix github uscan processing
|
||||
* debian: Add gbp config
|
||||
|
||||
-- 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.
|
||||
* 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.
|
||||
qtxdg-tools (3.9.1-3) unstable; urgency=medium
|
||||
|
||||
-- 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
|
||||
|
@ -0,0 +1 @@
|
||||
CHANGELOG
|
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
debian-branch = debian/sid
|
||||
upstream-branch = upstream/latest
|
||||
pristine-tar = True
|
||||
compression = xz
|
@ -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]
|
||||
|
@ -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'
|
@ -1,5 +1,3 @@
|
||||
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
|
||||
opts="downloadurlmangle=s%/tag/([^/]+)$%/download/$1/@PACKAGE@-$1.tar.xz%, filenamemangle=s%^.*/([^/]+)$%@PACKAGE@-$1.tar.xz%, pgpsigurlmangle=s/$/.asc/" \
|
||||
https://github.com/lxqt/@PACKAGE@/tags /lxqt/@PACKAGE@/releases/tag/([^/]+)$
|
||||
|
Loading…
Reference in new issue