
* Only installs code+virtualenv, not uwsgi etc * Build with: dpkg-buildpackage -us -uc Change-Id: I18be6107592c065085c6a2cf49cf9bc061a8313f
6 lines
56 B
Makefile
Executable File
6 lines
56 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with python-virtualenv
|
|
|