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

pixman: Changes to 'debian-unstable'



 debian/changelog |    9 +++++++++
 debian/rules     |    4 +++-
 2 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 1713a099d6e4d9eabdb0d73dc4efe82b12a94b80
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Jun 27 12:11:58 2012 +0200

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 1140c44..f23215c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-pixman (0.26.0-3) UNRELEASED; urgency=low
+pixman (0.26.0-3) unstable; urgency=low
 
   * Pass LS_CFLAGS=" " to configure to prevent -march=loongson2f from
     being passed to gcc, which would break on loongson2e (see fdo bug
     #51451). This fixes the test suite failures on mipsel, and should
     avoid any crashes depending on user systems.
 
- -- Cyril Brulebois <kibi@debian.org>  Wed, 27 Jun 2012 11:01:18 +0200
+ -- Cyril Brulebois <kibi@debian.org>  Wed, 27 Jun 2012 12:11:54 +0200
 
 pixman (0.26.0-2) unstable; urgency=low
 

commit 9026e61d8493f1a1f279c961411eaeae9873a28e
Author: Cyril Brulebois <kibi@debian.org>
Date:   Wed Jun 27 11:21:54 2012 +0200

    Disable loongson2f optimizations, fix FTBFS on mipsel.

diff --git a/debian/changelog b/debian/changelog
index 555ede2..1140c44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pixman (0.26.0-3) UNRELEASED; urgency=low
+
+  * Pass LS_CFLAGS=" " to configure to prevent -march=loongson2f from
+    being passed to gcc, which would break on loongson2e (see fdo bug
+    #51451). This fixes the test suite failures on mipsel, and should
+    avoid any crashes depending on user systems.
+
+ -- Cyril Brulebois <kibi@debian.org>  Wed, 27 Jun 2012 11:01:18 +0200
+
 pixman (0.26.0-2) unstable; urgency=low
 
   * Cherry-pick from upstream master branch to fix FTBFS on *i386:
diff --git a/debian/rules b/debian/rules
index b2f83b5..13c4752 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,9 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 # Disable Gtk+ autodetection:
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-gtk \
+	# also avoid loongson2f optimizations on mipsel, see 0.26.0-3
+	# changelog entry:
+	LS_CFLAGS=" " dh_auto_configure -- --disable-gtk \
 	  --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 
 # Install in debian/tmp to retain control through dh_install:


Reply to: