Files
scylladb/dist/debian/python3/rules.mustache
Takuya ASADA cfa8885ae1 reloc/python3: add install.sh on python relocatable package
To support nonroot installation on scylla-python3, add install.sh on
scylla-python3 relocatable package.
2019-09-03 20:06:30 +09:00

27 lines
437 B
Plaintext
Executable File

#!/usr/bin/make -f
export PYBUILD_DISABLE=1
override_dh_auto_configure:
override_dh_auto_build:
override_dh_auto_install:
dh_auto_install
./install.sh --root "$(CURDIR)/debian/{{product}}-python3"
override_dh_strip:
override_dh_makeshlibs:
override_dh_shlibdeps:
override_dh_fixperms:
dh_fixperms
chmod 755 $(CURDIR)/debian/{{product}}-python3/opt/scylladb/python3/libexec/ld.so
override_dh_strip_nondeterminism:
%:
dh $@