[quakespasm] 04/04: d/rules: Remove redundant DESTDIR setting

Simon McVittie smcv at debian.org
Wed Feb 22 10:36:35 UTC 2017


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

smcv pushed a commit to branch master
in repository quakespasm.

commit fdf4bab21cee4db75e688f0938a1f4db23a438fd
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Feb 22 10:30:27 2017 +0000

    d/rules: Remove redundant DESTDIR setting
---
 debian/changelog | 1 +
 debian/rules     | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2ac4efa..5ace352 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ quakespasm (0.92.1+dfsg-2) UNRELEASED; urgency=medium
   * Increase debhelper compat level to 10 (parallel build by default)
   * d/copyright: break out BSD-3-clause to a standalone license paragraph
   * Enable full compiler hardening
+  * d/rules: Remove redundant DESTDIR setting
 
  -- Simon McVittie <smcv at debian.org>  Wed, 22 Feb 2017 10:20:08 +0000
 
diff --git a/debian/rules b/debian/rules
index 63ab186..6c77d93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,6 @@ include /usr/share/dpkg/buildflags.mk
 CFLAGS+=$(CPPFLAGS)
 CXXFLAGS+=$(CPPFLAGS)
 
-DESTDIR = $(CURDIR)/debian/quakespasm
-
 %:
 	dh $@
 

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



More information about the Pkg-games-commits mailing list