File: rules

package info (click to toggle)
uwsgi-apparmor 0.0.0%2Bgit.2014.09.15.7d6d7bd7eb-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 60 kB
  • sloc: ansic: 63; makefile: 9; python: 3
file content (14 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/openstack-pkg-tools/pkgos.make

%:
	dh $@

override_dh_auto_clean:
	rm -rf .uwsgi_plugins_builder 

override_dh_auto_build:
	set -e && for pyvers in $(PYTHON3S); do \
		PYTHON=python$$pyvers uwsgi --build-plugin . ;\
	done