File: rules

package info (click to toggle)
ros2-colcon-core 0.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,156 kB
  • sloc: python: 10,333; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 378 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_TEST_ARGS = -m 'not linter'
ifneq ($(PYBUILD_AUTOPKGTEST),1)
# We need entry points to work because of distutils.command.symlink_data
export PYBUILD_BEFORE_TEST={interpreter} setup.py egg_info && cp -r {dir}/*.egg-info {build_dir}
export PYBUILD_AFTER_TEST=rm -rf {dir}/*.egg-info {build_dir}/*.egg-info
endif

%:
	dh $@ --buildsystem=pybuild