File: rules

package info (click to toggle)
piuparts 0.77
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,848 kB
  • ctags: 717
  • sloc: python: 7,132; sh: 2,985; makefile: 151
file content (18 lines) | stat: -rwxr-xr-x 434 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with python2


override_dh_auto_build:
	$(MAKE) prefix=/usr build build-doc

override_dh_auto_install:
	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp prefix=/usr etcdir=/etc install install-doc install-conf

override_dh_python2:
	dh_python2 -p piuparts-master -p piuparts-slave /usr/share/piuparts
	dh_python2 -N piuparts-master -N piuparts-slave