[blockattack] 39/88: Fix scons call to Options().

Markus Koschany apo-guest at moszumanska.debian.org
Wed Jan 6 11:53:27 UTC 2016


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

apo-guest pushed a commit to branch master
in repository blockattack.

commit 4fdeaa0562b291a5a8e16c6695e4e26380b03755
Author: Jordà Polo <jorda at ettin.org>
Date:   Sat Sep 29 15:13:45 2007 +0000

    Fix scons call to Options().
---
 debian/changelog               | 7 +++++++
 debian/patches/scons_args.diff | 9 +++++++++
 debian/patches/series          | 1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d87bcbb..768feb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+blockattack (1.3.1-3) UNRELEASED; urgency=low
+
+  * debian/patches/scons_args.diff: New patch to fix scons command-line
+    argument handling. (Closes: #444536)
+
+ -- Jordà Polo <jorda at ettin.org>  Sat, 29 Sep 2007 16:54:22 +0200
+
 blockattack (1.3.1-2) unstable; urgency=low
 
   [ Gonéri Le Bouder ]
diff --git a/debian/patches/scons_args.diff b/debian/patches/scons_args.diff
new file mode 100644
index 0000000..6b692c6
--- /dev/null
+++ b/debian/patches/scons_args.diff
@@ -0,0 +1,9 @@
+--- blockattack-1.3.1.orig/SConstruct
++++ blockattack-1.3.1/SConstruct
+@@ -1,5 +1,5 @@
+ # Option      #
+-opts = Options(ARGUMENTS)
++opts = Options(args = ARGUMENTS)
+ opts.Add('destdir', 'Staging area to install BlockAttack to.  Useful for packagers.', '')
+ opts.Add('prefix', 'Destination directory', '/usr/local')
+ opts.Add('sharedir', 'Directory to use to store data file', '$prefix/share/blockattack')
diff --git a/debian/patches/series b/debian/patches/series
index b07871d..525b93d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+scons_args.diff
 fix_scons.diff
 fix_spelling.diff

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



More information about the Pkg-games-commits mailing list