[Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-media-tags-plugin][debian/master] 2 commits: Avoid explicitly specifying -Wl, --as-needed linker flag.
Yves-Alexis Perez (@corsac)
gitlab at salsa.debian.org
Wed Nov 2 12:51:14 GMT 2022
Yves-Alexis Perez pushed to branch debian/master at xfce / goodies / thunar-media-tags-plugin
Commits:
c1cb1456 by Debian Janitor at 2022-10-31T03:49:41+00:00
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
- - - - -
abba411c by Yves-Alexis Perez at 2022-11-02T12:51:11+00:00
Merge branch 'lintian-fixes' into 'debian/master'
Avoid explicitly specifying -Wl,--as-needed linker flag
See merge request xfce-team/goodies/thunar-media-tags-plugin!4
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -6,6 +6,7 @@ thunar-media-tags-plugin (0.3.0-3) UNRELEASED; urgency=medium
+ thunar-media-tags-plugin: Add Multi-Arch: same.
* Remove constraints unnecessary since buster (oldstable):
+ thunar-media-tags-plugin: Drop versioned constraint on thunar in Depends.
+ * Avoid explicitly specifying -Wl,--as-needed linker flag.
-- Debian Janitor <janitor at jelmer.uk> Mon, 27 Apr 2020 02:49:32 +0000
=====================================
debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-media-tags-plugin/-/compare/614dd6d162344551300c112d54ce78099cf4938b...abba411cea4739538ba6e14623d51c5fd438f9c3
--
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-media-tags-plugin/-/compare/614dd6d162344551300c112d54ce78099cf4938b...abba411cea4739538ba6e14623d51c5fd438f9c3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20221102/af2c3ff5/attachment-0001.htm>
More information about the Pkg-xfce-commits
mailing list