File: rules

package info (click to toggle)
dunk 0.5.0~b0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: python: 568; makefile: 35
file content (13 lines) | stat: -rwxr-xr-x 206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh ${@} --buildsystem=pybuild

execute_after_dh_auto_clean:
	make -C debian/manpages clean

	# help pybuild
	rm -rf *.egg-info

execute_after_dh_auto_build:
	make -C debian/manpages