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

xserver-xorg-video-openchrome: Changes to 'debian-unstable'



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

New commits:
commit 906e0406e4f91185ace15a0c0f0f4c78362905c4
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Jan 16 16:48:40 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 c460e3a..47b176b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 xserver-xorg-video-openchrome (1:0.2.904+svn812-2) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * Build against Xserver 1.7.
   * Remove 01_gen_pci_ids.diff. The X server now uses an internal table to
     choose a driver during autoconfiguration.
 
+  [ Julien Cristau ]
+  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
+    good reason.  Thanks, Colin Watson!
+
  -- Timo Aaltonen <tjaalton@ubuntu.com>  Sat, 05 Dec 2009 01:59:03 +0200
 
 xserver-xorg-video-openchrome (1:0.2.904+svn812-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 8ddf7b7..2f286cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ PACKAGE = xserver-xorg-video-openchrome
 
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
+DEB_BUILDDIR = build
 
 export DH_ALWAYS_EXCLUDE=.la
 


Reply to: