[Blends-commit] [SCM] blends-dev branch, master, updated. 13cded889106accab8fd02769c39959958517eb2

Mike Gabriel mike.gabriel at das-netzwerkteam.de
Mon Aug 21 18:15:21 UTC 2017


The following commit has been merged in the master branch:
commit 0fc23d845a7b7f9a9f54212e3ff45bf3826e0926
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
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 <sunweaver at debian.org>  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



More information about the Blends-commit mailing list