diff --git a/debian/changelog b/debian/changelog index 5204c7f..ef7e8fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Sun, 15 Feb 2015 18:41:53 +0100 - diff --git a/debian/control b/debian/control index 3593b7b..f02ccf0 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/copyright b/debian/copyright index 5b6d26e..1ceb3bf 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 +Copyright: 2021-2022, Lubuntu Developers 2014-2019, Alf Gaida License: LGPL-2.1+ diff --git a/debian/rules b/debian/rules index 53420c0..13af0ea 100755 --- a/debian/rules +++ b/debian/rules @@ -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 %: diff --git a/debian/upstream/metadata b/debian/upstream/metadata index 719fb1e..7bb6f35 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -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