File: rules

package info (click to toggle)
python-scp 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: python: 635; sh: 36; makefile: 10
file content (18 lines) | stat: -rwxr-xr-x 379 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
# -*- mode: makefile; coding: utf-8 -*-

# Common rules
export PYBUILD_NAME=python-scp

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

override_dh_auto_install:
	python3 setup.py install --install-layout=deb --root=$(CURDIR)/debian/python3-scp

override_dh_installdocs:
	dh_installdocs -A README.rst

override_dh_auto_clean:
	rm -rf *.egg-info
	dh_auto_clean