summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Nowikowski <godfryd@gmail.com>2014-07-26 13:51:05 +0200
committerMichal Nowikowski <godfryd@gmail.com>2014-07-26 13:51:05 +0200
commit6dd4e111381f9b04659f27632b9755980e2dee23 (patch)
tree3d2bf35d1ba5de3996c9707519f9bb2acbbca641 /Makefile
parent95d32ed9985d520e1f2b9d91b1b94de89bc2f4b8 (diff)
downloadpylint-git-6dd4e111381f9b04659f27632b9755980e2dee23.tar.gz
Added sub-version to deb package.
--HG-- branch : make
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 81c3a0940..0859f3566 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ docs: $(PIP)
deb: $(PKG_DEB)
$(PKG_DEB): /usr/bin/debuild /usr/bin/dh_pysupport
+ if [ -n "$$SUBVERSION" ]; then sed -i -e "0,/pylint (\(.*\))/s//pylint (\1.$${SUBVERSION})/" debian/changelog; fi
debuild -b -us -uc
sdist: $(PKG_SDIST)