[Blends-commit] [SCM] blends-dev branch, master, updated. 5deee96baecb8e7ad2d8918c161d7f39ea58c239

Ole Streicher olebole at debian.org
Tue May 24 19:38:30 UTC 2016


The following commit has been merged in the master branch:
commit 5deee96baecb8e7ad2d8918c161d7f39ea58c239
Author: Ole Streicher <olebole at debian.org>
Date:   Tue May 24 21:38:20 2016 +0200

    Use  as prefix for the -all package

diff --git a/devtools/blend-gen-control b/devtools/blend-gen-control
index 681eaf0..9d3ad76 100755
--- a/devtools/blend-gen-control
+++ b/devtools/blend-gen-control
@@ -192,7 +192,7 @@ sub gen_control {
 	}
     }
     if (@recommends) {
-	print "Package: $blendshortname-all\n";
+	print "Package: " . $prefix . "all\n";
 	print "Section: metapackages\n" ;
 	print "Architecture: all\n";
 	print("Recommends: ", join(",\n ", @recommends),"\n");

-- 
Git repository for blends code



More information about the Blends-commit mailing list