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

xbacklight: Changes to 'debian-unstable'



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

New commits:
commit 7444cb65712d56ca158cf50e13047ebc3f50c5d0
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 bb45c5e..008e8fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xbacklight (1.1.1-2) UNRELEASED; urgency=low
+
+  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
+    good reason.  Thanks, Colin Watson!
+
+ -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:12 +0000
+
 xbacklight (1.1.1-1) unstable; urgency=low
 
   * Switch to debhelper 7 and dh.
diff --git a/debian/rules b/debian/rules
index f44255c..e222d74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	MAKEFLAGS += -j$(NUMJOBS)
 endif
 
-BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
+BUILDDIR = build
 
 override_dh_auto_configure:
 	autoreconf -vfi


Reply to: