File: rules

package info (click to toggle)
python-gnupg 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: python: 2,720; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export http_proxy = http://127.0.1.1:9/
export https_proxy = ${http_proxy}
export PYBUILD_NAME=gnupg
export PYBUILD_AFTER_TEST=rm {build_dir}/random_binary_data
export NO_EXTERNAL_TESTS=true

%:
	dh $@ --buildsystem=pybuild