The following commit has been merged in the master branch:
commit 0fc23d845a7b7f9a9f54212e3ff45bf3826e0926
Author: Mike Gabriel <[email protected]>
Date:   Mon Aug 21 13:51:30 2017 -0400

    devtools/blend-gen-control: Nasty typo fix for (= ${source:Version}) 
expression (swap "$" and "{").

diff --git a/debian/changelog b/debian/changelog
index 5e875db..59687a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+blends (0.6.100) UNRELEASED; urgency=medium
+
+  * devtools/blend-gen-control: Nasty typo fix for (= ${source:Version})
+    expression (swap "$" and "{").
+
+ -- Mike Gabriel <[email protected]>  Mon, 21 Aug 2017 13:50:34 -0400
+
 blends (0.6.99) unstable; urgency=medium
 
   * Team upload
diff --git a/devtools/blend-gen-control b/devtools/blend-gen-control
index 5776bbd..bb3afc2 100755
--- a/devtools/blend-gen-control
+++ b/devtools/blend-gen-control
@@ -271,7 +271,7 @@ sub gen_control {
 
                 my (@depends, @recommends, @suggests);
 
-                push @depends, $tasksname.' (= {$source:Version})';
+                push @depends, $tasksname.' (= ${source:Version})';
                 push @depends, '${misc:Depends}';
                 push @depends, @{$pkglist}
                     if defined $pkglist;

-- 
Git repository for blends code

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to