[darkradiant] 01/01: Disable python scripting to avoid crash at startup, Closes: #833121

Tobias Frost tobi at moszumanska.debian.org
Thu Aug 4 19:21:08 UTC 2016


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

tobi pushed a commit to branch master
in repository darkradiant.

commit 5330b55d019084ae81488a4ef295be7ba274e2cc
Author: Tobias Frost <tobi at coldtobi.de>
Date:   Thu Aug 4 21:21:02 2016 +0200

    Disable python scripting to avoid crash at startup, Closes: #833121
---
 debian/changelog | 5 +++--
 debian/rules     | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d549c2e..f9b17f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-darkradiant (2.0.4-1) UNRELEASED; urgency=medium
+darkradiant (2.0.4-1) unstable; urgency=medium
 
   * New upstream release.
   * d/control: Add VCS-Git and VCS-Browser, using https variants.
@@ -12,8 +12,9 @@ darkradiant (2.0.4-1) UNRELEASED; urgency=medium
   * Run autgen.sh instead of stock dh_autoreconf
   * Add patch to enable reproducible builds.
   * Bump S-V to 3.9.8, no changes required.
+  * Disable python scripting support to avoid crash. (Closes: #833121)
 
- -- Tobias Frost <tobi at debian.org>  Sat, 25 Jun 2016 22:01:27 +0200
+ -- Tobias Frost <tobi at debian.org>  Thu, 04 Aug 2016 21:20:28 +0200
 
 darkradiant (2.0.2-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 1aef3a9..1c1fd26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,8 @@ override_dh_autoreconf:
 	dh_autoreconf ./autogen.sh
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-nls --enable-darkmod-plugins
+	dh_auto_configure -- --disable-nls --enable-darkmod-plugins \
+           --disable-python
 
 override_dh_makeshlibs:
 	# do not call ldconfig in postinst/postrm

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



More information about the Pkg-games-commits mailing list