Codebase list oslo-sphinx / 941d400
Packages the oslosphinx/theme folder correctly. Thomas Goirand 10 years ago
2 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 * New upstream release.
33
44 -- gustavo panizzo <gfa@zumbi.com.ar> Wed, 02 Apr 2014 16:38:06 -0300
5
6 oslo-sphinx (2.0-2) experimental; urgency=medium
7
8 * Packages the oslosphinx/theme folder correctly.
9
10 -- Thomas Goirand <zigo@debian.org> Sun, 09 Mar 2014 14:09:12 +0800
511
612 oslo-sphinx (2.0-1) experimental; urgency=medium
713
1717 set -e && for pyvers in $(PYTHONS); do \
1818 python$$pyvers setup.py install --install-layout=deb \
1919 --root $(CURDIR)/debian/python-oslosphinx; \
20 cp -rf oslosphinx/theme $(CURDIR)/debian/python-oslosphinx/usr/lib/python$$pyvers/dist-packages/oslosphinx ; \
2021 done