[ioquake3] 11/39: debian/rules: let dh_auto_clean pick up the correct BUILD_DIR

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 efbe4f56b74ab3bec794e9e223864e9b07be6504
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Sep 25 18:41:32 2016 +0100

    debian/rules: let dh_auto_clean pick up the correct BUILD_DIR
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bc3fdd6..22d38a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ioquake3 (1.36+u20160914+dfsg1-2) UNRELEASED; urgency=medium
     diagnosed by gcc 6
   * debian/.gitignore: update for debhelper 10
   * debian/rules: do the build in debian/build
+  * debian/rules: let dh_auto_clean pick up the correct BUILD_DIR
 
  -- Simon McVittie <smcv at debian.org>  Sun, 25 Sep 2016 17:17:30 +0100
 
diff --git a/debian/rules b/debian/rules
index f3477c1..2f2a43c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,6 +50,9 @@ OPTIONS := \
 	NO_STRIP=1 \
 	$(NULL)
 
+override_dh_auto_clean:
+	dh_auto_clean -- $(OPTIONS)
+
 override_dh_auto_build:
 	dh_auto_build -- $(OPTIONS) $(TARGET)
 

-- 
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