[openarena] 02/11: Drop compatibility with ioquake3 (<< 1.36+u20130504)
Simon McVittie
smcv at debian.org
Fri Jan 22 12:06:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository openarena.
commit 67eac2a97d96c58e261042a3696e6ce718edd457
Author: Simon McVittie <smcv at debian.org>
Date: Sun Aug 2 14:24:59 2015 +0100
Drop compatibility with ioquake3 (<< 1.36+u20130504)
---
debian/changelog | 1 +
debian/control | 4 ++--
debian/link-modules.sh | 28 ----------------------------
debian/rules | 1 -
4 files changed, 3 insertions(+), 31 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5ab2aed..844fbab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
openarena (0.8.8-15) UNRELEASED; urgency=medium
* Use DEB_VENDOR instead of lsb_release
+ * Drop compatibility with ioquake3 (<< 1.36+u20130504)
-- Simon McVittie <smcv at debian.org> Sun, 02 Aug 2015 14:15:44 +0100
diff --git a/debian/control b/debian/control
index d1354a9..70114db 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Homepage: http://openarena.ws/
Package: openarena
Architecture: linux-any kfreebsd-any hurd-any
Depends: ${misc:Depends}, ${shlibs:Depends},
- ioquake3 (>= 1.36+svn2224-3~),
+ ioquake3 (>= 1.36+u20130504),
openarena-081-maps,
openarena-081-misc,
openarena-081-players,
@@ -40,7 +40,7 @@ Package: openarena-server
Architecture: linux-any kfreebsd-any hurd-any
Depends: ${misc:Depends}, ${shlibs:Depends},
adduser,
- ioquake3-server (>= 1.36+svn2224-3~),
+ ioquake3-server (>= 1.36+u20130504),
openarena-081-maps,
openarena-081-misc,
openarena-081-players,
diff --git a/debian/link-modules.sh b/debian/link-modules.sh
deleted file mode 100644
index 5af3b2a..0000000
--- a/debian/link-modules.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-set -e
-
-cd debian/tmp/usr/lib/openarena
-
-arch="$1"
-
-case "$arch" in
- (x86)
- compat=i386
- ;;
- (i386)
- compat=x86
- ;;
- (alpha)
- compat=axp
- ;;
- (axp)
- compat=alpha
- ;;
-esac
-
-if test -n "$compat"; then
- for module in baseoa/*${arch}.so baseoa/pak*/*${arch}.so missionpack/*${arch}.so; do
- ln -s ${module##*/} ${module%${arch}.so}${compat}.so
- done
-fi
diff --git a/debian/rules b/debian/rules
index 8f2c11b..9a873f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -119,7 +119,6 @@ override_dh_auto_install:
install -m644 build/release-$(Q3PLATFORM)-$(Q3ARCH)/missionpack/qagame*.so\
debian/tmp/usr/lib/openarena-server/missionpack/
convert -scale 32x32 debian/openarena128.png debian/openarena32.xpm
- sh debian/link-modules.sh $(Q3ARCH)
override_dh_strip:
dh_strip --dbg-package=openarena-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openarena.git
More information about the Pkg-games-commits
mailing list