This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 7ba2521c0b1a43e85e7cc096ca0290fa391d1d9c Author: Mihai Moldovan <ionic@ionic.de> Date: Mon May 28 23:03:53 2018 +0200 debian/rules: export what needs to be exported. --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index fa14e47..7e2b132 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ palemoon (27.9.2~repack-1-0x2go1) obs; urgency=medium - Add (more) LDFLAGS overrides from Debian's firefox(-esr) package. - Add (more) CFLAGS overrides from Debian's firefox(-esr) package. Mostly disabling unsafe optimizations, also for special platforms such as ARM. + - Export what needs to be exported. -- Mihai Moldovan <ionic@ionic.de> Mon, 28 May 2018 03:44:10 +0200 diff --git a/debian/rules b/debian/rules index d00330f..c5fc37a 100755 --- a/debian/rules +++ b/debian/rules @@ -49,6 +49,8 @@ endif CXXFLAGS = $(CFLAGS) +EXPORTS := CC CXX CFLAGS CXXFLAGS CPPFLAGS LDFLAGS + %: dh $@ --parallel -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git