~ubuntu-branches/ubuntu/trusty/rubber/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/04_borken_image_conversion.diff

  • Committer: Package Import Robot
  • Author(s): Hilmar Preuße
  • Date: 2014-03-27 10:50:03 UTC
  • Revision ID: package-import@ubuntu.com-20140327105003-p4tfqv6fo1igv2yt
Tags: 1.1+20100306-3
* Add patch 04_borken_image_conversion.diff
  (Closes: #684731)
* Add patch 05_rubber-push_vars-bug.diff
  (Closes: #701898)
* Update to Standards-Version 3.9.5 (co changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- rubber-1.1+20100306.orig/src/convert.py     2011-02-17 15:49:27 +0000
 
2
+++ rubber-1.1+20100306/src/convert.py  2013-05-02 11:50:38 +0000
 
3
@@ -215,7 +215,7 @@
 
4
 
 
5
                candidates.sort()
 
6
                for cost, source, target, rule in candidates:
 
7
-                       instance = Variables(context, rule)
 
8
+                       instance = Variables(context, dict(rule))
 
9
                        instance['source'] = source
 
10
                        instance['target'] = target
 
11
                        if check is not None and not check(instance):
 
12