r34684 - in /desktop/unstable/glib2.0/debian: changelog patches/95_configure-Fix-typo-in-ELF-check.patch patches/series
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue May 1 15:37:07 UTC 2012
Author: biebl
Date: Tue May 1 15:37:07 2012
New Revision: 34684
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34684
Log:
debian/patches/95_configure-Fix-typo-in-ELF-check.patch: Fix typo in ELF
configure check. Patch cherry-picked from upstream Git.
Added:
desktop/unstable/glib2.0/debian/patches/95_configure-Fix-typo-in-ELF-check.patch
Modified:
desktop/unstable/glib2.0/debian/changelog
desktop/unstable/glib2.0/debian/patches/series
Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=34684&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/changelog [utf-8] Tue May 1 15:37:07 2012
@@ -3,8 +3,10 @@
* New upstream release.
* Refresh patches.
* Remove debian/patches/git_powerpc_gresources.patch, merged upstream.
-
- -- Michael Biebl <biebl at debian.org> Tue, 01 May 2012 17:04:44 +0200
+ * debian/patches/95_configure-Fix-typo-in-ELF-check.patch: Fix typo in ELF
+ configure check. Patch cherry-picked from upstream Git.
+
+ -- Michael Biebl <biebl at debian.org> Tue, 01 May 2012 17:36:36 +0200
glib2.0 (2.32.1-1) unstable; urgency=low
Added: desktop/unstable/glib2.0/debian/patches/95_configure-Fix-typo-in-ELF-check.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/patches/95_configure-Fix-typo-in-ELF-check.patch?rev=34684&op=file
==============================================================================
--- desktop/unstable/glib2.0/debian/patches/95_configure-Fix-typo-in-ELF-check.patch (added)
+++ desktop/unstable/glib2.0/debian/patches/95_configure-Fix-typo-in-ELF-check.patch [utf-8] Tue May 1 15:37:07 2012
@@ -1,0 +1,23 @@
+From 9ab02c1428385c30b13e24872960474d44b6866b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Rafa=C5=82=20Mu=C5=BCy=C5=82o?= <galtgendo at o2.pl>
+Date: Sun, 15 Apr 2012 11:17:07 -0400
+Subject: [PATCH] configure: Fix typo in ELF check
+
+Signed-off-by: Colin Walters <walters at verbum.org>
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: glib-2.32.2/configure.ac
+===================================================================
+--- glib-2.32.2.orig/configure.ac 2012-05-01 17:35:52.667813785 +0200
++++ glib-2.32.2/configure.ac 2012-05-01 17:36:04.503813370 +0200
+@@ -1828,7 +1828,7 @@
+
+ if test $have_libelf != no; then
+ LIBELF_LIBS=-lelf
+- have_libelf = yes
++ have_libelf=yes
+ fi
+ fi
+
Modified: desktop/unstable/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/patches/series?rev=34684&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/patches/series [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/patches/series [utf-8] Tue May 1 15:37:07 2012
@@ -6,3 +6,4 @@
61_glib-compile-binaries-path.patch
90_gio-modules-multiarch-compat.patch
91_revert_schema_path_warning.patch
+95_configure-Fix-typo-in-ELF-check.patch
More information about the pkg-gnome-commits
mailing list