On 12/15/2011 02:39 PM, Thomas Koch wrote: > 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') >
Ok, I fixed this one using another method: I've used build.number shipped by upstream to get the correct version number, without much hacking. Then, I've used sed to put a correct verison number if pom files. All is pushed to the git repo. Regards, -- Mehdi Dogguy مهدي الدڤي http://dogguy.org/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

