File: rules

package info (click to toggle)
python-spdx-tools 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,024 kB
  • sloc: python: 18,708; xml: 12,553; sh: 46; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=python-spdx-tools
export PYBUILD_AFTER_TEST=find {build_dir} \( -name parser.out -or -name parsetab.py \) -delete

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_install:
	find debian/ -depth -name dummy_path -type f -delete