[Blends-commit] [SCM] website branch, master, updated. 5e42b20d58119c5fbb706458da8c2b244a2c7127
Andreas Tille
tille at debian.org
Fri Dec 13 15:36:05 UTC 2013
The following commit has been merged in the master branch:
commit 86424408575af616e7027fb37da8716c01724ea2
Author: Andreas Tille <tille at debian.org>
Date: Fri Dec 13 15:19:14 2013 +0100
Enable excluding packages that should not be mentioned in tasks files for whatever reason (may be just preconditions or those that have their own metapackage)
diff --git a/misc/sql/0-uncategorised.sh b/misc/sql/0-uncategorised.sh
index 0e077b4..32f87b8 100755
--- a/misc/sql/0-uncategorised.sh
+++ b/misc/sql/0-uncategorised.sh
@@ -9,9 +9,31 @@ fi
case "$1" in
debian-science)
team='debian-science-maintainers at lists.alioth.debian.org'
+ ignore="'yorick-av',
+ 'yorick-curses',
+ 'yorick-gl',
+ 'yorick-gy',
+ 'yorick-hdf5',
+ 'yorick-imutil',
+ 'yorick-ml4',
+ 'yorick-mpeg',
+ 'yorick-optimpack',
+ 'yorick-soy',
+ 'yorick-yeti',
+ 'yorick-yutils',
+ 'yorick-z'"
;;
debian-med)
team='debian-med-packaging at lists.alioth.debian.org'
+ # these source packages are simple preconditions which should not appear in any task
+ ignore="'bitops',
+ 'catools','charls','circos-tools','colt',
+ 'dichromat',
+ 'f2j',
+ 'g2',
+ 'igraph',
+ 'jai-core','jai-imageio-core','jam-lib','jlapack',
+ 'labeling','libkmlframework-java'"
;;
*)
echo "Unsupported Blend $1"
@@ -35,6 +57,7 @@ SELECT t.source, s.bin, u.changed_by FROM (
AND (b.dependency IS NULL OR b.dependency != 'i')
AND (b.blend IS NULL OR b.blend = '$1')
AND source != '$1'
+ AND source NOT IN ($ignore)
) tmp
GROUP BY source
HAVING MAX(is_in_task) = 0
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list