This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
mandaye-vincennes/rules

14 lines
362 B
Plaintext
Raw Normal View History

2014-04-09 12:45:57 +02:00
#!/usr/bin/make -f
2014-04-09 14:55:37 +02:00
BUILD_DIR=$(CURDIR)/debian/mandaye-vincennes
2014-04-09 12:45:57 +02:00
%:
dh $@ --with python2
override_dh_install:
2014-04-09 14:55:37 +02:00
dh_install
for ver in $(shell pyversions -vr); do \
ln -s /etc/mandaye-vincennes/local_config.py $(BUILD_DIR)/usr/lib/python$$ver/dist-packages/mandaye_vincennes/; \
done
cp -R mandaye_vincennes/static $(BUILD_DIR)/usr/share/mandaye-vincennes