Comment 12 for bug 161760

Revision history for this message
Cesare Tirabassi (norsetto) wrote : Re: Please merge vips 7.15.5-1 from Debian unstable

Yes, on second thought it makes sense that this should fail, if we change the version to an ubuntu version if may not detect the right tarball name.
Maybe this:

dpkg-parsechangelog | sed 's/^Version: //; t; d' | cut -d- -f 1

will solve the problem.