File: rules

package info (click to toggle)
ostree-push 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 440 kB
  • sloc: python: 3,650; makefile: 10
file content (19 lines) | stat: -rwxr-xr-x 446 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

export PYBUILD_NAME = ostree-push

%:
	dh $@ --buildsystem=pybuild

pybuild-autopkgtest: export http_proxy=

execute_before_dh_auto_build pybuild-autopkgtest: tests-symlinks

tests-symlinks:
	ln -sr tests/ostree-receive tests/ostree-receive-0
	ln -sr tests/ostree-receive tests/ostree-receive-1

# The tests use a local HTTP server that pybuild's http_proxy interferes
# with.
override_dh_auto_test:
	http_proxy= dh_auto_test