From db5f8ec66cd546eaf1afbd2051d5bbf94023795b Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 24 Sep 2021 04:43:33 +0000 Subject: [PATCH 1/2] Bump debhelper from old 12 to 13. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1e91e3a..d2d6fcc 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: xfce Priority: optional Maintainer: Unit 193 Uploaders: Sean Davis -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), intltool, libdbusmenu-gtk3-dev (>= 16.04), libgtk-3-dev, -- GitLab From 6ea0e91c2296185c0e5170729af20f9069fbb95d Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 24 Sep 2021 04:43:36 +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/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e133ffa..5bc7920 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f include /usr/share/dpkg/architecture.mk -export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1 +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 export DEB_BUILD_MAINT_OPTIONS=hardening=+all override_dh_auto_install: -- GitLab