Compare commits

...

20 Commits

38
debian/changelog vendored

@ -1,3 +1,40 @@
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
* Revert sync from Debian.
* Overhauled copyright file.
* Bumped Standards-Version to 4.6.2, no changes necessary.
* Added 'Rules-Requires-Root: no' to debian/control.
* Changed binary-without-manpage to no-manual-page in lintian-overrides.
* Updated debian/watch file to work with GitHub again.
* Removed Repository-Browser field from debian/upstream/metadata.
* Removed trailing whitespace from changelog.
* Removed obsolete '-Wl,--as-needed' linker flag.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 12 Feb 2023 17:30:26 -0600
obconf-qt (0.16.2-0ubuntu1) kinetic; urgency=medium
* New upstream release.
* Bump build dependencies.
* Drop old Breaks/Replaces, we're past the LTS.
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 02 Jun 2022 10:06:15 -0500
obconf-qt (0.16.0-1ubuntu1) hirsute; urgency=medium
* New upstream version.
@ -204,4 +241,3 @@ obconf-qt (0.9.0+20150723-1) unstable; urgency=medium
* Removing whitespaces at EOL and EOF.
-- Andrew Lee (李健秋) <ajqlee@debian.org> Fri, 14 Aug 2015 17:39:21 +0800

7
debian/control vendored

@ -8,14 +8,15 @@ Build-Depends: debhelper-compat (= 13),
libkf5windowsystem-dev,
libqt5svg5-dev,
libqt5x11extras5-dev,
lxqt-build-tools (>= 0.8.0~),
lxqt-build-tools (>= 0.13.0),
openbox-dev
Standards-Version: 4.5.0
Standards-Version: 4.6.2
Vcs-Browser: https://phab.lubuntu.me/source/obconf-qt/
Vcs-Git: https://phab.lubuntu.me/source/obconf-qt.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/obconf-qt
XS-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
@ -31,7 +32,5 @@ Architecture: all
Multi-Arch: foreign
Section: localization
Depends: qttranslations5-l10n, ${misc:Depends}
Breaks: obconf-qt (<< 0.11.0)
Replaces: obconf-qt (<< 0.11.0)
Description: Language package for obconf-qt
This package contains the l10n files needed by the obconf-qt.

40
debian/copyright vendored

@ -3,14 +3,52 @@ Upstream-Name: obconf-qt
Source: https://github.com/lxqt/obconf-qt
Files: *
Copyright: 2012-2018 LXQt team
Copyright: 2012-2024 LXQt team
License: GPL-2.0
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
2003-2008 Dana Jansens
2013 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
License: GPL-2.0+
Files: debian/*
Copyright: 2013-2018 Alf Gaida <agaida@siduction.org>
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
2023-2024 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
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+
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

@ -1,2 +1,2 @@
# there will be no manpage in a foreseable future
obconf-qt: binary-without-manpage usr/bin/obconf-qt
obconf-qt: no-manual-page [usr/bin/obconf-qt]

1
debian/rules vendored

@ -3,7 +3,6 @@
export LC_ALL=C.UTF-8
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh ${@} --buildsystem cmake

@ -3,5 +3,3 @@ Bug-Submit: https://github.com/lxqt/obconf-qt/issues/new
Changelog: https://github.com/lxqt/obconf-qt/blob/master/CHANGELOG
Repository: https://github.com/lxqt/obconf-qt.git
Repository-Browse: https://github.com/lxqt/obconf-qt
Repository-Browser: https://github.com/lxqt/obconf-qt

6
debian/watch vendored

@ -1,3 +1,5 @@
version=4
opts="pgpsigurlmangle=s/$/.asc/" \
https://github.com/lxqt/obconf-qt/releases .*/obconf-qt-([\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…
Cancel
Save