[SCM] Packaging for the OpenArena engine branch, master, updated. debian/0.8.5-7-5-g8867603
Simon McVittie
smcv at debian.org
Sat Jul 23 23:00:29 UTC 2011
The following commit has been merged in the master branch:
commit 3281afeeae1d86bc1acd1a5b486069b2c204aefb
Author: Simon McVittie <smcv at debian.org>
Date: Sat Jul 23 19:13:30 2011 +0100
Remove build-dependencies that were only there to support the engine, which we no longer build from this source package
* Remove build-dependencies that were only there to support the engine,
which we no longer build from this source package
- in particular, libjpeg62-dev (Closes: #635089)
* Force CFLAGS from SDL to not be used, even if it's installed, to make
sure builds are consistent
diff --git a/debian/changelog b/debian/changelog
index 11b70f1..fa2f37c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+openarena (0.8.5-9) unstable; urgency=low
+
+ * Remove build-dependencies that were only there to support the engine,
+ which we no longer build from this source package
+ - in particular, libjpeg62-dev (Closes: #635089)
+ * Force CFLAGS from SDL to not be used, even if it's installed, to make
+ sure builds are consistent
+
+ -- Simon McVittie <smcv at debian.org> Sat, 23 Jul 2011 19:12:43 +0100
+
openarena (0.8.5-8) unstable; urgency=low
* Team upload
diff --git a/debian/control b/debian/control
index 1347b66..08f5cdf 100644
--- a/debian/control
+++ b/debian/control
@@ -7,13 +7,7 @@ Uploaders: Bruno "Fuddl" Kleinert <fuddl at debian.org>,
Simon McVittie <smcv at debian.org>
Build-Depends: debhelper (>= 8),
imagemagick,
- ioquake3-server (>= 1.36+svn1802-1~),
- libcurl4-gnutls-dev,
- libjpeg62-dev,
- libopenal-dev,
- libsdl1.2-dev,
- libspeexdsp-dev,
- libvorbis-dev
+ ioquake3-server (>= 1.36+svn1802-1~)
Standards-Version: 3.9.1
Vcs-Git: git://git.debian.org/git/pkg-games/openarena.git
Vcs-Browser: http://git.debian.org/?p=pkg-games/openarena.git;a=summary
diff --git a/debian/rules b/debian/rules
index 362ff14..9ffd42c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,9 @@ GENERAL_OPTIONS = \
ARCH=$(Q3ARCH) \
PLATFORM=$(Q3PLATFORM) \
COMPILE_ARCH=$(Q3COMPILE_ARCH) \
- COMPILE_PLATFORM=$(Q3COMPILE_PLATFORM)
+ COMPILE_PLATFORM=$(Q3COMPILE_PLATFORM) \
+ SDL_CFLAGS= \
+ $(NULL)
TARGET = release
--
Packaging for the OpenArena engine
More information about the Pkg-games-commits
mailing list