[openjk] 02/08: New upstream snapshot. Exclude all of tools/ which is no longer needed

Simon McVittie smcv at debian.org
Mon Apr 27 21:28:42 UTC 2015


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

smcv pushed a commit to branch master
in repository openjk.

commit 3a4c094b9186a26607290abafbd8db507c65e472
Author: Simon McVittie <smcv at debian.org>
Date:   Mon Apr 27 08:53:50 2015 +0100

    New upstream snapshot. Exclude all of tools/ which is no longer needed
---
 debian/copyright | 11 ++---------
 debian/rules     | 15 +++------------
 2 files changed, 5 insertions(+), 21 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 99689c6..b8b184c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,13 +10,7 @@ Files-Excluded:
  lib/jpeg-8c
  lib/libpng
  lib/zlib
- tools/Assimilate
- tools/ModView
- tools/create_soundbank
- tools/lipsyncthing
- tools/lipthing2
- tools/maptool
- tools/pngtgaTool
+ tools
 Comment:
  OpenJK is a combination of files originally released under either GPL-2+ or
  GPL-2 in several Quake 3 engine forks: Jedi Knight II: Jedi Outcast, its
@@ -73,8 +67,7 @@ Comment:
  We use system copies of OpenAL, libjpeg, libpng, SDL, zlib, and some
  CMake modules for Debian, so those are not needed.
  .
- The tools directory is not needed for the main OpenJK build, apart from
- Ibize which contributes one header file.
+ The tools directory is not needed for the main OpenJK build.
 
 Files: *
 Copyright:
diff --git a/debian/rules b/debian/rules
index 0affe55..c8f41cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -120,10 +120,10 @@ override_dh_clean:
 ORIG_REPO ?= https://github.com/JACoders/OpenJK
 ORIG_REL =
 # Empty if it's a release
-ORIG_REV = f56cc41bc80bbf9656cf56020b9eabede7d9b076
+ORIG_REV = e7d5dbf4744927ad25b12dd49d934c3db93ec44e
 # Use the date of the ORIG_REV, or 20130426.1 if you snapshot twice in a day,
 # or empty if ORIG_REV is
-ORIG_DATE = 20150323
+ORIG_DATE = 20150420
 ORIG_SUFFIX = +dfsg1
 
 ifeq (${ORIG_REV},)
@@ -155,16 +155,7 @@ get-orig-source:
 	rm -fr openjk-${ORIG_VER}.orig/lib/jpeg-*
 	rm -fr openjk-${ORIG_VER}.orig/lib/libpng
 	rm -fr openjk-${ORIG_VER}.orig/lib/zlib
-	rm -fr openjk-${ORIG_VER}.orig/tools/Assimilate
-	rm -fr openjk-${ORIG_VER}.orig/tools/ModView
-	rm -fr openjk-${ORIG_VER}.orig/tools/Ibize/[!i]*
-	rm -fr openjk-${ORIG_VER}.orig/tools/Ibize/ibize.cpp
-	rm -fr openjk-${ORIG_VER}.orig/tools/Ibize/interpreter.h
-	rm -fr openjk-${ORIG_VER}.orig/tools/create_soundbank
-	rm -fr openjk-${ORIG_VER}.orig/tools/lipsyncthing
-	rm -fr openjk-${ORIG_VER}.orig/tools/lipthing2
-	rm -fr openjk-${ORIG_VER}.orig/tools/maptool
-	rm -fr openjk-${ORIG_VER}.orig/tools/pngtgaTool
+	rm -fr openjk-${ORIG_VER}.orig/tools
 	tar --xz -cvf openjk_${ORIG_VER}.orig.tar.xz openjk-${ORIG_VER}.orig
 	rm -rf openjk-${ORIG_VER}.orig
 	rm -rf openjk-${ORIG_VER}.git

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



More information about the Pkg-games-commits mailing list