[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxfont: Changes to 'debian-unstable'



 debian/changelog |    7 +++++++
 debian/rules     |    3 +++
 2 files changed, 10 insertions(+)

New commits:
commit 5dbabca0a4af39ad9f6560b55bde5e0d16c8e45f
Author: Cyril Brulebois <kibi@debian.org>
Date:   Thu May 3 19:59:52 2012 +0200

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index a5427f4..b210836 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-libxfont (1:1.4.5-2) UNRELEASED; urgency=low
+libxfont (1:1.4.5-2) unstable; urgency=low
 
   * Ease sync for Ubuntu: strip -Bsymbolic-functions from LDFLAGS
     (LP: #992745).
 
- -- Cyril Brulebois <kibi@debian.org>  Thu, 03 May 2012 19:56:15 +0200
+ -- Cyril Brulebois <kibi@debian.org>  Thu, 03 May 2012 19:59:46 +0200
 
 libxfont (1:1.4.5-1) unstable; urgency=low
 

commit 6bc0d992c654d1388e1db954b616587e3ab1a17f
Author: Cyril Brulebois <kibi@debian.org>
Date:   Thu May 3 19:59:40 2012 +0200

    Ease sync for Ubuntu: strip -Bsymbolic-functions from LDFLAGS (LP: #992745).

diff --git a/debian/changelog b/debian/changelog
index 96e4ebc..a5427f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxfont (1:1.4.5-2) UNRELEASED; urgency=low
+
+  * Ease sync for Ubuntu: strip -Bsymbolic-functions from LDFLAGS
+    (LP: #992745).
+
+ -- Cyril Brulebois <kibi@debian.org>  Thu, 03 May 2012 19:56:15 +0200
+
 libxfont (1:1.4.5-1) unstable; urgency=low
 
   [ Cyril Brulebois ]
diff --git a/debian/rules b/debian/rules
index 11814cc..5e5227c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ CFLAGS  += -Wall
 CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
 LDFLAGS  = $(shell dpkg-buildflags --get LDFLAGS)
 
+# Strip -Bsymbolic-functions (set by default on Ubuntu) to avoid breakages:
+LDFLAGS := $(LDFLAGS:-Wl,-Bsymbolic-functions=)
+
 CONFFLAGS += \
 	--enable-fc \
 	--enable-builtins \


Reply to: