File: rules

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

export PYBUILD_NAME=python-spdx-tools

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	find debian/ -depth -name dummy_path -type f -delete