File: rules

package info (click to toggle)
xcb-proto 1.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,288 kB
  • sloc: xml: 16,338; python: 1,578; sh: 650; makefile: 54
file content (16 lines) | stat: -rwxr-xr-x 406 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@ --with python3

override_dh_auto_clean:
	dh_auto_clean --builddirectory=build-py3 PYTHON=python3

override_dh_auto_configure:
	dh_auto_configure --builddirectory=build-py3 -- --libdir=/usr/lib PYTHON=python3

override_dh_auto_build:
	dh_auto_build --builddirectory=build-py3 PYTHON=python3

override_dh_auto_install:
	dh_auto_install --builddirectory=build-py3 PYTHON=python3