[Peter Samuelson]
> chglog=$(dpkg-parsechangelog)
> pkg=$(echo "$chglog" | awk '/^Source: /{print $2}')
> debversion=$(echo "$chglog" | awk '/^Version: /{print $2}')
> version=${debversion%-*}
> name=$pkg-$versionSuddenly it occurs to me that $name would actually be what I called $pkg. Oh well, I'm sure you got the idea.
signature.asc
Description: Digital signature

