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

libx11: Changes to 'ubuntu'



 debian/changelog |   14 ++++++++++++++
 debian/rules     |    2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

New commits:
commit 827f4c6da77398cc595873abd22bbc538d1449e6
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Thu Sep 22 21:01:50 2011 +0300

    releasing version 2:1.4.4-2ubuntu1

diff --git a/debian/changelog b/debian/changelog
index b56a2ae..dcf783b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libx11 (2:1.4.4-2ubuntu1) UNRELEASED; urgency=low
+libx11 (2:1.4.4-2ubuntu1) oneiric; urgency=low
 
   * Merge from Debian unstable.
 
- -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 22 Sep 2011 21:01:03 +0300
+ -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 22 Sep 2011 21:01:40 +0300
 
 libx11 (2:1.4.4-2) unstable; urgency=low
 

commit 66754262df602ec2bf0a6faf6bc8b53468cc852f
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Thu Sep 22 21:01:35 2011 +0300

    Merge from Debian unstable.

diff --git a/debian/changelog b/debian/changelog
index 0fe95d6..b56a2ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libx11 (2:1.4.4-2ubuntu1) UNRELEASED; urgency=low
+
+  * Merge from Debian unstable.
+
+ -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 22 Sep 2011 21:01:03 +0300
+
 libx11 (2:1.4.4-2) unstable; urgency=low
 
   [ Colin Watson ]

commit 3075be29786a279b856dc0d6d798551f65be1e1b
Author: Julien Cristau <jcristau@debian.org>
Date:   Thu Sep 22 17:42:56 2011 +0200

    Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index e442954..10ecb00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libx11 (2:1.4.4-2) UNRELEASED; urgency=low
+libx11 (2:1.4.4-2) unstable; urgency=low
 
   [ Colin Watson ]
   * Fix cross-compilation breakage due to a typo in the multiarch patch
     (closes: #642402)
 
- -- Julien Cristau <jcristau@debian.org>  Thu, 22 Sep 2011 17:41:26 +0200
+ -- Julien Cristau <jcristau@debian.org>  Thu, 22 Sep 2011 17:42:39 +0200
 
 libx11 (2:1.4.4-1) unstable; urgency=low
 

commit 699a5d0b1ea5a91336c2f036437478c482e1da10
Author: Colin Watson <cjwatson@ubuntu.com>
Date:   Thu Sep 22 09:56:24 2011 +0100

    Bug#642402: libx11: multiarch patch broke cross-compilation
    
    I attempted to cross-build libx11, and it failed as follows:
    
      cd build && \
              ../configure \
                      --prefix=/usr \
                      --mandir=\${prefix}/share/man \
                      --infodir=\${prefix}/share/info \
                      --libdir=\${prefix}/lib/arm-linux-gnueabi
      configure: loading site script /etc/dpkg-cross/cross-config.armel
      checking build system type... i686-pc-linux-gnu
      checking host system type... i686-pc-linux-gnu
      [...]
      X11 will be built with the following settings:
       Loadable i18n module support:            no
       Loadable xcursor library support:        yes
       Threading support:                       yes
       Use Threads safe API:                    yes
       Threads stubs in libX11:                 no
       XCMS:                                    yes
       Internationalization support:            yes
       XF86BigFont support:                     yes
       XKB support:                             yes
       XLOCALEDIR environment variable support: yes
       Compose table cache enabled:             yes
       Functional specs building enabled:       yes
    
      enable-specs \
                      --with-xmlto \
                      --without-fop \
                      --build=i686-linux-gnu --host=arm-linux-gnueabi \
                      CFLAGS="-Wall -g -O2"
      /bin/sh: enable-specs: not found
      make: [build-stamp] Error 127 (ignored)
      cd build && /usr/bin/make
      [...]
    
    (From here, the build proceeded, but for the wrong architecture.)
    
    This bug was introduced by the multiarch patch
    (http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/libx11.git;a=commitdiff;h=8a3ac024dc9bd0fc3d3500974551b9234ed8ab3a),
    and is obviously a missing backslash-continuation.  I don't know what
    else may have broken, since --enable-specs --with-xmlto --without-fop
    are also effectively missing along with the setting of CFLAGS.
    
    Signed-off-by: Julien Cristau <jcristau@debian.org>

diff --git a/debian/changelog b/debian/changelog
index 35a8496..e442954 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libx11 (2:1.4.4-2) UNRELEASED; urgency=low
+
+  [ Colin Watson ]
+  * Fix cross-compilation breakage due to a typo in the multiarch patch
+    (closes: #642402)
+
+ -- Julien Cristau <jcristau@debian.org>  Thu, 22 Sep 2011 17:41:26 +0200
+
 libx11 (2:1.4.4-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 8252735..b17e483 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,7 @@ build-stamp: configure $(STAMP_DIR)/genscripts
 		--prefix=/usr \
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info \
-		--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+		--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 		--enable-specs \
 		--with-xmlto \
 		--without-fop \


Reply to: