The following commit has been merged in the master branch:
commit 5deee96baecb8e7ad2d8918c161d7f39ea58c239
Author: Ole Streicher <[email protected]>
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

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

Reply via email to