[Blends-commit] [SCM] website branch, master, updated. e6256236f592867ab30ae9ceb607187c1432b0f9
Andreas Tille
tille at debian.org
Tue Dec 17 13:41:59 UTC 2013
The following commit has been merged in the master branch:
commit e6256236f592867ab30ae9ceb607187c1432b0f9
Author: Andreas Tille <tille at debian.org>
Date: Tue Dec 17 14:45:40 2013 +0100
Add Debian GIS and by doing so enable two different maintainer mailing lists (also add pkg-scicomp which adds more entries also to the Science list)
diff --git a/misc/sql/0-uncategorised.sh b/misc/sql/0-uncategorised.sh
index f4422b0..c513250 100755
--- a/misc/sql/0-uncategorised.sh
+++ b/misc/sql/0-uncategorised.sh
@@ -8,7 +8,7 @@ fi
case "$1" in
debian-science)
- team='debian-science-maintainers at lists.alioth.debian.org'
+ team="'debian-science-maintainers at lists.alioth.debian.org','pkg-scicomp-devel at lists.alioth.debian.org'"
ignore="'yorick-av',
'yorick-curses',
'yorick-gl',
@@ -24,7 +24,7 @@ case "$1" in
'yorick-z'"
;;
debian-med)
- team='debian-med-packaging at lists.alioth.debian.org'
+ 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','ctn-doc',
@@ -44,6 +44,10 @@ case "$1" in
'snappy1.0.3-java'
"
;;
+ debian-gis)
+ team="'pkg-grass-devel at lists.alioth.debian.org','pkg-osm-maint at lists.alioth.debian.org'"
+ ignore="''"
+ ;;
*)
echo "Unsupported Blend $1"
exit 1
@@ -61,7 +65,7 @@ SELECT t.source, s.bin, u.changed_by FROM (
SELECT source FROM (
SELECT DISTINCT source, CASE WHEN b.package IS NULL THEN 0 ELSE 1 END AS is_in_task FROM packages p
LEFT JOIN blends_dependencies b ON p.package = b.package
- WHERE maintainer_email = '$team'
+ WHERE maintainer_email IN ($team)
AND release = 'sid' -- restrict to packages in unstable for the moment
AND (b.dependency IS NULL OR b.dependency != 'i')
AND (b.blend IS NULL OR b.blend = '$1')
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list