File: rules

package info (click to toggle)
python-anyio 4.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,304 kB
  • sloc: python: 16,605; sh: 21; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

export SETUPTOOLS_SCM_PRETEND_VERSION=${DEB_VERSION_UPSTREAM}

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

override_dh_auto_test:
	@echo "Upstream test suite fails if the package isn't installed"

override_dh_auto_clean:
	dh_auto_clean
	rm -rf src/anyio.egg-info/