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

New commits:
commit 74fe2cc65c61038796a3b506060c1e4f77e19957
Author: Cyril Brulebois <k...@debian.org>
Date:   Mon Apr 4 05:58:20 2011 +0200

    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 cb9e973..844e6e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxvmc (2:1.0.6-2) UNRELEASED; urgency=low
+
+  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
+    good reason. Thanks, Colin Watson!
+
+ -- Cyril Brulebois <k...@debian.org>  Mon, 04 Apr 2011 05:56:30 +0200
+
 libxvmc (2:1.0.6-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 89ba803..0b5ec6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,13 +37,13 @@ build: patch build-stamp
 build-stamp:
        dh_testdir
        autoreconf -vfi
-       mkdir -p obj-$(DEB_BUILD_GNU_TYPE)
-       cd obj-$(DEB_BUILD_GNU_TYPE) && \
+       mkdir -p build
+       cd build && \
        ../configure --prefix=/usr \
                     --sysconfdir=/etc --mandir=\$${prefix}/share/man \
                     --infodir=\$${prefix}/share/info $(confflags) \
                     CFLAGS="$(CFLAGS)" 
-       cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
+       cd build && $(MAKE)
        >$@
 
 clean: xsfclean
@@ -55,7 +55,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
        rm -f aclocal.m4 config.guess config.h.in config.sub configure
        rm -f compile depcomp install-sh ltmain.sh missing mkinstalldirs
        find -name Makefile.in -delete
@@ -68,7 +68,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
        mkdir -p $(CURDIR)/debian/tmp/etc/X11
        cp debian/local/XvMCConfig $(CURDIR)/debian/tmp/etc/X11
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1q6awm-0005ed...@alioth.debian.org

Reply via email to