ubuntu-debian: Find ABI files according to their source package name

Loïc Minier loic.minier at ubuntu.com
Tue Aug 17 19:20:03 UTC 2010


+src_pkg_name=$(dpkg-parsechangelog -l${DEBIAN}/changelog|grep Source|sed 's/^.*Source: //')

 perhaps with an anchor at the start of the line (and one less process):
 src_pkg_name=$(dpkg-parsechangelog -l${DEBIAN}/changelog | sed -n 's/^Source: //p')

-- 
Loïc Minier




More information about the kernel-team mailing list