Compare commits
No commits in common. "17810138fd4736f8e43f7cae474d5de30950885a" and "c4f1e74a9c0d232e70c7b39aadb260467ae7bf40" have entirely different histories.
17810138fd
...
c4f1e74a9c
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,14 +1,3 @@
|
||||
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.
|
||||
@ -347,3 +336,4 @@ 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
9
debian/control
vendored
@ -8,19 +8,18 @@ Section: x11
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
libkf5windowsystem-dev,
|
||||
liblxqt-globalkeys-ui1-dev (>= 1.3.0),
|
||||
liblxqt-globalkeys1-dev (>= 1.3.0),
|
||||
liblxqt1-dev (>= 1.3.0),
|
||||
liblxqt-globalkeys-ui1-dev (>= 1.2.0),
|
||||
liblxqt-globalkeys1-dev (>= 1.2.0),
|
||||
liblxqt1-dev (>= 1.2.0),
|
||||
libmuparser-dev,
|
||||
libqt5svg5-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libx11-dev
|
||||
Standards-Version: 4.6.2
|
||||
Standards-Version: 4.6.1
|
||||
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
4
debian/copyright
vendored
@ -3,12 +3,12 @@ Upstream-Name: lxqt-runner
|
||||
Source: https://github.com/lxqt/lxqt-runner
|
||||
|
||||
Files: *
|
||||
Copyright: 2012-2023, LXQt team
|
||||
Copyright: 2012-2019, LXQt team
|
||||
2010-2013, Razor team
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2021-2023, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
Copyright: 2021, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
2014-2019, Alf Gaida <agaida@siduction.org>
|
||||
License: LGPL-2.1+
|
||||
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -2,6 +2,7 @@
|
||||
# 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
|
||||
|
||||
%:
|
||||
|
Loading…
x
Reference in New Issue
Block a user