File: rules

package info (click to toggle)
plprofiler 4.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 944 kB
  • sloc: python: 2,125; ansic: 1,440; perl: 670; sql: 357; sh: 55; makefile: 28
file content (18 lines) | stat: -rwxr-xr-x 482 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@ --with pgxs,python3

override_dh_auto_configure:
	dh_auto_configure --sourcedirectory=python-plprofiler --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build --sourcedirectory=python-plprofiler --buildsystem=pybuild
	dh_auto_build --buildsystem=pgxs

override_dh_auto_install:
	dh_auto_install --sourcedirectory=python-plprofiler --buildsystem=pybuild
	dh_auto_install --buildsystem=pgxs

override_dh_pgxs_test:
	# defer testing to autopkgtest