Compare commits
5 Commits
3b81db469e
...
52f2c256d8
Author | SHA1 | Date | |
---|---|---|---|
52f2c256d8 | |||
567676d1ea | |||
4bfec2a764 | |||
a7f841aea6 | |||
ac63e57394 |
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
lxqt-themes (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Fix the watch file, for real this time.
|
||||
* Lubuntuify the package slightly, to make debhelper happy.
|
||||
* Bump lxqt-build-tools build dep.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 16 Nov 2022 21:48:47 -0600
|
||||
|
||||
lxqt-themes (1.1.0-1) experimental; urgency=medium
|
||||
|
||||
[ Aaron Rainbolt ]
|
||||
|
11
debian/control
vendored
11
debian/control
vendored
@ -1,15 +1,18 @@
|
||||
Source: lxqt-themes
|
||||
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
||||
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
||||
Aaron Rainbolt <arraybolt3@gmail.com>
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Build-Depends: cmake, debhelper-compat (= 13), lxqt-build-tools (>= 0.11.0)
|
||||
Build-Depends: cmake, debhelper-compat (= 13), lxqt-build-tools (>= 0.12.0)
|
||||
Standards-Version: 4.6.1
|
||||
Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-themes
|
||||
Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-themes.git
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-themes-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-themes-packaging.git
|
||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-themes
|
||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-themes.git
|
||||
Homepage: https://github.com/lxqt/lxqt-themes
|
||||
Rules-Requires-Root: no
|
||||
|
||||
|
6
debian/watch
vendored
6
debian/watch
vendored
@ -1,3 +1,5 @@
|
||||
version=4
|
||||
opts="pgpsigurlmangle=s/$/.asc/" \
|
||||
https://github.com/lxqt/lxqt-themes/releases .*/lxqt-themes-([\d\.]+).tar.xz
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user