X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fdm-monitor;h=87846b7009325efdbdf260f8fa9258f498953c6d;hb=8645f7416c0245829268b993f362f73cacdd8b1c;hp=d461643304af2cf1eb4c12db0afb0b132f9ff886;hpb=dca650055f023509bf797c760c11e01f03d894bb;p=dak.git diff --git a/scripts/debian/dm-monitor b/scripts/debian/dm-monitor index d4616433..87846b70 100755 --- a/scripts/debian/dm-monitor +++ b/scripts/debian/dm-monitor @@ -9,6 +9,25 @@ psql --html projectb <' OR + m.name LIKE '% <' || substring(u.uid FROM 4) || '>') + WHERE u.uid LIKE 'dm:%' AND sa.suite = 5 + ) +ORDER BY uid.uid; +EOF + echo "Packages debian maintainers may update:" psql --html projectb <') + JOIN uid u ON (m.name LIKE u.name || ' <%>' OR + m.name LIKE '% <' || substring(u.uid FROM 4) || '>') WHERE u.uid LIKE 'dm:%' AND sa.suite = 5 ORDER BY u.uid, s.source, s.version; EOF