[Debian-med-packaging] Bug#839297: transdecoder: FTBFS: Option release requires an argument

Chris Lamb lamby at debian.org
Sat Oct 1 14:24:05 UTC 2016


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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
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
 


More information about the Debian-med-packaging mailing list