[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to detect packages autobuilt against debhelper 5.0.14?



On Sat, Nov 04, 2006 at 10:12:21PM +0100, Thomas Viehmann wrote:
> Hi,
> 
> Andrew Pollock wrote:
> > Any suggestions for how to determine all packages autobuilt against
> > debhelper 5.0.14?
> Wouldn't it be sufficient to look for dh_installinit stuff in postinst
> but no init file similar to
> 
> for x in *.deb ; do ar p $x control.tar.gz | tar xzOf - ./postinst
> 2>/dev/null | grep -q dh_installinit && (dpkg --contents $x | grep
> '\./etc/init.d/.' > /dev/null || echo "problem $x") ; done

Based on this, no other packages are in the same boat, from running it on
merkel.

regards

Andrew

Attachment: signature.asc
Description: Digital signature


Reply to: