File: rules

package info (click to toggle)
debspawn 0.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 540 kB
  • sloc: python: 4,204; xml: 864; sh: 69; makefile: 6
file content (14 lines) | stat: -rwxr-xr-x 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-
#export DH_VERBOSE=1

INSTALL_ROOT = $(CURDIR)/debian/debspawn

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


override_dh_install:
	# make sure that additional data is installed properly
	python3 $(CURDIR)/install-sysdata.py --prefix=/usr --root=$(INSTALL_ROOT)
	dh_install