I'm currently using the attached wrapper script to work around this limitation, but I'd love have it fixed in devscripts proper.

--
Jakub Wilk
#!/bin/sh
installed='install ok installed'
exec rc-alert "$@" \
  $(grep-status -F Status -w "$installed" -n -s Source:Package | sed -e 's/\([^ 
]*\).*/src:\1/') \
  $(grep-status -F Status -w "$installed" -n -s Package)

Reply via email to