diff --git a/debian/changelog b/debian/changelog index b073f8d..c7fca16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +lxqt-panel (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. + - Silences "silent-on-rules-requiring-root" Lintian message. + * Removed trailing whitespace from changelog. + + -- Aaron Rainbolt Wed, 06 Jul 2022 14:25:33 -0500 + lxqt-panel (1.1.0-0ubuntu2) kinetic; urgency=medium * Add some missing build dependencies. @@ -497,4 +510,3 @@ lxqt-panel (0.9.0+20151101-1) experimental; urgency=medium * Removing whitespaces at EOL and EOF. -- Alf Gaida Sun, 25 Oct 2015 02:27:12 +0200 - diff --git a/debian/control b/debian/control index f50d8a9..e515b29 100644 --- a/debian/control +++ b/debian/control @@ -34,12 +34,13 @@ Build-Depends: debhelper-compat (= 13), libxkbcommon-x11-dev, libxrender-dev, libxtst-dev -Standards-Version: 4.5.1 +Standards-Version: 4.6.1 Vcs-Browser: https://phab.lubuntu.me/source/lxqt-panel/ Vcs-Git: https://phab.lubuntu.me/source/lxqt-panel.git XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-panel XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-panel.git Homepage: https://github.com/lxqt/lxqt-panel +Rules-Requires-Root: no Package: lxqt-panel Architecture: any diff --git a/debian/copyright b/debian/copyright index 20aa139..f0bdd3c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,16 +3,43 @@ Upstream-Name: lxqt-panel Source: https://github.com/lxqt/lxqt-panel Files: * -Copyright: 2012-2020, LXQt team +Copyright: 2012-2022, LXQt team 2010-2013, Razor team License: LGPL-2.1+ +Files: plugin-tray/fdoselectionmanager.cpp + plugin-tray/snidbus.cpp + plugin-tray/sniproxy.cpp + plugin-tray/sniproxy.h +Copyright: 2015 David Edmundson + 2019 Konrad Materka + 2022 LXQt team +License: LGPL-2.1+ + +Files: plugin-tray/fdoselectionmanager.h + plugin-tray/snidbus.h +Copyright: 2015 David Edmundson + 2022 LXQt team +License: LGPL-2.1+ + +Files: plugin-tray/xcbutils.h +Copyright: 2012, 2013 Martin Graesslin + 2015 David Edmundson + 2022 LXQt team +License: LGPL-2.1+ + +Files: plugin-tray/xtestsender.cpp + plugin-tray/xtestsender.h +Copyright: 2017 David Edmundson + 2022 LXQt team +License: LGPL-2.1+ + Files: panel/lxqtpanelapplication_p.h Copyright: 2016, Luís Pereira License: LGPL-2.1+ Files: debian/* -Copyright: 2021, Lubuntu Developers +Copyright: 2021-2022, Lubuntu Developers 2014-2019, Alf Gaida 2015, Andrew Lee (李健秋) License: LGPL-2.1+ diff --git a/debian/rules b/debian/rules index ccd9c70..b8fe772 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 include /usr/share/dpkg/architecture.mk diff --git a/debian/upstream/metadata b/debian/upstream/metadata index 5026336..2fce1ff 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -3,4 +3,3 @@ Bug-Database: https://github.com/lxqt/lxqt-panel/issues Bug-Submit: https://github.com/lxqt/lxqt-panel/issues/new Changelog: https://github.com/lxqt/lxqt-panel/blob/master/CHANGELOG Repository: https://github.com/lxqt/lxqt-panel -Repository-Browser: https://github.com/lxqt/lxqt-panel