File: rules

package info (click to toggle)
apt-forktracer 0.9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 364 kB
  • sloc: python: 1,995; makefile: 14
file content (12 lines) | stat: -rwxr-xr-x 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh $@ --with python3 --buildsystem=pybuild

# Install the module as private.
override_dh_auto_install:
	python3 setup.py install --no-compile \
		--root=debian/apt-forktracer \
		--install-layout=deb \
		--install-scripts=/usr/bin \
		--install-lib=/usr/share/apt-forktracer
	rm -f debian/apt-forktracer/usr/share/apt-forktracer/apt_forktracer-*.egg-info