[med-svn] [transdecoder] 01/03: Apply fix for FTBFS from Chris Lamb
Michael Crusoe
misterc-guest at moszumanska.debian.org
Sun Oct 2 14:04:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to tag debian/3.0.0+dfsg-3
in repository transdecoder.
commit 7423158e4d5129e6c60fc8f88ef41655aa0e592e
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date: Sun Oct 2 06:27:37 2016 -0700
Apply fix for FTBFS from Chris Lamb
---
debian/changelog | 7 +++++++
debian/rules | 7 +++----
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 44cc1f9..a9fe0ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+transdecoder (3.0.0+dfsg-3) unstable; urgency=medium
+
+ * Apply fix for FTBFS from Chris Lamb <lamby at debian.org>, (Closes:
+ #839297)
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Sun, 02 Oct 2016 06:31:59 -0700
+
transdecoder (3.0.0+dfsg-2) unstable; urgency=medium
[ Andreas Tille ]
diff --git a/debian/rules b/debian/rules
index 22a77f7..da49d0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
#!/usr/bin/make -f
DH_VERBOSE := 1
-DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
-VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
+DEBVERS := $(shell dpkg-parsechangelog --show-field=Version)
%:
dh $@ --parallel
@@ -24,10 +23,10 @@ override_dh_install:
override_dh_installman:
pod2man --section=1 --center="Transcriptome Protein Prediction" \
- --release="$$VERSION" TransDecoder.LongOrfs > \
+ --release="$(DEBVERS)" TransDecoder.LongOrfs > \
debian/TransDecoder.LongOrfs.1
pod2man --section=1 --center="Transcriptome Protein Prediction" \
- --release="$$VERSION" TransDecoder.Predict > \
+ --release="$(DEBVERS)" TransDecoder.Predict > \
debian/TransDecoder.Predict.1
dh_installman
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/transdecoder.git
More information about the debian-med-commit
mailing list