File: rules

package info (click to toggle)
python-django-gravatar2 1.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: python: 398; makefile: 6; sh: 6
file content (12 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

export PYBUILD_NAME=django-gravatar2

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

# Some tests require an internet access, which is not wanted at build time.
override_dh_auto_test: