Compare commits
6 Commits
ubuntu/plu
...
ubuntu/res
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07dbec1d32 | ||
|
|
0b73925aa1 | ||
|
|
d5e4fa86ac | ||
|
|
cba719edca | ||
|
|
2a9248d6b1 | ||
|
|
d744dfd88b |
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
||||
obconf-qt (0.16.6-0ubuntu1) resolute; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
- Update build dependencies.
|
||||
* Update copyright file.
|
||||
* Update Standards-Version to 4.7.3, no changes needed.
|
||||
* Remove unnecessary Rules-Requires-Root.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 20 Feb 2026 11:53:39 -0500
|
||||
|
||||
obconf-qt (0.16.5-0ubuntu3) plucky; urgency=medium
|
||||
|
||||
* Update Standards-Version to 4.7.1, no changes needed.
|
||||
|
||||
5
debian/control
vendored
5
debian/control
vendored
@ -6,15 +6,14 @@ Section: utils
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
libkf6windowsystem-dev,
|
||||
lxqt-build-tools (>= 2.1.0),
|
||||
lxqt-build-tools (>= 2.3.0),
|
||||
openbox-dev
|
||||
Standards-Version: 4.7.1
|
||||
Standards-Version: 4.7.3
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/obconf-qt-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/obconf-qt-packaging.git
|
||||
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/obconf-qt
|
||||
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/obconf-qt.git
|
||||
Homepage: https://github.com/lxqt/obconf-qt
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: obconf-qt
|
||||
Architecture: any
|
||||
|
||||
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,7 +3,7 @@ Upstream-Name: obconf-qt
|
||||
Source: https://github.com/lxqt/obconf-qt
|
||||
|
||||
Files: *
|
||||
Copyright: 2012-2024 LXQt team
|
||||
Copyright: 2012-2025 LXQt team
|
||||
License: GPL-2.0
|
||||
|
||||
Files: src/appearance.cpp
|
||||
@ -34,6 +34,8 @@ Files: debian/*
|
||||
Copyright: 2013-2018 Alf Gaida <agaida@siduction.org>
|
||||
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
2023-2025 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
2025 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||
2026 Aaron Rainbolt <arraybolt3@ubuntu.com>
|
||||
License: GPL-2.0+
|
||||
|
||||
License: GPL-2.0
|
||||
|
||||
11
debian/watch
vendored
11
debian/watch
vendored
@ -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
|
||||
Version: 5
|
||||
Template: GitHub
|
||||
Owner: lxqt
|
||||
Project: @PACKAGE@
|
||||
Download-Url-Mangle: s%https://api.github.com/repos/([^/]+)/@PACKAGE@/git/refs/tags/@ANY_VERSION@%https://github.com/$1/@PACKAGE@/releases/download/$2/@PACKAGE@-$2.tar.xz%g
|
||||
Pgp-Mode: auto
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user