[Peter Samuelson]
>   chglog=$(dpkg-parsechangelog)
>   pkg=$(echo "$chglog" | awk '/^Source: /{print $2}')
>   debversion=$(echo "$chglog" | awk '/^Version: /{print $2}')
>   version=${debversion%-*}
>   name=$pkg-$version

Suddenly it occurs to me that $name would actually be what I called
$pkg.  Oh well, I'm sure you got the idea.

Attachment: signature.asc
Description: Digital signature

Reply via email to