File: rules

package info (click to toggle)
plainbox-provider-resource-generic 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 532 kB
  • ctags: 60
  • sloc: sh: 1,273; python: 811; ansic: 173; makefile: 19
file content (22 lines) | stat: -rwxr-xr-x 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_clean:
	python3 manage.py clean

override_dh_auto_configure:
	cd src && autoreconf -i

override_dh_auto_build:
	python3 manage.py build
	python3 manage.py i18n

override_dh_auto_test:
	python3 manage.py validate 

override_dh_auto_install:
	python3 manage.py install \
		--prefix=/usr --layout=unix \
		--root=$(CURDIR)/debian/plainbox-provider-resource-generic/