From fc70668aceeb5cc2af9abd778cbeaf7a3a5ac698 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Mon, 6 Sep 2021 10:58:24 +0000 Subject: [PATCH 1/2] Update standards version to 4.5.1, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eca6044..8282a27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ xfce4-eyes-plugin (4.5.1-2) UNRELEASED; urgency=low * Set upstream metadata fields: Bug-Submit (from ./configure). + * Update standards version to 4.5.1, no changes needed. -- Debian Janitor Mon, 13 Jul 2020 14:15:23 -0000 diff --git a/debian/control b/debian/control index 32fd703..00e3fe7 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13), libxfce4ui-2-dev, xfce4-dev-tools Rules-Requires-Root: no -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Homepage: https://docs.xfce.org/panel-plugins/xfce4-eyes-plugin Vcs-Browser: https://salsa.debian.org/xfce-extras-team/xfce4-eyes-plugin Vcs-Git: https://salsa.debian.org/xfce-extras-team/xfce4-eyes-plugin.git -- GitLab From 00ee34c3d46c23abbe7dc0a0aef7fc403445f9a7 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Mon, 6 Sep 2021 10:58:25 +0000 Subject: [PATCH 2/2] Avoid explicitly specifying -Wl,--as-needed linker flag. Changes-By: lintian-brush Fixes: lintian: debian-rules-uses-as-needed-linker-flag See-also: https://lintian.debian.org/tags/debian-rules-uses-as-needed-linker-flag.html --- debian/changelog | 1 + debian/rules | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8282a27..46f3ec7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ xfce4-eyes-plugin (4.5.1-2) UNRELEASED; urgency=low * Set upstream metadata fields: Bug-Submit (from ./configure). * Update standards version to 4.5.1, no changes needed. + * Avoid explicitly specifying -Wl,--as-needed linker flag. -- Debian Janitor Mon, 13 Jul 2020 14:15:23 -0000 diff --git a/debian/rules b/debian/rules index bb841bc..f72262c 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: -- GitLab