[hyphen] 16/18: d/rules: forgot to export those variable, so they actually work
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch mattia-foo
in repository hyphen.
commit 27ea5e2a8f52f081d81ab6620f401ba0b382d2bc
Author: Mattia Rizzolo <mattia@debian.org>
Date: Thu Apr 28 19:13:04 2016 +0000
d/rules: forgot to export those variable, so they actually work
Gbp-Dch: Ignore
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index c33b742..c1d5876 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,8 @@ export DH_VERBOSE=1
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-DEB_BUILD_MAINT_OPTIONS := hardening=+all
-DEB_LDFLAGS_MAINT_APPEND := -Wl,-z,defs
+export DEB_BUILD_MAINT_OPTIONS := hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,-z,defs
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/hyphen.git
Reply to: