pull/1/merge
Aaron Rainbolt 2 years ago committed by GitHub
commit 43a3689a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
debian/changelog vendored

@ -1,3 +1,16 @@
lxqt-runner (1.1.0-0ubuntu2~ppa1) jammy; urgency=medium
* Backport to Jammy.
* Updated copyright file.
* Removed redundant "Repository-Browser" field from d/upstream/metadata.
* Bumped Standards-Version to 4.6.1, no changes necessary.
* Removed obsolete "-Wl,--as-needed" linker flag.
* Added "Rules-Requires-Root: no" to debian/control to silence Lintian's
silent-on-rules-requiring-root.
* Removed trailing whitespace from changelog.
-- Aaron Rainbolt <arraybolt3@gmail.com> Wed, 06 Jul 2022 23:56:39 -0500
lxqt-runner (1.1.0-0ubuntu2) kinetic; urgency=medium
* Backport upstream patches:
@ -324,4 +337,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

3
debian/control vendored

@ -15,12 +15,13 @@ Build-Depends: debhelper-compat (= 13),
libqt5svg5-dev,
libqt5x11extras5-dev,
libx11-dev
Standards-Version: 4.5.1
Standards-Version: 4.6.1
Vcs-Browser: https://phab.lubuntu.me/source/lxqt-runner/
Vcs-Git: https://phab.lubuntu.me/source/lxqt-runner.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
Homepage: https://github.com/lxqt/lxqt-runner
Rules-Requires-Root: no
Package: lxqt-runner
Architecture: any

4
debian/copyright vendored

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

1
debian/rules vendored

@ -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
%:

@ -3,4 +3,3 @@ Bug-Database: https://github.com/lxqt/lxqt-runner/issues
Bug-Submit: https://github.com/lxqt/lxqt-runner/issues/new
Changelog: https://github.com/lxqt/lxqt-runner/blob/master/CHANGELOG
Repository: https://github.com/lxqt/lxqt-runner
Repository-Browser: https://github.com/lxqt/lxqt-runner

Loading…
Cancel
Save