Also generate config file.
Thomas Goirand
8 years ago
19 | 19 | --root $(CURDIR)/debian/python3-castellan; \ |
20 | 20 | done |
21 | 21 | rm -rf $(CURDIR)/debian/python*-castellan/usr/lib/python*/dist-packages/*.pth |
22 | ||
23 | oslo-config-generator --output-file $(CURDIR)/debian/python-castellan/etc/castellan/castellan.conf \ | |
24 | --wrap-width 140 \ | |
25 | --namespace castellan.config | |
22 | 26 | |
23 | 27 | override_dh_auto_test: |
24 | 28 | ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) |