File: rules

package info (click to toggle)
yarsync 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 652 kB
  • sloc: python: 2,615; makefile: 22
file content (15 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export PYBUILD_NAME=yarsync
export PYBUILD_TEST_ARGS=--ignore=tests/test_clone.py \
	--ignore=tests/test_status.py
%:
	dh $@ --buildsystem=pybuild

override_dh_installdocs:
	dh_installdocs -A

execute_after_dh_link:
	rm -rf debian/yarsync/usr/lib/python3/dist-packages/debian
	rm -rf debian/yarsync/usr/lib/python3/dist-packages/docs