Re: removal instead of orphaning?
On Fri, Aug 26, 2016 at 09:38:02PM +0200, Guus Sliepen wrote:
> > Should unrelated people spend time on packages they don't care about?
>
> No, that's why they are orphaned in the first place.
You can run the attached script to see if there are any RC bugs on an
orphaned package you might give a damn about.
--
An imaginary friend squared is a real enemy.
#!/bin/sh
rc-alert -dU "$@" \
`wget -qO- http://www.debian.org/devel/wnpp/orphaned|
sed -ne 's/.*<li><a href="https\?:\/\/bugs.debian.org\/\([0-9]*\)">\([^:<]*\)[: ]*\([^<]*\)<\/a>.*/O \1 \2 -- \3/; T d; p; : d'|
cut -d' ' -f 3`
Reply to: