tag 525593 patch
thanks

Michael Schutte <mi...@uiae.at> (11/07/2009):
> These bugs come from the behavior of _do_create_keywords() in
> /usr/lib/scons/SCons/Action.py (line 332, scons 1.2.0-2).

Thanks for the patch. Fixed package uploaded to DELAYED/1.

Mraw,
KiBi.
diff -u belpic-2.6.0/debian/changelog belpic-2.6.0/debian/changelog
--- belpic-2.6.0/debian/changelog
+++ belpic-2.6.0/debian/changelog
@@ -1,3 +1,13 @@
+belpic (2.6.0-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with newer scons, thanks to a patch by Michael Schutte:
+    Flatten the list of parameters passed to env.Action() in
+    admin/generic.py (Closes: #525593).
+  * Set urgency to “medium” since this bug affects testing too.
+
+ -- Cyril Brulebois <k...@debian.org>  Sun, 19 Jul 2009 16:11:37 +0200
+
 belpic (2.6.0-6) unstable; urgency=high
 
   * Remove libopenct1-dev builddep, and single leftover linkage to
only in patch2:
unchanged:
--- belpic-2.6.0.orig/admin/generic.py
+++ belpic-2.6.0/admin/generic.py
@@ -492,7 +492,7 @@
 
 	def string_la_file(target, source, env):
 		print "building '%s' from '%s'" % (target[0].name, source[0].name)
-	la_file = env.Action(build_la_file, string_la_file, ['BKSYS_VNUM', 'BKSYS_DESTDIR'])
+	la_file = env.Action(build_la_file, string_la_file, 'BKSYS_VNUM', 'BKSYS_DESTDIR')
 	env['BUILDERS']['LaFile'] = env.Builder(action=la_file,suffix='.la',src_suffix=env['SHLIBSUFFIX'])
 
 	## Function for building shared libraries

Attachment: signature.asc
Description: Digital signature

Reply via email to