Hi, I need to parse the upstream version (2.9.1, not 2.9.1.final as in the manifest) to install the maven artefacts. I want to do it with
UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-+]+).*,\1,p') However this assumes that +dfsg is used. Can we make the change with the next debian version? We'd just need to create another git tag and commit the same tarball again to pristine-tar? Regards, Thomas Koch, http://www.koch.ro -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

