#!/bin/sh exec dpkg-parsechangelog |grep "Version: "|awk '{ print $2 }'|awk -F - '{ print $1 }'