[Blends-commit] [SCM] blends-dev branch, master, updated. 6b8475a2a946e52836acb7d339ac9e23c39c6664

Andreas Tille tille at debian.org
Sun Nov 27 18:40:21 UTC 2016


The following commit has been merged in the master branch:
commit 301b7dfc2ec3ed6e08a7c58d16d2490e518f11b9
Author: Andreas Tille <tille at debian.org>
Date:   Sat Nov 26 19:50:25 2016 +0100

    Do not add misc:Depends twice

diff --git a/devtools/blend-gen-control b/devtools/blend-gen-control
index 3a6217a..c8c0bff 100755
--- a/devtools/blend-gen-control
+++ b/devtools/blend-gen-control
@@ -235,7 +235,7 @@ sub gen_control {
 			print ' (= ${source:Version}), ${misc:Depends}';
 		    }
 		    if ( $hasconfig ) {
-			print ', ' . $prefix . 'config (= ${source:Version}), ${misc:Depends}';
+			print ', ' . $prefix . 'config (= ${source:Version})';
 		    }
 		    print "\n" ;
 	        }

-- 
Git repository for blends code



More information about the Blends-commit mailing list