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

libxfont: Changes to 'debian-unstable'



 debian/changelog |    6 ++++--
 debian/rules     |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 9fa46df98a7703ec6652e4c341ccfe2b71f6af95
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Dec 2 11:12:45 2009 +0100

    Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 27d8792..0eb9456 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxfont (1:1.4.1-1) UNRELEASED; urgency=low
+libxfont (1:1.4.1-1) unstable; urgency=low
 
   * New upstream release.
   * Bump xutils-dev build-dep for new util-macros.
@@ -7,7 +7,7 @@ libxfont (1:1.4.1-1) UNRELEASED; urgency=low
   * Don't use LDFLAGS from the environment.  Ubuntu sets that to
     -Bsymbolic-functions, which breaks libXfont's weak symbols usage.
 
- -- Julien Cristau <jcristau@debian.org>  Tue, 01 Dec 2009 22:22:35 +0100
+ -- Julien Cristau <jcristau@debian.org>  Wed, 02 Dec 2009 11:12:13 +0100
 
 libxfont (1:1.4.0-3) unstable; urgency=low
 

commit 89d9d0ec273ea393e15f5f88345f7576560a668f
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed Dec 2 11:12:04 2009 +0100

    Don't use LDFLAGS from the environment.
    
    Ubuntu sets that to -Bsymbolic-functions, which breaks libXfont's weak
    symbols usage.

diff --git a/debian/changelog b/debian/changelog
index d814b85..27d8792 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ libxfont (1:1.4.1-1) UNRELEASED; urgency=low
   * Bump xutils-dev build-dep for new util-macros.
   * Build documentation, install it in libxfont-dev.
   * Enable support for bzip2 compressed bitmap fonts.
+  * Don't use LDFLAGS from the environment.  Ubuntu sets that to
+    -Bsymbolic-functions, which breaks libXfont's weak symbols usage.
 
  -- Julien Cristau <jcristau@debian.org>  Tue, 01 Dec 2009 22:22:35 +0100
 
diff --git a/debian/rules b/debian/rules
index 22eabeb..c1e4caf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,7 +52,7 @@ obj-$(DEB_BUILD_GNU_TYPE)/config.status: configure
 	cd obj-$(DEB_BUILD_GNU_TYPE) && \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 	             --infodir=\$${prefix}/share/info $(confflags) \
-	             CFLAGS="$(CFLAGS)" 
+	             CFLAGS="$(CFLAGS)" LDFLAGS=""
 
 build: build-stamp
 build-stamp: obj-$(DEB_BUILD_GNU_TYPE)/config.status


Reply to: