dupeguru/debian/rules

9 lines
250 B
Plaintext
Raw Normal View History

2016-06-22 16:58:02 +00:00
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
dh_prep
dh_installdirs
bash -c "pyvenv --system-site-packages env && source env/bin/activate && pip install -r requirements.txt && python3 build.py --clean && python3 package.py --runtime-pkg"