diff --git a/debian/changelog b/debian/changelog index 5e959c9..5c329ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ qtxdg-tools (3.9.1-0ubuntu2) UNRELEASED; urgency=medium * Backport to Jammy. + * Removed "-Wl,--as-needed" linker flag. -- Aaron Rainbolt Wed, 22 Jun 2022 17:13:45 -0500 diff --git a/debian/control b/debian/control index 67c1a29..3a78356 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,7 @@ Homepage: https://github.com/lxqt/qtxdg-tools Package: qtxdg-tools Architecture: any -Depends: ${misc:Depends}, - ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Pre-Depends: ${misc:Pre-Depends} Description: User tools for libqtxdg LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt diff --git a/debian/rules b/debian/rules index f23631d..7cdbb0c 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 %: