The following commit has been merged in the master branch:
commit 083b3628d73f6aa143746b8c7dc5203ed9ab23c8
Author: Andreas Tille <ti...@debian.org>
Date:   Sun Feb 11 17:27:24 2018 +0100

    No restriction about the actual task - just give all

diff --git a/misc/sql/edam.sh b/misc/sql/edam.sh
index faf6d4c..4e7066f 100755
--- a/misc/sql/edam.sh
+++ b/misc/sql/edam.sh
@@ -100,7 +100,7 @@ $JSONBEGIN
              source, homepage, description, description_md5
         FROM blends_prospectivepackages
         WHERE package IN
-                      (SELECT DISTINCT package FROM blends_dependencies WHERE 
blend = 'debian-med' AND task IN ('bio', 'bio-dev'))
+                      (SELECT DISTINCT package FROM blends_dependencies WHERE 
blend = 'debian-med') -- AND task IN ('bio', 'bio-dev', 'imaging', 
'imaging-dev'))
        ) tmp
     ) p
     LEFT OUTER JOIN (

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to