File: rules

package info (click to toggle)
social-auth-core 4.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,132 kB
  • sloc: python: 22,458; sh: 22; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 370 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE = 1

export PYBUILD_NAME=social-auth-core
export PYBUILD_AFTER_INSTALL=find {destdir}{install_dir} -type f -name "coverage.xml" | xargs -r rm -vrf
export PYBUILD_TEST_ARGS=\
 --ignore=social_core/tests/backends/test_google.py \
 --ignore=social_core/tests/backends/test_steam.py

%:
	dh $@ --buildsystem=pybuild