[ioquake3] 01/10: Set FULLBINEXT="" to omit extension from executables, instead of renaming them afterwards

Simon McVittie smcv at debian.org
Fri Oct 2 09:20:15 UTC 2015


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

smcv pushed a commit to branch master
in repository ioquake3.

commit ed81ac07905cbc67899a9b70c2bd7bfeb89ed974
Author: Simon McVittie <smcv at debian.org>
Date:   Tue Jul 14 10:11:19 2015 +0100

    Set FULLBINEXT="" to omit extension from executables, instead of renaming them afterwards
---
 debian/changelog | 7 +++++++
 debian/rules     | 3 +--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 527869b..5bd4c2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ioquake3 (1.36+u20150710+dfsg1-2) UNRELEASED; urgency=medium
+
+  * Set FULLBINEXT="" to omit extension from executables, instead of
+    renaming them afterwards
+
+ -- Simon McVittie <smcv at debian.org>  Tue, 14 Jul 2015 10:08:13 +0100
+
 ioquake3 (1.36+u20150710+dfsg1-1) unstable; urgency=medium
 
   [ Simon McVittie ]
diff --git a/debian/rules b/debian/rules
index 56dae82..be8c294 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,6 +54,7 @@ OPTIONS := \
 		VERSION=$(DEB_VERSION)/$(distro) \
 		PRODUCT_DATE='$(PRODUCT_DATE)' \
 		CFLAGS='$(CFLAGS) $(CPPFLAGS)' \
+		FULLBINEXT="" \
 		NO_STRIP=1 \
 		$(NULL)
 
@@ -64,8 +65,6 @@ 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
-	mv $(DESTDIR)/usr/lib/ioquake3/ioquake3.* $(DESTDIR)/usr/lib/ioquake3/ioquake3
-	mv $(DESTDIR)/usr/lib/ioquake3/ioq3ded.* $(DESTDIR)/usr/lib/ioquake3/ioq3ded
 	install -m644 README.md build/README
 	install -d $(DESTDIR)/usr/lib/quake3/base/baseq3/
 	install -d $(DESTDIR)/usr/lib/quake3/demo/demoq3/

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