File: rules

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

export PYBUILD_NAME=moarchiving

%:
	dh $@ --buildsystem=pybuild

override_dh_install:
	dh_install
	find debian/python3-moarchiving/usr/lib/ -type f \( -name 'LICENSE' -o -name 'test.py' \) -delete