File: rules

package info (click to toggle)
cherrytree 0.37.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 44,324 kB
  • sloc: python: 17,542; xml: 45; makefile: 5; sh: 2
file content (8 lines) | stat: -rwxr-xr-x 112 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

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

override_dh_clean:
	rm -rf build/
	dh_clean