File: rules

package info (click to toggle)
gaduhistory 0.5-4
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 248 kB
  • ctags: 194
  • sloc: python: 1,376; makefile: 10
file content (13 lines) | stat: -rwxr-xr-x 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@ --with python2

override_dh_auto_build:
	dh_auto_build
	( cat debian/gaduhistory.head ; tail -n +3 gaduhistory.py ) > gaduhistory

override_dh_auto_clean:
	find lib views -name \*.pyc -print0 | xargs -r0 rm -f
	find lib views -name \*.pyo -print0 | xargs -r0 rm -f
	rm -f *.pyc *.pyo gaduhistory
	dh_auto_clean