The following commit has been merged in the master branch:
commit be9e8a4d07f1203c12b53265cd799890e6ba35d8
Author: Andreas Tille <[email protected]>
Date:   Sun Nov 27 19:35:07 2016 +0100

    Forgot to push right in time - merging changes of 
72387d598bcd95f132c838745422e70359b1264f

diff --git a/debian/changelog b/debian/changelog
index 4697976..1558f7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,18 @@
-blends (0.6.96) UNRELEASED; urgency=medium
+blends (0.6.97) UNRELEASED; urgency=medium
 
   * Set blends-tasks to priority:optional. (Closes: #846002)
 
  -- Holger Levsen <[email protected]>  Sun, 27 Nov 2016 18:07:38 +0100
 
+blends (0.6.96) unstable; urgency=medium
+
+  * Use (= ${source:Version}) for arch:all depends
+    Closes: #845760
+  * add ${misc:Depends}
+    Closes: #845762
+
+ -- Andreas Tille <[email protected]>  Sat, 26 Nov 2016 19:18:33 +0100
+
 blends (0.6.95) unstable; urgency=medium
 
   [ Ole Streicher ]
diff --git a/devtools/blend-gen-control b/devtools/blend-gen-control
index 42e6090..3a6217a 100755
--- a/devtools/blend-gen-control
+++ b/devtools/blend-gen-control
@@ -232,10 +232,10 @@ sub gen_control {
                if ( $tasksname ) {
                    print "Depends: $tasksname";
                    if ( $tasksname =~ /-tasks$/ ) {
-                       print ' (= ${binary:Version})';
+                       print ' (= ${source:Version}), ${misc:Depends}';
                    }
                    if ( $hasconfig ) {
-                       print ', ' . $prefix . 'config (= ${binary:Version})';
+                       print ', ' . $prefix . 'config (= ${source:Version}), 
${misc:Depends}';
                    }
                    print "\n" ;
                }

-- 
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