Compare commits

...

8 Commits

5 changed files with 86 additions and 63 deletions

20
debian/changelog vendored
View File

@ -1,3 +1,23 @@
obconf-qt (0.16.5-0ubuntu3) plucky; urgency=medium
* Update Standards-Version to 4.7.1, no changes needed.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 21 Feb 2025 17:05:57 -0600
obconf-qt (0.16.5-0ubuntu2) plucky; urgency=medium
* No-change rebuild for lxqt-build-tools C++17 -> C++20.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 03 Jan 2025 04:00:12 -0600
obconf-qt (0.16.5-0ubuntu1) plucky; urgency=medium
* New upstream release.
- Bump build dependencies.
* Update VCS fields.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 15 Nov 2024 15:33:25 -0600
obconf-qt (0.16.4-0ubuntu6) noble; urgency=high obconf-qt (0.16.4-0ubuntu6) noble; urgency=high
* No change rebuild against libqt5core5t64, libqt5gui5t64, * No change rebuild against libqt5core5t64, libqt5gui5t64,

22
debian/control vendored
View File

@ -1,20 +1,18 @@
Source: obconf-qt Source: obconf-qt
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org> Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders: Simon Quigley <tsimonq2@ubuntu.com> Uploaders: Simon Quigley <tsimonq2@ubuntu.com>
Section: utils Section: utils
Priority: optional Priority: optional
Build-Depends: debhelper-compat (= 13), Build-Depends: debhelper-compat (= 13),
libkf5windowsystem-dev, libkf6windowsystem-dev,
libqt5svg5-dev, lxqt-build-tools (>= 2.1.0),
libqt5x11extras5-dev,
lxqt-build-tools (>= 0.13.0),
openbox-dev openbox-dev
Standards-Version: 4.6.2 Standards-Version: 4.7.1
Vcs-Browser: https://phab.lubuntu.me/source/obconf-qt/ Vcs-Browser: https://git.lubuntu.me/Lubuntu/obconf-qt-packaging
Vcs-Git: https://phab.lubuntu.me/source/obconf-qt.git Vcs-Git: https://git.lubuntu.me/Lubuntu/obconf-qt-packaging.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/obconf-qt Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/obconf-qt
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/obconf-qt.git Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/obconf-qt.git
Homepage: https://github.com/lxqt/obconf-qt Homepage: https://github.com/lxqt/obconf-qt
Rules-Requires-Root: no Rules-Requires-Root: no
@ -31,6 +29,8 @@ Package: obconf-qt-l10n
Architecture: all Architecture: all
Multi-Arch: foreign Multi-Arch: foreign
Section: localization Section: localization
Depends: qttranslations5-l10n, ${misc:Depends} Depends: qt6-translations-l10n, ${misc:Depends}
Description: Language package for obconf-qt Description: Language package for obconf-qt
obconf-qt is an utility to configure openbox with a Qt interface.
.
This package contains the l10n files needed by the obconf-qt. This package contains the l10n files needed by the obconf-qt.

2
debian/copyright vendored
View File

@ -33,7 +33,7 @@ License: GPL-2.0+
Files: debian/* Files: debian/*
Copyright: 2013-2018 Alf Gaida <agaida@siduction.org> Copyright: 2013-2018 Alf Gaida <agaida@siduction.org>
2015 Andrew Lee (李健秋) <ajqlee@debian.org> 2015 Andrew Lee (李健秋) <ajqlee@debian.org>
2023-2024 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> 2023-2025 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
License: GPL-2.0+ License: GPL-2.0+
License: GPL-2.0 License: GPL-2.0

3
debian/obconf-qt.lintian-overrides vendored Normal file
View File

@ -0,0 +1,3 @@
# This is expected
obconf-qt: desktop-entry-lacks-keywords-entry [usr/share/applications/*.desktop]
obconf-qt: no-manual-page [usr/bin/*]