File: rules

package info (click to toggle)
pypeg2 2.15.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 292 kB
  • sloc: python: 1,649; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
export PYBUILD_NAME=pypeg2
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_build:
	python3 setup.py build

override_dh_auto_install:
	python3 setup.py install --root=debian/python3-pypeg2 --install-layout=deb --optimize=1