r4291 - in packages/trunk/blockattack/debian: . patches

Jordà Polo jorda-guest at alioth.debian.org
Sat Sep 29 15:13:46 UTC 2007


Author: jorda-guest
Date: 2007-09-29 15:13:45 +0000 (Sat, 29 Sep 2007)
New Revision: 4291

Added:
   packages/trunk/blockattack/debian/patches/scons_args.diff
Modified:
   packages/trunk/blockattack/debian/changelog
   packages/trunk/blockattack/debian/patches/series
Log:
Fix scons call to Options().

Modified: packages/trunk/blockattack/debian/changelog
===================================================================
--- packages/trunk/blockattack/debian/changelog	2007-09-28 18:20:48 UTC (rev 4290)
+++ packages/trunk/blockattack/debian/changelog	2007-09-29 15:13:45 UTC (rev 4291)
@@ -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 ]

Added: packages/trunk/blockattack/debian/patches/scons_args.diff
===================================================================
--- packages/trunk/blockattack/debian/patches/scons_args.diff	                        (rev 0)
+++ packages/trunk/blockattack/debian/patches/scons_args.diff	2007-09-29 15:13:45 UTC (rev 4291)
@@ -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')

Modified: packages/trunk/blockattack/debian/patches/series
===================================================================
--- packages/trunk/blockattack/debian/patches/series	2007-09-28 18:20:48 UTC (rev 4290)
+++ packages/trunk/blockattack/debian/patches/series	2007-09-29 15:13:45 UTC (rev 4291)
@@ -1,2 +1,3 @@
+scons_args.diff
 fix_scons.diff
 fix_spelling.diff




More information about the Pkg-games-commits mailing list