File: rules

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

override_dh_install:
	dh_install
	rm -f debian/yokadi/usr/share/yokadi/CHANGELOG.md
	rm -rf debian/yokadi/usr/share/yokadi/doc
	rm -f debian/yokadi/usr/share/yokadi/LICENSE
	rm -f debian/yokadi/usr/share/yokadi/README.md

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