File: rules

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

# for unit tests
export LANGUAGE=en_US:en
# ignore CVE-2022-39253 in unit tests
export GIT_CONFIG_GLOBAL=$(shell mktemp)
export PYBUILD_BEFORE_TEST=git config --global protocol.file.allow always
export PYBUILD_AFTER_TEST=rm -f ${GIT_CONFIG_GLOBAL}

%:
	dh $@ --buildsystem=pybuild