Compare commits

..

7 Commits

4 changed files with 18 additions and 8 deletions

12
debian/changelog vendored
View File

@ -1,3 +1,14 @@
lxqt-runner (1.3.0-0ubuntu1) mantic; urgency=medium
* New upstream release.
* Bump build dependencies.
* Remove redundant hardening rule.
* Bump Standards-Version to 4.6.2, no changes needed.
* I guess we don't require root to build, do we?
* Update copyright years.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 12:50:19 -0500
lxqt-runner (1.2.0-0ubuntu1) lunar; urgency=medium
* New upstream release.
@ -336,4 +347,3 @@ lxqt-runner (0.9.0+20150831-1) experimental; urgency=medium
* Adding upstream version 0.9.0.
-- Alf Gaida <agaida@siduction.org> Sun, 15 Feb 2015 18:41:53 +0100

9
debian/control vendored
View File

@ -8,18 +8,19 @@ Section: x11
Priority: optional
Build-Depends: debhelper-compat (= 13),
libkf5windowsystem-dev,
liblxqt-globalkeys-ui1-dev (>= 1.2.0),
liblxqt-globalkeys1-dev (>= 1.2.0),
liblxqt1-dev (>= 1.2.0),
liblxqt-globalkeys-ui1-dev (>= 1.3.0),
liblxqt-globalkeys1-dev (>= 1.3.0),
liblxqt1-dev (>= 1.3.0),
libmuparser-dev,
libqt5svg5-dev,
libqt5x11extras5-dev,
libx11-dev
Standards-Version: 4.6.1
Standards-Version: 4.6.2
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-runner
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-runner.git
Rules-Requires-Root: no
Homepage: https://github.com/lxqt/lxqt-runner
Package: lxqt-runner

4
debian/copyright vendored
View File

@ -3,12 +3,12 @@ Upstream-Name: lxqt-runner
Source: https://github.com/lxqt/lxqt-runner
Files: *
Copyright: 2012-2019, LXQt team
Copyright: 2012-2023, LXQt team
2010-2013, Razor team
License: LGPL-2.1+
Files: debian/*
Copyright: 2021, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
Copyright: 2021-2023, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
2014-2019, Alf Gaida <agaida@siduction.org>
License: LGPL-2.1+

1
debian/rules vendored
View File

@ -2,7 +2,6 @@
# export DH_VERBOSE=1
export LC_ALL=C.UTF-8
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%: