Codebase list python-git / 1b80599
d/rules: remove python2 code TANIGUCHI Takaki 4 years ago
1 changed file(s) with 0 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
11 # -*- makefile -*-
22
3 PYTHONS:=$(shell pyversions -vr)
43 PYTHON3S:=$(shell py3versions -vr)
54 # Run tests only while building for neurodebian (~nd version suffix)
65 docheck = $(shell LC_ALL=C dpkg-parsechangelog | grep '^Version:' | cut -d ' ' -f 2,2 | grep -q -e '~nd' && echo "docheck" || echo "nocheck" )
1716 endif
1817
1918 override_dh_auto_install:
20 set -e ; for pyvers in $(PYTHONS); do \
21 python$$pyvers setup.py install --install-layout=deb \
22 --root $(CURDIR)/debian/python-git ; \
23 done
2419 set -e ; for pyvers in $(PYTHON3S); do \
2520 python$$pyvers setup.py install --install-layout=deb \
2621 --root $(CURDIR)/debian/python3-git ; \