Compare commits

..

14 Commits

5 changed files with 169 additions and 67 deletions

66
debian/changelog vendored
View File

@ -1,3 +1,69 @@
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
* No change rebuild against libqt5core5t64, libqt5gui5t64,
libqt5widgets5t64.
-- Julian Andres Klode <juliank@ubuntu.com> Mon, 08 Apr 2024 16:46:32 +0200
obconf-qt (0.16.4-0ubuntu5) noble; urgency=medium
* No-change rebuild for CVE-2024-3094
-- Steve Langasek <steve.langasek@ubuntu.com> Sun, 31 Mar 2024 09:22:03 +0000
obconf-qt (0.16.4-0ubuntu4) noble; urgency=medium
* No-change rebuild against libqt5core5t64
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 15 Mar 2024 06:05:14 +0000
obconf-qt (0.16.4-0ubuntu3) noble; urgency=medium
* No-change rebuild against libglib2.0-0t64
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 11 Mar 2024 23:19:11 +0000
obconf-qt (0.16.4-0ubuntu2) noble; urgency=medium
* No-change rebuild against libglib2.0-0t64
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 08 Mar 2024 06:23:29 +0000
obconf-qt (0.16.4-0ubuntu1) noble; urgency=medium
* New upstream release.
* Updated copyright file.
* Bumped build dependency versions.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 18 Jan 2024 16:41:20 +0000
obconf-qt (0.16.3-0ubuntu1) noble; urgency=medium
* New upstream release.
* Overhauled copyright file.
-- Aaron Rainbolt <arraybolt3@gmail.com> Wed, 08 Nov 2023 17:35:38 -0600
obconf-qt (0.16.2-2ubuntu2) lunar; urgency=medium obconf-qt (0.16.2-2ubuntu2) lunar; urgency=medium
* Revert sync from Debian. * Revert sync from Debian.

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.11.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.

43
debian/copyright vendored
View File

@ -3,19 +3,52 @@ Upstream-Name: obconf-qt
Source: https://github.com/lxqt/obconf-qt Source: https://github.com/lxqt/obconf-qt
Files: * Files: *
Copyright: 2012-2022 LXQt team Copyright: 2012-2024 LXQt team
2013 Hong Jen Yee (PCMan) <pcman.tw@gmail.com> License: GPL-2.0
2003-2008 Dana Jansens
Files: src/appearance.cpp
src/desktops.cpp
src/dock.cpp
src/fontbutton.cpp
src/fontbutton.h
src/maindialog.cpp
src/maindialog.h
src/margins.cpp
src/mouse.cpp
src/moveresize.cpp
src/obconf-qt.cpp
src/obconf-qt.h
src/preview.c
src/preview.h
src/theme.cpp
src/tree.cpp
src/tree.h
src/windows.cpp
Copyright: 2003 Tim Riley
2007 Javeed Shaikh 2007 Javeed Shaikh
2003 Tim Riley 2003-2008 Dana Jansens
2013 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
License: GPL-2.0+ 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 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
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
On Debian systems, the complete text of the GNU General Public License
version 2 can be found in "/usr/share/common-licenses/GPL-2".
License: GPL-2.0+ License: GPL-2.0+
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

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/*]