File: rules

package info (click to toggle)
pylogsparser 0.4-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 948 kB
  • ctags: 194
  • sloc: xml: 9,693; python: 5,771; makefile: 13
file content (19 lines) | stat: -rwxr-xr-x 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
#export DH_VERBOSE=1

override_dh_clean:
	rm -rf html
	dh_clean

override_dh_installdocs:
	epydoc --no-private -n pylogsparser -o html -q logsparser > /dev/null 2>&1
	dh_installdocs

ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_install:
	dh_auto_install
	python debian/runtests.py debian/python-logsparser
endif

%:
	dh $@ --with=python2