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

xorg-server: Changes to 'debian-unstable'



 debian/changelog |    2 ++
 debian/rules     |    2 ++
 2 files changed, 4 insertions(+)

New commits:
commit 9f6a87c92f2514fbd972e9c73fb3637f570511cc
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed May 7 22:46:59 2008 +0200

    chmod +x configure in debian/rules clean so we can build a git snapshot where configure is not in the tarball.

diff --git a/debian/changelog b/debian/changelog
index d1d2fac..c969024 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ xorg-server (2:1.4.1~git20080507-1) UNRELEASED; urgency=low
   * Refresh patches 13_debian_add_xkbpath_env_variable.diff,
     21_glx_align_fixes.patch, 46_reduce_wakeups_from_smart_scheduler.patch and
     94_xprint_XSERVER_LIBS.
+  * chmod +x configure in debian/rules clean so we can build a git snapshot
+    where configure is not in the tarball.
 
  -- Julien Cristau <jcristau@debian.org>  Wed, 07 May 2008 22:20:17 +0200
 
diff --git a/debian/rules b/debian/rules
index ab4e4f7..f63e910 100755
--- a/debian/rules
+++ b/debian/rules
@@ -104,6 +104,8 @@ clean: xsfclean
 	# more generated files
 	rm -f include/dix-config.h include/do-not-use-config.h \
 		include/xorg-config.h include/xorg-server.h
+	# needed for git snapshots
+	chmod +x configure
 	
 	dh_clean
 


Reply to: