File: rules

package info (click to toggle)
strawberry-graphql-django 0.67.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,988 kB
  • sloc: python: 27,682; sh: 20; makefile: 20
file content (19 lines) | stat: -rwxr-xr-x 398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE = 1

export PYBUILD_NAME=strawberry_django
export PYBUILD_TEST_ARGS=\
 --ignore=tests/test_enums.py

%:
	dh $@ --buildsystem=pybuild

override_dh_clean:
	dh_clean
	find -type d -name .mypy_cache | xargs rm -rf {} \;

override_dh_installexamples:
	dh_installexamples
	find debian/strawberry-graphql-django -type f -name ".gitignore" -delete