improve handling of python versions for debian
upload release cryptobox-server v0.3.4.5 upload source file of cryptobox-server v0.3.4.4master
parent
1f2f5a169f
commit
32fcf96ad1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -13,7 +13,8 @@
|
|||
.NOTPARALLEL:
|
||||
|
||||
DEB_BUILD_DIR=$(CURDIR)/debian/cryptobox-server
|
||||
CB_PYDIR=$(DEB_BUILD_DIR)/usr/lib/python$(shell pyversions -vr)/site-packages/cryptobox
|
||||
PY_VER=$(shell pyversions -vr | cut -f 1 -d " ")
|
||||
CB_PYDIR=$(DEB_BUILD_DIR)/usr/lib/python${PY_VER}/site-packages/cryptobox
|
||||
|
||||
|
||||
build: build-stamp
|
||||
|
|
|
@ -10,5 +10,5 @@ __all__ = ['core', 'web', 'plugins', 'tests']
|
|||
__revision__ = "$Id$"
|
||||
|
||||
|
||||
__version__ = "0.3.4.3"
|
||||
__version__ = "0.3.4.5"
|
||||
|
||||
|
|
Loading…
Reference in New Issue