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

xdm: Changes to 'debian-unstable'



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

New commits:
commit 00bddbae7581fa35b74e85af81083c20c8c05d3d
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Jan 16 16:48:37 2010 +0000

    Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason.  Thanks, Colin Watson!

diff --git a/debian/changelog b/debian/changelog
index a80ea10..b77a3c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ xdm (1:1.1.9-1) UNRELEASED; urgency=low
     disappeared since then, so this isn't necessary anymore.
   * log_sourcing_better.diff: resurrect patch header from the monolith's
     078_xdm_log_sourcing_better.diff.
+  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
+    good reason.  Thanks, Colin Watson!
 
   [ Brice Goglin ]
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index d145721..5652360 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ ifeq ($(DEB_BUILD_ARCH_OS), linux)
 	confflags += --with-selinux
 endif
 
-BUILD_DIR := obj-$(DEB_BUILD_GNU_TYPE)
+BUILD_DIR := build
 
 stampdir_targets+=config
 config: $(STAMP_DIR)/config


Reply to: