tags 839297 + patch thanks Patch attached.
Oh, you can probably also: - DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}') + DEBVERS := $(shell dpkg-parsechangelog --show-field=Version) Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
diff --git a/debian/rules b/debian/rules index 22a77f7..5768a42 100755 --- a/debian/rules +++ b/debian/rules @@ -24,10 +24,10 @@ override_dh_install: override_dh_installman: pod2man --section=1 --center="Transcriptome Protein Prediction" \ - --release="$$VERSION" TransDecoder.LongOrfs > \ + --release="$(VERSION)" TransDecoder.LongOrfs > \ debian/TransDecoder.LongOrfs.1 pod2man --section=1 --center="Transcriptome Protein Prediction" \ - --release="$$VERSION" TransDecoder.Predict > \ + --release="$(VERSION)" TransDecoder.Predict > \ debian/TransDecoder.Predict.1 dh_installman