[tango] 01/03: fix for real the build on ubuntu (mismatch between shell and makefile syntax) (LP: #1250534)

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Wed Nov 20 21:22:57 UTC 2013


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch master
in repository tango.

commit 219bd41533fddf3c49f11b092ceca2be7681bd68
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Wed Nov 13 10:27:02 2013 +0100

    fix for real the build on ubuntu (mismatch between shell and makefile syntax)
    (LP: #1250534)
---
 debian/changelog |    7 +++++++
 debian/rules     |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index abd18f6..adc5c6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tango (8.1.2c+dfsg-2) unstable; urgency=low
+
+  * fix for real the build on ubuntu (mismatch between shell and
+    makefile syntax) (LP: #1250534)
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Wed, 13 Nov 2013 10:22:20 +0100
+
 tango (8.1.2c+dfsg-1) unstable; urgency=low
 
   * Imported Upstream version 8.1.2c+dfsg
diff --git a/debian/rules b/debian/rules
index 591d2d3..938b496 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ FULLDEBVERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*-.*\)/\
 
 CONFIGURE_OPTS := --with-omni=/usr --disable-dbcreate --disable-java --with-doxygen --disable-jpegmmx
 
-export DEB_LDFLAGS_MAINT_STRIP="-Wl,-Bsymbolic-functions"
+export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions
 
 sql:
 	./configure $(CONFIGURE_OPTS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/tango.git



More information about the debian-science-commits mailing list