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

xorg-server: Changes to 'debian-unstable'



 configure.ac     |    2 +-
 debian/changelog |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 567d9a8d9f52335b73160b56ae2e0cd8f652a3dc
Author: Cyril Brulebois <kibi@debian.org>
Date:   Thu Jul 15 17:10:57 2010 +0200

    configure: quote argument to m4_pattern_forbid.
    
    Without this, configure spits out:
      ../configure: line 15569: ac_fn_c_check_member: command not found
    
    Also anchor the pattern to make it stricter.
    
    Signed-off-by: Cyril Brulebois <kibi@debian.org>

diff --git a/configure.ac b/configure.ac
index 07be7f0..fa837e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -657,7 +657,7 @@ dnl If you're seeing an error here, be sure you installed the lib/xtrans module
 dnl first and if it's not in the default location, that you set the ACLOCAL
 dnl environment variable to find it, such as:
 dnl	ACLOCAL="aclocal -I ${PREFIX}/share/aclocal"
-m4_pattern_forbid(XTRANS_CONNECTION_FLAGS)
+m4_pattern_forbid([^XTRANS_CONNECTION_FLAGS$])
 
 # Transport selection macro from xtrans.m4
 XTRANS_CONNECTION_FLAGS

commit 7a2656fd04f67eaaa670a8490a12222e3031891e
Author: Cyril Brulebois <kibi@debian.org>
Date:   Thu Jul 15 16:58:08 2010 +0200

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index b85f3d8..68d5d50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-xorg-server (2:1.7.7-3) UNRELEASED; urgency=low
+xorg-server (2:1.7.7-3) unstable; urgency=low
 
+  [ Julien Cristau ]
   * Drop lpia from the control file, it's dead.
   * Add Breaks on drivers abandoned between lenny and squeeze.  This helps apt
     decide to remove them instead of removing all of X.  Thanks, David
@@ -7,7 +8,7 @@ xorg-server (2:1.7.7-3) UNRELEASED; urgency=low
   * Add patch from Dave Airlie to fix crash in composite on allocation
     failure (closes: #588046).
 
- -- Julien Cristau <jcristau@debian.org>  Thu, 17 Jun 2010 15:15:20 +0100
+ -- Cyril Brulebois <kibi@debian.org>  Thu, 15 Jul 2010 16:57:44 +0200
 
 xorg-server (2:1.7.7-2) unstable; urgency=low
 


Reply to: