[ioquake3] 10/39: debian/rules: do the build in debian/build

Simon McVittie smcv at debian.org
Sat Nov 5 20:26:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit 7650a7126bd597d02d8f89858e5509cc3073af49
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Sep 25 18:40:07 2016 +0100

    debian/rules: do the build in debian/build
---
 debian/changelog            | 1 +
 debian/ioquake3-server.docs | 2 +-
 debian/ioquake3.docs        | 2 +-
 debian/rules                | 5 ++---
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8d67326..bc3fdd6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ ioquake3 (1.36+u20160914+dfsg1-2) UNRELEASED; urgency=medium
     add patches fixing (probably non-security-sensitive) array underflows
     diagnosed by gcc 6
   * debian/.gitignore: update for debhelper 10
+  * debian/rules: do the build in debian/build
 
  -- Simon McVittie <smcv at debian.org>  Sun, 25 Sep 2016 17:17:30 +0100
 
diff --git a/debian/ioquake3-server.docs b/debian/ioquake3-server.docs
index df72b9a..8183904 100644
--- a/debian/ioquake3-server.docs
+++ b/debian/ioquake3-server.docs
@@ -1,2 +1,2 @@
-build/README
+debian/build/README
 id-readme.txt
diff --git a/debian/ioquake3.docs b/debian/ioquake3.docs
index 76f1e27..a92f22f 100644
--- a/debian/ioquake3.docs
+++ b/debian/ioquake3.docs
@@ -1,3 +1,3 @@
-build/README
+debian/build/README
 id-readme.txt
 voip-readme.txt
diff --git a/debian/rules b/debian/rules
index 7009f59..f3477c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,9 +25,8 @@ TARGET = debug
 endif
 
 OPTIONS := \
-	BR=build \
-	BD=build \
 	V=1 \
+	BUILD_DIR=debian/build \
 	USE_CODEC_OPUS=1 \
 	USE_CODEC_VORBIS=1 \
 	USE_CURL=1 \
@@ -58,7 +57,7 @@ override_dh_auto_install: DESTDIR = debian/tmp
 override_dh_auto_install:
 	install -d $(DESTDIR)/usr/lib/ioquake3/baseq3/
 	$(MAKE) copyfiles $(OPTIONS) COPYDIR=$(DESTDIR)/usr/lib/ioquake3
-	install -m644 README.md build/README
+	install -m644 README.md debian/build/README
 	install -d $(DESTDIR)/usr/lib/quake3/base/baseq3/
 	install -d $(DESTDIR)/usr/lib/quake3/demo/demoq3/
 	install -d $(DESTDIR)/usr/lib/quake3/ta/baseq3/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git



More information about the Pkg-games-commits mailing list