File: rules

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

export PYBUILD_NAME=wcmatch

%:
	dh $@ --with python3 --buildsystem=pybuild

execute_after_dh_auto_install:
	$(RM) -v debian/python3-wcmatch/usr/lib/python3*/dist-packages/wcmatch-*.dist-info/licenses/LICENSE.md

override_dh_auto_test: