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
commit7764f10a8b64e5f241af609c393c1f1b5e65f240 (patch)
treeafd7a3397533e2af7a868b96b894bfc7069e647d /Makefile
parentd6a8992b448d5e5a99267a8e8b35456d2677fd20 (diff)
downloadpylint-7764f10a8b64e5f241af609c393c1f1b5e65f240.tar.gz
Added sub-version to deb package.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 81c3a09..0859f35 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)