File: rules

package info (click to toggle)
python-django-timescaledb 0.2.13-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 304 kB
  • sloc: python: 512; sh: 20; makefile: 6; sql: 4
file content (13 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_NAME=django-timescaledb
export PYBUILD_DISABLE=test # Requires postresql server with timescaledb running

%:
	dh $@ --with python3 --buildsystem=pybuild

execute_after_dh_auto_build:
	find $(CURDIR)/.pybuild -name .DS_Store -delete