[Python-modules-commits] [pygame] 02/03: Avoid useless dependencies.
Dominik George
natureshadow-guest at moszumanska.debian.org
Thu Jan 26 22:26:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository pygame.
commit 14d49f800518eb88cf696ce87a14e73797c9ff04
Author: Dominik George <nik at naturalnet.de>
Date: Thu Jan 26 23:16:00 2017 +0100
Avoid useless dependencies.
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 42688b2..4f31b48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,8 @@ export DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pygame.git
More information about the Python-modules-commits
mailing list