debian/changelog |    5 +++++
 debian/rules     |   10 +++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit 89936acf56d7e977604191751d07055a2141f712
Author: Julien Cristau <jul...@radis.liafa.jussieu.fr>
Date:   Sat Jan 16 16:48:50 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 1d0e564..ef95453 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 xserver-xorg-video-ivtvdev (1.1.0-2) UNRELEASED; urgency=low
 
+  [ Ian Campbell ]
   * Update debian/copyright with correct URL, remove obsolete paragraph about
     an old fork which is no longer used.
 
+  [ Julien Cristau ]
+  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
+    good reason.  Thanks, Colin Watson!
+
  -- Ian Campbell <i...@hellion.org.uk>  Thu, 21 May 2009 08:45:22 +0100
 
 xserver-xorg-video-ivtvdev (1.1.0-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 1439ed1..2049668 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,12 +38,12 @@ build: build-stamp
 build-stamp:
        dh_testdir
 
-       mkdir obj-$(DEB_BUILD_GNU_TYPE)
-       cd obj-$(DEB_BUILD_GNU_TYPE) && \
+       mkdir build
+       cd build && \
        ../configure --prefix=/usr --mandir=\$${prefix}/share/man \
                     --infodir=\$${prefix}/share/info $(confflags) \
                     CFLAGS="$(CFLAGS)"
-       cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
+       cd build && $(MAKE)
 
        touch build-stamp
 
@@ -56,7 +56,7 @@ clean: xsfclean
        rm -f */config.cache */config.log */config.status
        rm -f conftest* */conftest*
        rm -rf autom4te.cache */autom4te.cache
-       rm -rf obj-*
+       rm -rf build
 
        dh_clean
 
@@ -66,7 +66,7 @@ install: build
        dh_clean -k
        dh_installdirs
 
-       cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp 
install
+       cd build && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
 
 # Build architecture-dependent files here.
 binary-arch: build install serverabi


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to